Class OverviewPlotBean

    • Constructor Detail

      • OverviewPlotBean

        public OverviewPlotBean()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: OverviewPlotAction
        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.
        Specified by:
        getId in interface OverviewPlotAction
      • getPlotGenerators

        public PlotGenerator[] getPlotGenerators()
        Description copied from interface: OverviewPlotAction
        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.
        Specified by:
        getPlotGenerators in interface OverviewPlotAction
      • setId

        public void setId​(String id)
      • setTitle

        public void setTitle​(String title)
      • setDescription

        public void setDescription​(String description)
      • setPlotGenerators

        public void setPlotGenerators​(PlotGenerator[] generators)