public class ChartGraphicProperties extends Object
| Constructor and Description |
|---|
ChartGraphicProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEdgeRounding()
Returns the edge rounding value.
|
String |
getFill()
Returns the fill style.
|
Color |
getFillColor()
Returns the fill color.
|
String |
getStroke()
Returns the stroke style.
|
Color |
getStrokeColor()
Returns the stroke color.
|
String |
getStrokeWidth()
Returns the stroke width.
|
void |
setEdgeRounding(String edgeRounding)
Sets the edge rounding value.
|
void |
setFill(String fill)
Sets the fill style.
|
void |
setFillColor(Color fillColor)
Sets the fill color.
|
void |
setStroke(String stroke)
Sets the stroke style.
|
void |
setStrokeColor(Color strokeColor)
Sets the stroke color.
|
void |
setStrokeWidth(String strokeWidth)
Sets the stroke width.
|
public String getStroke()
public String getFill()
public String getStrokeWidth()
public Color getStrokeColor()
public Color getFillColor()
public String getEdgeRounding()
public void setStroke(String stroke)
stroke - The stroke style.public void setFill(String fill)
fill - The fill style.public void setStrokeWidth(String strokeWidth)
strokeWidth - The stroke width.public void setStrokeColor(Color strokeColor)
strokeColor - The stroke color.public void setFillColor(Color fillColor)
fillColor - The fill color.public void setEdgeRounding(String edgeRounding)
edgeRounding - The edge rounding value.Copyright © 2026. All rights reserved.