org.geotools.styling
Interface Symbol

All Superinterfaces:
GTComponent
All Known Subinterfaces:
ExternalGraphic, Mark, TextMark
All Known Implementing Classes:
ExternalGraphicImpl, MarkImpl, TextMarkImpl

public interface Symbol
extends GTComponent

This an empty interface for styling symbol objects to implement

Author:
iant

Field Summary
static Symbol[] SYMBOLS_EMPTY
           
 
Method Summary
 void accept(StyleVisitor visitor)
           
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Field Detail

SYMBOLS_EMPTY

public static final Symbol[] SYMBOLS_EMPTY
Method Detail

accept

public void accept(StyleVisitor visitor)


Copyright © GeoTools. All Rights Reserved.