Interface OverviewPlotAction

All Superinterfaces:
Action
All Known Implementing Classes:
OverviewPlotBean

public interface OverviewPlotAction
extends Action
Action for generating overview plots for a bioassay set.
Version:
2.12
Author:
Nicklas
Last modified
$Date: 2009-04-28 14:47:33 +0200 (ti, 28 apr 2009) $
  • Method Details

    • getId

      String getId()
      The ID of the overview plots. It must be unique among the actions generated by a single extension. This ID is combined with the ID of the extension to generate an application-wide unique ID.
    • getTitle

      String getTitle()
      The title of the overview plots. This will typically end up as the title of tab on the web page.
    • getDescription

      String getDescription()
      A description of the overview plots. This is typically shown as a tooltip for the tab.
    • getPlotGenerators

      PlotGenerator[] getPlotGenerators()
      The plot generates that contains information for each image that is generated. Typically, there is one image for each bioassay, but it doesn't have to be like that. Null values in the array are allowed and are ignored by the renderer.