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 Type
    Method
    Description
    boolean
    Deprecated.
    Does this legend action support the entry being passed to it.
    void
    execute(T entry)
    Deprecated.
    Execute the action on the legend entry.
  • Method Details

    • 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.