Package com.inet.report.chart.plot
Class Chart3DStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.Chart3DStyle
- All Implemented Interfaces:
Serializable
This class defines the different styles of the general 3d chart.
This style belongs to the plot
Chart3DPlot
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final Chart3DStyle
This is a area style with connected groups.static final Chart3DStyle
This is a area style with connected series.static final Chart3DStyle
This is a bar style.static final Chart3DStyle
This is a cone style.static final Chart3DStyle
This is a cut corner style.static final Chart3DStyle
This is a cylinder style.static final Chart3DStyle
This is a floating cubes style.static final Chart3DStyle
This is a octagon style.static final Chart3DStyle
This is a pyramid style.static final Chart3DStyle
This is a surface style.static final Chart3DStyle
This is a honeycomb surface style.static final Chart3DStyle
This is a solid surface style. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAllowedDatasets
(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new 3D plot and initializes the plot with default settings.boolean
Returns true, if this style is Surface style and false otherwise.Methods inherited from class com.inet.report.chart.plot.ChartStyle
hashCode, toString
-
Field Details
-
BAR
This is a bar style. -
PYRAMID
This is a pyramid style. -
CONE
This is a cone style. -
CYLINDER
This is a cylinder style. -
OCTAGON
This is a octagon style. -
CUTCORNER
This is a cut corner style. -
SURFACE
This is a surface style. -
SURFACE_SOLID
This is a solid surface style. -
SURFACE_HONEYCOMB
This is a honeycomb surface style. -
AREA_CONNECTED_SERIES
This is a area style with connected series. -
AREA_CONNECTED_GROUPS
This is a area style with connected groups. -
FLOATING_CUBES
This is a floating cubes style.
-
-
Method Details
-
equals
- Overrides:
equals
in classChartStyle
-
getDefaultPlot
Creates a new 3D plot and initializes the plot with default settings.- Specified by:
getDefaultPlot
in classChartStyle
- Returns:
- the plot of type
Chart3DPlot
. - Since:
- 8.0
- See Also:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Specified by:
getAllowedDatasets
in classChartStyle
- Parameters:
chart
- the chart- Returns:
- the list of datasets.
- See Also:
-
isSurface
public boolean isSurface()Returns true, if this style is Surface style and false otherwise.- Returns:
- true, if this style is Surface style and false otherwise.
- Since:
- 8.0
-