Klasse LinePlot

java.lang.Object
com.inet.report.chart.plot.AbstractPlot
com.inet.report.chart.plot.StandardPlot
com.inet.report.chart.plot.AbstractLinePlot
com.inet.report.chart.plot.LinePlot
Alle implementierten Schnittstellen:
ChartPlot, Serializable

public class LinePlot extends com.inet.report.chart.plot.AbstractLinePlot
A general class for plotting data of groups of values. This plot can use data from any class that implements the BaseDataset interface.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_STYLE

      public static final LineStyle DEFAULT_STYLE
      Default chart style of this plot.
  • Konstruktordetails

    • LinePlot

      public LinePlot()
      Creates a line plot with default line style.
      Seit:
      8.0
      Siehe auch:
    • LinePlot

      public LinePlot(LineStyle style)
      Creates a line plot with defined chart style. Initializes all properties with default values.
      Parameter:
      style - the chart style (null not permitted)
      Seit:
      8.0
      Siehe auch:
  • Methodendetails

    • setCategoryAxis

      public void setCategoryAxis(GroupAxis categoryAxis)
      Sets the category axis of this plot. The category axis shows the values of the first group field.
      Parameter:
      categoryAxis - the category axis (null not permitted)
      Seit:
      8.0
      Siehe auch:
    • setDataAxis

      public void setDataAxis(ContinuousNumberAxis dataAxis)
      Sets the data axis of this plot. The data axis shows the summarized values of the data fields.
      Parameter:
      dataAxis - the data axis (null not permitted)
      Seit:
      8.0
      Siehe auch:
    • getStyle

      public ChartStyle getStyle()
      Returns the style of this chart, ie. the general category this plot belongs to.
      Angegeben von:
      getStyle in Klasse com.inet.report.chart.plot.AbstractLinePlot
      Gibt zurück:
      the style
      Siehe auch:
    • setStyle

      public void setStyle(LineStyle style)
      Sets the chart style of this plot.
      Parameter:
      style - the style (null not permitted)
      Seit:
      8.0
      Siehe auch: