Uses of Class
org.geotoolkit.io.wkt.Colors.Element

Packages that use Colors.Element
org.geotoolkit.io.wkt Well Known Text (WKT) parsing and formatting. 
 

Uses of Colors.Element in org.geotoolkit.io.wkt
 

Methods in org.geotoolkit.io.wkt that return Colors.Element
static Colors.Element Colors.Element.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Colors.Element[] Colors.Element.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.geotoolkit.io.wkt with parameters of type Colors.Element
 X364 Colors.get(Colors.Element key)
          Returns the color for the given syntatic element.
 void Colors.set(Colors.Element key, X364 color)
          Sets the color of the given syntatic element.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.