Klasse ContinuousLineStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.ContinuousStyle
com.inet.report.chart.plot.ContinuousLineStyle
Alle implementierten Schnittstellen:
Serializable

public class ContinuousLineStyle extends com.inet.report.chart.plot.ContinuousStyle
This class defines the different styles of the continuous line chart. This style belongs to the plot ContinuousLinePlot.
Seit:
8.0
Siehe auch:
  • Felddetails

    • LINE_NUMBER

      public static final ContinuousLineStyle LINE_NUMBER
      This is a line style with number values on the category axis.
    • LINE_DATE

      public static final ContinuousLineStyle LINE_DATE
      This is a line style with date values on the category axis.
  • Methodendetails

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse ChartStyle
    • getDefaultPlot

      public AbstractPlot getDefaultPlot()
      Creates a new continuous line plot and initializes the plot with default settings.
      Angegeben von:
      getDefaultPlot in Klasse com.inet.report.chart.plot.ContinuousStyle
      Gibt zurück:
      the plot of type ContinuousLinePlot.
      Seit:
      8.0
      Siehe auch:
    • getAllowedDatasets

      public List getAllowedDatasets(Chart2 chart)
      Returns the list of dataset supported by this chart style.
      Angegeben von:
      getAllowedDatasets in Klasse com.inet.report.chart.plot.ContinuousStyle
      Parameter:
      chart - the chart
      Gibt zurück:
      the list of datasets.
      Siehe auch: