Package org.geotools.ysld
Class Colors
- Object
-
- Colors
-
public class Colors extends Object
List of common color names.
-
-
Constructor Summary
Constructors Constructor Description Colors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Color
get(String name)
Returns the color for the specified name, ornull
if no such color exists.
-