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

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

Uses of Colors in org.geotoolkit.io.wkt
 

Fields in org.geotoolkit.io.wkt declared as Colors
static Colors Colors.DEFAULT
          The immutable default set of colors.
 

Methods in org.geotoolkit.io.wkt that return Colors
 Colors WKTFormat.getColors()
          Returns the set of colors to use for syntax coloring, or null if none.
 

Methods in org.geotoolkit.io.wkt with parameters of type Colors
 void WKTFormat.setColors(Colors colors)
          Sets the colors to use for syntax coloring on ANSI X3.64 (aka ECMA-48 and ISO/IEC 6429) compatible terminal.
 

Constructors in org.geotoolkit.io.wkt with parameters of type Colors
Formatter(Symbols symbols, Colors colors, int indentation)
          Creates a new instance of the formatter with the specified indentation.
 



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