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
A general class for all chart styles.
- Seit:
- 8.0
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenModifikatorKonstruktorBeschreibungprotectedChartStyle(String name) Set the name with this method. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanabstract ListgetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.abstract AbstractPlotCreates a default plot properly for this chart style.inthashCode()toString()
-
Konstruktordetails
-
ChartStyle
Set the name with this method.- Parameter:
name- of the chart style.- Seit:
- 8.0
-
-
Methodendetails
-
toString
-
equals
-
hashCode
-
getDefaultPlot
Creates a default plot properly for this chart style.- Gibt zurück:
- the plot.
- Seit:
- 8.0
- Siehe auch:
-
getAllowedDatasets
-