public class ColorFillSettings extends BaseFillSettings implements IColorFillSettings
Color fill effect settings
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets the color.
|
int |
getFillType()
The fill type
|
void |
setColor(Color value)
Sets the color.
|
public final Color getColor()
Gets the color.
Value: The color.getColor
in interface IColorFillSettings
public final void setColor(Color value)
Sets the color.
Value: The color.setColor
in interface IColorFillSettings
value
- the color.public int getFillType()
The fill type
getFillType
in interface IFillSettings
getFillType
in class BaseFillSettings