Uses of Class
repast.simphony.gis.legend.LegendEntry
Packages that use LegendEntry
-
Uses of LegendEntry in repast.simphony.gis.legend
Classes in repast.simphony.gis.legend with type parameters of type LegendEntryModifier and TypeInterfaceDescriptioninterface
LegendAction<T extends LegendEntry>
Deprecated.2D piccolo based code is being removedSubclasses of LegendEntry in repast.simphony.gis.legendModifier and TypeClassDescriptionclass
Deprecated.2D piccolo based code is being removedclass
Deprecated.2D piccolo based code is being removedFields in repast.simphony.gis.legend declared as LegendEntryMethods in repast.simphony.gis.legend that return LegendEntryModifier and TypeMethodDescriptionLegendModel.createLayerEntry
(org.geotools.map.Layer layer) Deprecated.Add a new gis data layer to the legend.Methods in repast.simphony.gis.legend with parameters of type LegendEntryModifier and TypeMethodDescriptionboolean
LegendAction.canProcess
(LegendEntry entry) Deprecated.Does this legend action support the entry being passed to it.Method parameters in repast.simphony.gis.legend with type arguments of type LegendEntryModifier and TypeMethodDescriptionvoid
MapLegend.addLegendAction
(String name, LegendAction<LegendEntry> action) Deprecated.Add an action that will be offered when the user right clicks on a layer entry in the legend.