public class Attributes extends AbstractConfigurationObject
Halo
Constructor and Description |
---|
Attributes() |
Modifier and Type | Method and Description |
---|---|
Color |
getFill() |
Color |
getStroke() |
Number |
getStrokeWidth() |
void |
setFill(Color fill)
SVG fill attribute
|
void |
setStroke(Color stroke)
SVG stroke attribute
|
void |
setStrokeWidth(Number strokeWidth)
SVG stroke-width attribute
|
public Color getFill()
setFill(Color)
public void setFill(Color fill)
fill
- public Color getStroke()
setStroke(Color)
public void setStroke(Color stroke)
stroke
- public Number getStrokeWidth()
setStrokeWidth(Number)
public void setStrokeWidth(Number strokeWidth)
strokeWidth
- Copyright © 2021. All rights reserved.