Package org.geotools.api.style
Interface GraphicalSymbol
-
- All Known Subinterfaces:
ExternalGraphic,Mark,Symbol
- All Known Implementing Classes:
ExternalGraphicImpl,MarkImpl
public interface GraphicalSymbolCommon superclass for the two types of markers that can appear as children of aGraphicobject, namelyMarkandExternalGraphic.- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
-
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 voidaccept(StyleVisitor visitor)
-
-
-
Field Detail
-
SYMBOLS_EMPTY
static final Symbol[] SYMBOLS_EMPTY
-
-
Method Detail
-
accept
void accept(StyleVisitor visitor)
-
-