Package org.jCharts.properties
Class BarChartProperties
java.lang.Object
org.jCharts.properties.ChartTypeProperties
org.jCharts.properties.AxisChartTypeProperties
org.jCharts.properties.BarChartProperties
- All Implemented Interfaces:
HTMLTestable
- Direct Known Subclasses:
ClusteredBarChartProperties
,StackedBarChartProperties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
boolean
void
setBarOutlineStroke
(ChartStroke barOutlineStroke) void
setShowOutlinesFlag
(boolean showOutlines) void
setWidthPercentage
(float widthPercentage) void
toHTML
(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object.void
validate
(IAxisPlotDataSet iAxisPlotDataSet) Validates the properties.Methods inherited from class org.jCharts.properties.AxisChartTypeProperties
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRender
-
Field Details
-
widthPercentage
private float widthPercentage -
showOutlines
private boolean showOutlines -
barOutlineStroke
-
-
Constructor Details
-
BarChartProperties
public BarChartProperties()Constructor
-
-
Method Details
-
setShowOutlinesFlag
public void setShowOutlinesFlag(boolean showOutlines) -
getShowOutlinesFlag
public boolean getShowOutlinesFlag() -
setWidthPercentage
public void setWidthPercentage(float widthPercentage) -
getPercentage
public float getPercentage() -
getBarOutlineStroke
-
setBarOutlineStroke
-
toHTML
Enables the testing routines to display the contents of this Object.- Parameters:
htmlGenerator
-
-
validate
Validates the properties.- Specified by:
validate
in classAxisChartTypeProperties
- Parameters:
iAxisPlotDataSet
-- Throws:
PropertyException
-