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