public final class GraphInfo extends Object implements com.aspose.ms.System.ICloneable
Represents graphics info.
Constructor and Description |
---|
GraphInfo() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone the graphics info.
|
Color |
getColor()
Gets a
Color object that indicates the color of the graph. |
int[] |
getDashArray()
Gets a dash array.
|
int |
getDashPhase()
Gets a dash phase.
|
Color |
getFillColor()
Gets a
Color object that indicates the fill color of the graph. |
float |
getLineWidth()
Gets a float value that indicates the line width of the graph.
|
double |
getRotationAngle()
Gets a float value that indicates the rotation angle of the coordinate system when
transforming a coordinate system.
|
double |
getScalingRateX()
Gets a float value that indicates the scaling rate of the x-coordinate when transforming a
coordinate system.
|
double |
getScalingRateY()
Gets a float value that indicates the scaling rate of the y-coordinate when transforming a
coordinate system.
|
double |
getSkewAngleX()
Gets a float value that indicates the skew angle of the x-coordinate when transforming a
coordinate system.
|
double |
getSkewAngleY()
Gets a float value that indicates the skew angle of the y-coordinate when transforming a
coordinate system.
|
boolean |
isDoubled()
Gets is border doubled.
|
void |
setColor(Color value)
Sets a
Color object that indicates the color of the graph. |
void |
setDashArray(int[] value)
Sets a dash array.
|
void |
setDashPhase(int value)
Sets a dash phase.
|
void |
setDoubled(boolean value)
Sets is border doubled.
|
void |
setFillColor(Color value)
Sets a
Color object that indicates the fill color of the graph. |
void |
setLineWidth(float value)
Sets a float value that indicates the line width of the graph.
|
void |
setRotationAngle(double value)
Sets a float value that indicates the rotation angle of the coordinate system when
transforming a coordinate system.
|
void |
setScalingRateX(double value)
Sets a float value that indicates the scaling rate of the x-coordinate when transforming a
coordinate system.
|
void |
setScalingRateY(double value)
Sets a float value that indicates the scaling rate of the y-coordinate when transforming a
coordinate system.
|
void |
setSkewAngleX(double value)
Sets a float value that indicates the skew angle of the x-coordinate when transforming a
coordinate system.
|
void |
setSkewAngleY(double value)
Sets a float value that indicates the skew angle of the y-coordinate when transforming a
coordinate system.
|
public float getLineWidth()
Gets a float value that indicates the line width of the graph.
public void setLineWidth(float value)
Sets a float value that indicates the line width of the graph.
value
- value that indicates the line width.public Color getColor()
Gets a Color
object that indicates the color of the graph.
public void setColor(Color value)
Sets a Color
object that indicates the color of the graph.
value
- object that indicates the colorpublic int[] getDashArray()
Gets a dash array.
public void setDashArray(int[] value)
Sets a dash array.
value
- dash arraypublic int getDashPhase()
Gets a dash phase.
public void setDashPhase(int value)
Sets a dash phase.
value
- dash phase.public Color getFillColor()
Gets a Color
object that indicates the fill color of the graph.
public void setFillColor(Color value)
Sets a Color
object that indicates the fill color of the graph.
value
- object that indicates the fill colorpublic boolean isDoubled()
Gets is border doubled.
public void setDoubled(boolean value)
Sets is border doubled.
value
- boolean valuepublic double getSkewAngleX()
Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
public void setSkewAngleX(double value)
Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
value
- double valuepublic double getSkewAngleY()
Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
public void setSkewAngleY(double value)
Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
value
- double valuepublic double getScalingRateX()
Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
public void setScalingRateX(double value)
Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
value
- double valuepublic double getScalingRateY()
Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
public void setScalingRateY(double value)
Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
value
- double valuepublic double getRotationAngle()
Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
public void setRotationAngle(double value)
Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
value
- double valuepublic Object deepClone()
Clone the graphics info.
deepClone
in interface com.aspose.ms.System.ICloneable