Package com.inet.report.chart.plot
Class ContinuousLineStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.ContinuousStyle
com.inet.report.chart.plot.ContinuousLineStyle
- All Implemented Interfaces:
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.- Since:
- 8.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContinuousLineStyleThis is a line style with date values on the category axis.static final ContinuousLineStyleThis is a line style with number values on the category axis. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new continuous line plot and initializes the plot with default settings.Methods inherited from class com.inet.report.chart.plot.ContinuousStyle
getDefaultAxis, isDate, isNumberMethods inherited from class com.inet.report.chart.plot.ChartStyle
hashCode, toString
-
Field Details
-
LINE_NUMBER
This is a line style with number values on the category axis. -
LINE_DATE
This is a line style with date values on the category axis.
-
-
Method Details
-
equals
- Overrides:
equalsin classChartStyle
-
getDefaultPlot
Creates a new continuous line plot and initializes the plot with default settings.- Specified by:
getDefaultPlotin classcom.inet.report.chart.plot.ContinuousStyle- Returns:
- the plot of type
ContinuousLinePlot. - Since:
- 8.0
- See Also:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Specified by:
getAllowedDatasetsin classcom.inet.report.chart.plot.ContinuousStyle- Parameters:
chart- the chart- Returns:
- the list of datasets.
- See Also:
-