org.opengis.style
Interface GraphicFill
- All Superinterfaces:
- Graphic
- All Known Subinterfaces:
- Graphic
- All Known Implementing Classes:
- GraphicImpl
@XmlElement(value="GraphicFill")
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)
accept
@Extension
Object accept(StyleVisitor visitor,
Object extraData)
- Calls the visit method of a StyleVisitor
- Specified by:
accept
in interface Graphic
- Parameters:
visitor
- the style visitor
Copyright © 1996-2014 Geotools. All Rights Reserved.