org.opengis.style
Interface GraphicFill
- All Superinterfaces:
- Graphic
@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
accept
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 © 1994-2013 Open Geospatial Consortium. All Rights Reserved.