Klasse ChartStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
AreaStyle, BarStyle, Chart3DStyle, com.inet.report.chart.plot.ContinuousStyle, GanttStyle, LineStyle, MultiplePieStyle, PieStyle, PolarStyle, StockStyle, XYStyle

public abstract class ChartStyle extends Object implements Serializable
A general class for all chart styles.
Seit:
8.0
Siehe auch:
  • Konstruktordetails

    • ChartStyle

      protected ChartStyle(String name)
      Set the name with this method.
      Parameter:
      name - of the chart style.
      Seit:
      8.0
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

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

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • getDefaultPlot

      public abstract AbstractPlot getDefaultPlot()
      Creates a default plot properly for this chart style.
      Gibt zurück:
      the plot.
      Seit:
      8.0
      Siehe auch:
    • getAllowedDatasets

      public abstract List getAllowedDatasets(Chart2 chart)
      Returns the list of dataset supported by this chart style.
      Parameter:
      chart - the chart
      Gibt zurück:
      the list of datasets.
      Seit:
      8.0
      Siehe auch: