Package org.primefaces.model.chart
Class HorizontalBarChartModel
- java.lang.Object
-
- org.primefaces.model.chart.ChartModel
-
- org.primefaces.model.chart.CartesianChartModel
-
- org.primefaces.model.chart.BarChartModel
-
- org.primefaces.model.chart.HorizontalBarChartModel
-
- All Implemented Interfaces:
Serializable
public class HorizontalBarChartModel extends BarChartModel
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.primefaces.model.chart.CartesianChartModel
axes
-
-
Constructor Summary
Constructors Constructor Description HorizontalBarChartModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateAxes()StringgetOrientation()-
Methods inherited from class org.primefaces.model.chart.BarChartModel
getBarMargin, getBarPadding, getBarWidth, getTicks, isStacked, setBarMargin, setBarPadding, setBarWidth, setStacked
-
Methods inherited from class org.primefaces.model.chart.CartesianChartModel
addSeries, clear, getAxes, getAxis, getDatatipEditor, getDatatipFormat, getSeries, isAnimate, isShowDatatip, isShowPointLabels, isZoom, setAnimate, setDatatipEditor, setDatatipFormat, setShowDatatip, setShowPointLabels, setZoom
-
Methods inherited from class org.primefaces.model.chart.ChartModel
getDataRenderMode, getExtender, getLegendCols, getLegendLabel, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isLegendEscapeHtml, isMouseoverHighlight, isResetAxesOnResize, isShadow, setDataRenderMode, setExtender, setLegendCols, setLegendEscapeHtml, setLegendLabel, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setResetAxesOnResize, setSeriesColors, setShadow, setTitle
-
-
-
-
Method Detail
-
createAxes
public void createAxes()
- Overrides:
createAxesin classBarChartModel
-
getOrientation
public String getOrientation()
- Overrides:
getOrientationin classBarChartModel
-
-