Package com.inet.report.chart.plot
Class ChartStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AreaStyle,BarStyle,Chart3DStyle,com.inet.report.chart.plot.ContinuousStyle,GanttStyle,LineStyle,MultiplePieStyle,PieStyle,PolarStyle,StockStyle,XYStyle
A general class for all chart styles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract 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()
-
Constructor Details
-
ChartStyle
Set the name with this method.- Parameters:
name- of the chart style.- Since:
- 8.0
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDefaultPlot
Creates a default plot properly for this chart style.- Returns:
- the plot.
- Since:
- 8.0
- See Also:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Parameters:
chart- the chart- Returns:
- the list of datasets.
- Since:
- 8.0
- See Also:
-