Klasse Chart3DStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.Chart3DStyle
- Alle implementierten Schnittstellen:
Serializable
This class defines the different styles of the general 3d chart.
This style belongs to the plot
Chart3DPlot.- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final Chart3DStyleThis is a area style with connected groups.static final Chart3DStyleThis is a area style with connected series.static final Chart3DStyleThis is a bar style.static final Chart3DStyleThis is a cone style.static final Chart3DStyleThis is a cut corner style.static final Chart3DStyleThis is a cylinder style.static final Chart3DStyleThis is a floating cubes style.static final Chart3DStyleThis is a octagon style.static final Chart3DStyleThis is a pyramid style.static final Chart3DStyleThis is a surface style.static final Chart3DStyleThis is a honeycomb surface style.static final Chart3DStyleThis is a solid surface style. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new 3D plot and initializes the plot with default settings.booleanReturns true, if this style is Surface style and false otherwise.Von Klasse geerbte Methoden ChartStyle
hashCode, toString
-
Felddetails
-
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.
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChartStyle
-
getDefaultPlot
Creates a new 3D plot and initializes the plot with default settings.- Angegeben von:
getDefaultPlotin KlasseChartStyle- Gibt zurück:
- the plot of type
Chart3DPlot. - Seit:
- 8.0
- Siehe auch:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Angegeben von:
getAllowedDatasetsin KlasseChartStyle- Parameter:
chart- the chart- Gibt zurück:
- the list of datasets.
- Siehe auch:
-
isSurface
public boolean isSurface()Returns true, if this style is Surface style and false otherwise.- Gibt zurück:
- true, if this style is Surface style and false otherwise.
- Seit:
- 8.0
-