Interface IClassifiedLegend
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,ILegend,Legend,org.gvsig.tools.persistence.Persistent
- All Known Subinterfaces:
IClassifiedRasterLegend,IClassifiedVectorLegend,IVectorialIntervalLegend,IVectorialUniqueValueLegend
Information of the legend that allows to be represented graphically to the user
-
Method Summary
Methods inherited from interface org.gvsig.tools.lang.Cloneable
cloneMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.ILegend
addLegendListener, cloneLegend, fireDefaultSymbolChangedEvent, getDefaultSymbol, getListeners, removeLegendListenerMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Method Details
-
getDescriptions
String[] getDescriptions()Obtains the descriptions of the classes that are in the classification- Returns:
- DOCUMENT ME!
-
getSymbols
ISymbol[] getSymbols()Obtains the symbols of each class of the classification for the user.- Returns:
- DOCUMENT ME!
-
getValues
Object[] getValues()Obtains the values in relation with each class of the classification- Returns:
- DOCUMENT ME!
-