add new Tag, Use Style instead of Textformating, implement grade indicator, fix offset #6
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ public class TagDTO {
|
||||||
return 0xaaaaaa;
|
return 0xaaaaaa;
|
||||||
|
|
||||||
return ColorUtil.interpolate(
|
return ColorUtil.interpolate(
|
||||||
0xffffff,
|
0x00ff00,
|
||||||
0x0000aa,
|
0xff0000,
|
||||||
computeOffset(0, 10, grade));
|
computeOffset(0, 10, grade));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue