Klasse BarStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.BarStyle
- Alle implementierten Schnittstellen:
Serializable
This class defines the different styles for the bar chart.
This style belongs to the plot
BarPlot.- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final BarStyleThis is a 2D bar style.static final BarStyleThis is a 2D bar style with boxed values.static final BarStyleThis is a 2D bar style with percent values.static final BarStyleThis is a 2D bar style with stacked values.static final BarStyleThis is a 3D bar style.static final BarStyleThis is a 3D bar style with percent values.static final BarStyleThis is a 3D bar style with stacked values. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new bar plot and initializes the plot with default settings.booleanReturns this is a percent 2D or 3D style.booleanReturns this is a simple 2D or 3D style.booleanReturns this is a stacked 2D or 3D style.Von Klasse geerbte Methoden ChartStyle
hashCode, toString
-
Felddetails
-
BAR2D
This is a 2D bar style. -
BAR2D_STACKED
This is a 2D bar style with stacked values. -
BAR2D_BOXED
This is a 2D bar style with boxed values. -
BAR2D_PERCENT
This is a 2D bar style with percent values. -
BAR3D
This is a 3D bar style. -
BAR3D_STACKED
This is a 3D bar style with stacked values. -
BAR3D_PERCENT
This is a 3D bar style with percent values.
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChartStyle
-
getDefaultPlot
Creates a new bar plot and initializes the plot with default settings.- Angegeben von:
getDefaultPlotin KlasseChartStyle- Gibt zurück:
- the plot of type
BarPlot. - 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:
-
isSimpleBar
public boolean isSimpleBar()Returns this is a simple 2D or 3D style.- Gibt zurück:
- is a simple style.
- Seit:
- 8.0
-
isStackedBar
public boolean isStackedBar()Returns this is a stacked 2D or 3D style.- Gibt zurück:
- is a stacked style.
- Seit:
- 8.0
-
isPercentBar
public boolean isPercentBar()Returns this is a percent 2D or 3D style.- Gibt zurück:
- is a percent style.
- Seit:
- 8.0
-