Uses of Interface
org.gvsig.fmap.mapcontext.rendering.legend.ILegend
Packages that use ILegend
Package
Description
-
Uses of ILegend in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that return ILegendModifier and TypeMethodDescriptionMapContextManager.createLegend(String legendName) MapContextManager.getLegend(org.gvsig.fmap.dal.DataStore dataStore) It returns the legend associated with aDataStore. -
Uses of ILegend in org.gvsig.fmap.mapcontext.exceptions
Constructors in org.gvsig.fmap.mapcontext.exceptions with parameters of type ILegend -
Uses of ILegend in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that return ILegendModifier and TypeMethodDescriptionDefaultMapContextManager.createLegend(String legendName) DefaultMapContextManager.getLegend(org.gvsig.fmap.dal.DataStore dataStore) -
Uses of ILegend in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations that return ILegend -
Uses of ILegend in org.gvsig.fmap.mapcontext.layers.vectorial
Methods in org.gvsig.fmap.mapcontext.layers.vectorial that return ILegend -
Uses of ILegend in org.gvsig.fmap.mapcontext.raster.api
Methods in org.gvsig.fmap.mapcontext.raster.api with parameters of type ILegend -
Uses of ILegend in org.gvsig.fmap.mapcontext.rendering.legend
Subinterfaces of ILegend in org.gvsig.fmap.mapcontext.rendering.legendModifier and TypeInterfaceDescriptioninterfaceInformation of the legend that allows to be represented graphically to the userinterfaceinterfaceInterface that offers the methods to classify the legend.interfaceInterface of raster legend.interfaceLegend based on one single symbol to use while rendering.interfaceInterface that allows the methods to classify the legend through intervals.interfaceInterface for the legend with unique values.interfaceInterface of a vectorial legend.Methods in org.gvsig.fmap.mapcontext.rendering.legend that return ILegendConstructors in org.gvsig.fmap.mapcontext.rendering.legend with parameters of type ILegend -
Uses of ILegend in org.gvsig.fmap.mapcontext.rendering.legend.driver
Methods in org.gvsig.fmap.mapcontext.rendering.legend.driver that return ILegendModifier and TypeMethodDescriptionCreate a legend from a file.Methods in org.gvsig.fmap.mapcontext.rendering.legend.driver with parameters of type ILegend -
Uses of ILegend in org.gvsig.fmap.mapcontext.rendering.legend.events
Methods in org.gvsig.fmap.mapcontext.rendering.legend.events that return ILegendModifier and TypeMethodDescriptionLegendChangedEvent.getNewLegend()Gets the new vector legend.LegendChangedEvent.getOldLegend()Gets the previous vector legend.Methods in org.gvsig.fmap.mapcontext.rendering.legend.events with parameters of type ILegendModifier and TypeMethodDescriptionstatic LegendChangedEventLegendChangedEvent.createLegendChangedEvent(ILegend legend, FMapEvent event) static LegendChangedEventLegendChangedEvent.createLegendChangedEvent(ILegend oldLegend, ILegend newLegend) Creates a new legend change event. -
Uses of ILegend in org.gvsig.raster.lib.legend.api
Subinterfaces of ILegend in org.gvsig.raster.lib.legend.api