java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartProperties
omix.lang.chart.util.AbstractLineChartProperties
omix.lang.chart.util.LineChart3DProperties
- All Implemented Interfaces:
Serializable
public class LineChart3DProperties extends AbstractLineChartProperties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LineChart3DProperties()
-
Method Summary
Modifier and Type Method Description LineChart3DProperties
clone()
Color
getOutlineColor()
StrokeStyle
getOutlineStyle()
double
getOutlineWidth()
Color
getWallColor()
double
getXOffset()
double
getYOffset()
boolean
isDrawOutline()
Returns a flag that controls whether or not bar outlines are drawn.void
set(ChartProperties chartProperties)
void
setDrawOutline(boolean drawOutline)
Sets the flag that controls whether or not bar outlines are drawn.void
setOutlineColor(Color outlineColor)
void
setOutlineStyle(StrokeStyle outlineStyle)
void
setOutlineWidth(double outlineWidth)
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
-
LineChart3DProperties
public LineChart3DProperties()
-
-
Method Details
-
set
- Overrides:
set
in classAbstractLineChartProperties
-
clone
- Specified by:
clone
in classAbstractLineChartProperties
-
isDrawOutline
public boolean isDrawOutline()Returns a flag that controls whether or not bar outlines are drawn.- Returns:
- A boolean.
- See Also:
setDrawOutline(boolean)
-
setDrawOutline
public void setDrawOutline(boolean drawOutline)Sets the flag that controls whether or not bar outlines are drawn.- Parameters:
draw
- the flag.- See Also:
isDrawOutline()
-
getXOffset
public double getXOffset() -
setXOffset
public void setXOffset(double xOffset) -
getYOffset
public double getYOffset() -
setYOffset
public void setYOffset(double yOffset) -
getWallColor
-
setWallColor
-
getOutlineColor
-
setOutlineColor
-
getOutlineWidth
public double getOutlineWidth() -
setOutlineWidth
public void setOutlineWidth(double outlineWidth) -
getOutlineStyle
-
setOutlineStyle
-