java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartProperties
omix.lang.chart.util.BarChart3DProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClusteredBarChart3DProperties
public class BarChart3DProperties extends ChartProperties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BarChart3DProperties()
-
Method Summary
Modifier and Type Method Description BarChart3DProperties
clone()
Color
getBarOutlineColor()
StrokeStyle
getBarOutlineStyle()
double
getBarOutlineWidth()
double
getBase()
Returns the base value for the bars.double
getMaximumBarWidth()
double
getMinimumBarLength()
Color
getWallColor()
double
getXOffset()
double
getYOffset()
boolean
isDrawBarOutline()
Returns a flag that controls whether or not bar outlines are drawn.boolean
isIncludeBaseInRange()
Returns the flag that controls whether or not the base value for the bars is included in the range.void
set(ChartProperties chartProperties)
void
setBarOutlineColor(Color barOutlineColor)
void
setBarOutlineStyle(StrokeStyle barOutlineStyle)
void
setBarOutlineWidth(double barOutlineWidth)
void
setBase(double base)
Sets the base value for the bars.void
setDrawBarOutline(boolean drawBarOutline)
Sets the flag that controls whether or not bar outlines are drawn.void
setIncludeBaseInRange(boolean includeBaseInRange)
Sets the flag that controls whether or not the base value for the bars is included in the range.void
setMaximumBarWidth(double maximumBarWidth)
void
setMinimumBarLength(double minimumBarLength)
void
setWallColor(Color wallColor)
void
setXOffset(double xOffset)
void
setYOffset(double yOffset)
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
BarChart3DProperties
public BarChart3DProperties()
-
-
Method Details
-
set
- Overrides:
set
in classChartProperties
-
clone
- Specified by:
clone
in classChartProperties
-
isDrawBarOutline
public boolean isDrawBarOutline()Returns a flag that controls whether or not bar outlines are drawn.- Returns:
- A boolean.
- See Also:
setDrawBarOutline(boolean)
-
setDrawBarOutline
public void setDrawBarOutline(boolean drawBarOutline)Sets the flag that controls whether or not bar outlines are drawn.- Parameters:
draw
- the flag.- See Also:
isDrawBarOutline()
-
getMaximumBarWidth
public double getMaximumBarWidth() -
setMaximumBarWidth
public void setMaximumBarWidth(double maximumBarWidth) -
getMinimumBarLength
public double getMinimumBarLength() -
setMinimumBarLength
public void setMinimumBarLength(double minimumBarLength) -
getBase
public double getBase()Returns the base value for the bars. The default value is 0.0.- Returns:
- The base value for the bars.
- See Also:
setBase(double)
-
setBase
public void setBase(double base)Sets the base value for the bars.- Parameters:
base
- the new base value.- See Also:
getBase()
-
isIncludeBaseInRange
public boolean isIncludeBaseInRange()Returns the flag that controls whether or not the base value for the bars is included in the range.- Returns:
true
if the base is included in the range, andfalse
otherwise.- See Also:
setIncludeBaseInRange(boolean)
-
setIncludeBaseInRange
public void setIncludeBaseInRange(boolean includeBaseInRange)Sets the flag that controls whether or not the base value for the bars is included in the range.- Parameters:
include
- the new value for the flag.- See Also:
#getIncludeBaseInRange()
-
getWallColor
-
setWallColor
-
getXOffset
public double getXOffset() -
setXOffset
public void setXOffset(double xOffset) -
getYOffset
public double getYOffset() -
setYOffset
public void setYOffset(double yOffset) -
getBarOutlineColor
-
setBarOutlineColor
-
getBarOutlineWidth
public double getBarOutlineWidth() -
setBarOutlineWidth
public void setBarOutlineWidth(double barOutlineWidth) -
getBarOutlineStyle
-
setBarOutlineStyle
-