Package org.geotools.api.style
Interface Symbol
-
- All Superinterfaces:
GraphicalSymbol
- All Known Subinterfaces:
ExternalGraphic
,Mark
- All Known Implementing Classes:
ExternalGraphicImpl
,MarkImpl
public interface Symbol extends GraphicalSymbol
This a mostly empty interface for styling symbol objects to implement- Author:
- iant
-
-
Field Summary
Fields Modifier and Type Field Description static Symbol[]
SYMBOLS_EMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(StyleVisitor visitor)
-
-
-
Field Detail
-
SYMBOLS_EMPTY
static final Symbol[] SYMBOLS_EMPTY
-
-
Method Detail
-
accept
void accept(StyleVisitor visitor)
- Specified by:
accept
in interfaceGraphicalSymbol
-
-