Class BubbleChartSeriesAttributes

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BubbleChartSeriesAttributes extends SeriesAttributes
See Also:
  • Constructor Details

    • BubbleChartSeriesAttributes

      public BubbleChartSeriesAttributes(ChartGenerator generator, String name, int index, double[][] values, org.jfree.data.general.SeriesChangeListener stoppable)
      Produces a BubbleChartSeriesAttributes object with the given generator, series name, series index, and desire to display margin options.
  • Method Details

    • getValues

      public double[][] getValues()
    • setValues

      public void setValues(double[][] vals)
    • setOpacity

      public void setOpacity(double value)
    • getOpacity

      public double getOpacity()
    • setColor

      public void setColor(Color value)
    • getColor

      public Color getColor()
    • setScale

      public void setScale(double scale)
    • getScale

      public double getScale()
    • setSeriesName

      public void setSeriesName(String val)
      Overrides:
      setSeriesName in class SeriesAttributes
    • rebuildGraphicsDefinitions

      public void rebuildGraphicsDefinitions()
      Description copied from class: SeriesAttributes
      Updates features of the series to reflect the current widget settings as specified by the user.
      Specified by:
      rebuildGraphicsDefinitions in class SeriesAttributes
    • buildAttributes

      public void buildAttributes()
      Description copied from class: SeriesAttributes
      Constructs the widget by adding items to the LabelledList. Will be called in the middle of the SeriesAttributes constructor, and so certain instance variables may not yet have been initialized.
      Specified by:
      buildAttributes in class SeriesAttributes