public interface IGradientFillSettings extends IFillSettings
Base interface for fill settings
Modifier and Type | Method and Description |
---|---|
boolean |
getAlignWithLayer()
Gets or sets a value indicating whether [align with layer].
|
double |
getAngle()
Gets or sets the angle.
|
Color |
getColor()
Gets or sets the color.
|
IGradientColorPoint[] |
getColorPoints()
Gets the color points.
|
boolean |
getDither()
Gets or sets a value indicating whether this
IGradientFillSettings is dither. |
String |
getGradientName()
Gets or sets the name of the gradient.
|
int |
getGradientType()
Gets or sets the type of the gradient.
|
double |
getHorizontalOffset()
Gets or sets the horizontal offset.
|
boolean |
getReverse()
Gets or sets a value indicating whether this
IGradientFillSettings is reverse. |
int |
getScale()
Gets or sets the scale.
|
IGradientTransparencyPoint[] |
getTransparencyPoints()
Gets the transparency points.
|
double |
getVerticalOffset()
Gets or sets the vertical offset.
|
void |
setAlignWithLayer(boolean value)
Gets or sets a value indicating whether [align with layer].
|
void |
setAngle(double value)
Gets or sets the angle.
|
void |
setColor(Color value)
Gets or sets the color.
|
void |
setColorPoints(IGradientColorPoint[] value)
Gets the color points.
|
void |
setDither(boolean value)
Gets or sets a value indicating whether this
IGradientFillSettings is dither. |
void |
setGradientName(String value)
Gets or sets the name of the gradient.
|
void |
setGradientType(int value)
Gets or sets the type of the gradient.
|
void |
setHorizontalOffset(double value)
Gets or sets the horizontal offset.
|
void |
setReverse(boolean value)
Gets or sets a value indicating whether this
IGradientFillSettings is reverse. |
void |
setScale(int value)
Gets or sets the scale.
|
void |
setTransparencyPoints(IGradientTransparencyPoint[] value)
Gets the transparency points.
|
void |
setVerticalOffset(double value)
Gets or sets the vertical offset.
|
getFillType
Color getColor()
Gets or sets the color.
Value: The color.void setColor(Color value)
Gets or sets the color.
Value: The color.boolean getAlignWithLayer()
Gets or sets a value indicating whether [align with layer].
Value:true
if [align with layer]; otherwise, false
.void setAlignWithLayer(boolean value)
Gets or sets a value indicating whether [align with layer].
Value:true
if [align with layer]; otherwise, false
.boolean getDither()
Gets or sets a value indicating whether this IGradientFillSettings
is dither.
true
if dither; otherwise, false
.void setDither(boolean value)
Gets or sets a value indicating whether this IGradientFillSettings
is dither.
true
if dither; otherwise, false
.boolean getReverse()
Gets or sets a value indicating whether this IGradientFillSettings
is reverse.
true
if reverse; otherwise, false
.void setReverse(boolean value)
Gets or sets a value indicating whether this IGradientFillSettings
is reverse.
true
if reverse; otherwise, false
.double getAngle()
Gets or sets the angle.
Value: The angle.void setAngle(double value)
Gets or sets the angle.
Value: The angle.int getScale()
Gets or sets the scale.
Value: The scale.void setScale(int value)
Gets or sets the scale.
Value: The scale.double getHorizontalOffset()
Gets or sets the horizontal offset.
Value: The horizontal offset.void setHorizontalOffset(double value)
Gets or sets the horizontal offset.
Value: The horizontal offset.double getVerticalOffset()
Gets or sets the vertical offset.
Value: The vertical offset.void setVerticalOffset(double value)
Gets or sets the vertical offset.
Value: The vertical offset.IGradientColorPoint[] getColorPoints()
Gets the color points.
Value: The color points.void setColorPoints(IGradientColorPoint[] value)
Gets the color points.
Value: The color points.IGradientTransparencyPoint[] getTransparencyPoints()
Gets the transparency points.
Value: The transparency points.void setTransparencyPoints(IGradientTransparencyPoint[] value)
Gets the transparency points.
Value: The transparency points.int getGradientType()
Gets or sets the type of the gradient.
Value: The type of the gradient.void setGradientType(int value)
Gets or sets the type of the gradient.
Value: The type of the gradient.String getGradientName()
Gets or sets the name of the gradient.
Value: The name of the gradient.void setGradientName(String value)
Gets or sets the name of the gradient.
Value: The name of the gradient.