org.opengis.style
Interface GraphicLegend

Show UML class diagram
All Superinterfaces:
Graphic

@XmlElement(value="LegendGraphic")
public interface GraphicLegend
extends Graphic

The LegendGraphic element allow an optional explicit graphic symbolizer to do displayed in a legend for the rule.

Since:
GeoAPI 2.2
Version:
Symbology Encoding Implementation Specification 1.1.0

Method Summary
 Object accept(StyleVisitor visitor, Object extraData)
          calls the visit method of a StyleVisitor
 
Methods inherited from interface Graphic
getAnchorPoint, getDisplacement, getOpacity, getRotation, getSize, graphicalSymbols
 

Method Detail

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 © 1994-2010 Open Geospatial Consortium. All Rights Reserved.