Package org.geotools.api.style
Interface GraphicFill
-
- All Superinterfaces:
Graphic
- All Known Implementing Classes:
GraphicImpl
,GraphicImpl.ConstantGraphic
public interface GraphicFill extends Graphic
A GraphicFill is a simple interface with only a graphic but additional parameters for the GraphicFill may be provided in the future to provide more control the exact style of filling. We keep this class to reduce future code changes.- Since:
- GeoAPI 2.2
- Author:
- Open Geospatial Consortium, Johann Sorel (Geomatys)
-
-
Method Summary
-
Methods inherited from interface Graphic
accept, accept, getAnchorPoint, getDisplacement, getGap, getInitialGap, getOpacity, getRotation, getSize, graphicalSymbols, setAnchorPoint, setDisplacement, setGap, setInitialGap, setOpacity, setRotation, setSize
-
-