Klasse ContinuousBarStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.ContinuousStyle
com.inet.report.chart.plot.ContinuousBarStyle
- Alle implementierten Schnittstellen:
Serializable
public class ContinuousBarStyle
extends com.inet.report.chart.plot.ContinuousStyle
This class defines the different styles of the continuous bar chart.
This style belongs to the plot
ContinuousBarPlot.- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final ContinuousBarStyleThis is a bar style with date values on the category axis.static final ContinuousBarStyleThis is a bar style with number values on the category axis.static final ContinuousBarStyleThis is a 2D bar style with stacked date values.static final ContinuousBarStyleThis is a 2D bar style with stacked number values. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new continuous bar plot and initializes the plot with default settings.booleanReturns this is a simple 2D style for number and date bar charts.booleanReturns this is a stacked 2D bar style for number and date bar charts.Von Klasse geerbte Methoden com.inet.report.chart.plot.ContinuousStyle
getDefaultAxis, isDate, isNumberVon Klasse geerbte Methoden ChartStyle
hashCode, toString
-
Felddetails
-
BAR_NUMBER
This is a bar style with number values on the category axis. -
BAR_DATE
This is a bar style with date values on the category axis. -
BAR_STACKED_NUMBER
This is a 2D bar style with stacked number values. -
BAR_STACKED_DATE
This is a 2D bar style with stacked date values.
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChartStyle
-
getDefaultPlot
Creates a new continuous bar plot and initializes the plot with default settings.- Angegeben von:
getDefaultPlotin Klassecom.inet.report.chart.plot.ContinuousStyle- Gibt zurück:
- the plot of type
ContinuousBarPlot. - Seit:
- 8.0
- Siehe auch:
-
getAllowedDatasets
-
isSimpleBar
public boolean isSimpleBar()Returns this is a simple 2D style for number and date bar charts.- Gibt zurück:
- is a simple style.
- Seit:
- 22.10
-
isStackedBar
public boolean isStackedBar()Returns this is a stacked 2D bar style for number and date bar charts. Multiple values on the same position will be combined to a bar.- Gibt zurück:
- is a stacked style.
- Seit:
- 22.10
-