class ColorTableWriter extends java.lang.Object
Write a ColorMap Symbolizer to a color table
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | write(Style style, java.io.OutputStream out)Write the ColorMap Symbolizer as a color table to an OutputStream | 
|  | void | write(Style style, java.io.File file)Write the ColorMap Symbolizer as a color table to a File | 
|  | java.lang.String | write(Style style)Write the ColorMap Symbolizer as a color table to a String | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Write the ColorMap Symbolizer as a color table to an OutputStream
style -  The ColorMap Symbolizer, otherwise an IllegalArgumentException is thrownout -  The OutputStreamWrite the ColorMap Symbolizer as a color table to a File
style -  The ColorMap Symbolizer, otherwise an IllegalArgumentException is thrownfile -  The FileWrite the ColorMap Symbolizer as a color table to a String
style -  The ColorMap Symbolizer, otherwise an IllegalArgumentException is thrown