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 Detail

      • execute

        void execute​(T entry)
        Deprecated.
        Execute the action on the legend entry.
        Parameters:
        entry - The entry on which to execute this action
      • canProcess

        boolean canProcess​(LegendEntry entry)
        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.