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 IColorFillSettingspublic final void setColor(Color value)
Sets the color.
Value: The color.setColor in interface IColorFillSettingsvalue - the color.public int getFillType()
The fill type
getFillType in interface IFillSettingsgetFillType in class BaseFillSettings