Package repast.simphony.gis.legend
Interface LegendAction<T extends LegendEntry>
public interface LegendAction<T extends LegendEntry>
Deprecated.
2D piccolo based code is being removed
An action that can be executed on an entry in a legend.
- Version:
- $Revision: 1.4 $
- Author:
- $Author: howe $
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canProcess
(LegendEntry entry) Deprecated.Does this legend action support the entry being passed to it.void
Deprecated.Execute the action on the legend entry.
-
Method Details
-
execute
Deprecated.Execute the action on the legend entry.- Parameters:
entry
- The entry on which to execute this action
-
canProcess
Deprecated.Does this legend action support the entry being passed to it.- Parameters:
entry
- The entry to act upon- Returns:
- True if this action can support the entry otherwise false.
-