Class ColorRule
- Object
-
- ColorRule
-
public class ColorRule extends Object
A JGrass colorrule- Since:
- 1.1.0
- Author:
- Andrea Antonello - www.hydrologis.com, John Preston
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(float cat)
float
getCategoryRange()
byte[]
getColor(float cat)
Return the colour tupple for specified category valuefloat
getLowCategoryValue()
static void
parseColorRule(String colorRule, List<Double> values, List<Color> colors)
String
toString()
-