public class OdGradientFill extends MetaObject implements com.aspose.imaging_internal.fileformats.opendocument.objects.IGradientFill
The gradient fill
Constructor and Description |
---|
OdGradientFill() |
Modifier and Type | Method and Description |
---|---|
OdGradientFill |
copy()
Copies this instance.
|
float |
getAngle()
Gets or sets the angle.
|
int |
getEndColor()
Gets or sets the end color.
|
int |
getGradientStyle()
Gets or sets the gradient style.
|
int |
getStartColor()
Gets or sets the start color.
|
void |
setAngle(float value)
Gets or sets the angle.
|
void |
setEndColor(int value)
Gets or sets the end color.
|
void |
setGradientStyle(int value)
Gets or sets the gradient style.
|
void |
setStartColor(int value)
Gets or sets the start color.
|
public int getGradientStyle()
Gets or sets the gradient style.
public void setGradientStyle(int value)
Gets or sets the gradient style.
value
- The gradient style.public int getStartColor()
Gets or sets the start color.
public void setStartColor(int value)
Gets or sets the start color.
value
- The start color.public int getEndColor()
Gets or sets the end color.
public void setEndColor(int value)
Gets or sets the end color.
value
- The end color.public float getAngle()
Gets or sets the angle.
public void setAngle(float value)
Gets or sets the angle.
value
- The angle.public OdGradientFill copy()
Copies this instance.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.