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 or sets a
Color object that indicates the color of the graph. |
int[] |
getDashArray()
Gets or sets a dash array.
|
int |
getDashPhase()
Gets or sets a dash phase.
|
Color |
getFillColor()
Gets or sets a
Color object that indicates the fill color of the graph. |
float |
getLineWidth()
Gets or sets a float value that indicates the line width of the graph.
|
boolean |
isDoubled()
Gets or sets is border doubled.
|
void |
setColor(Color value) |
void |
setDashArray(int[] value) |
void |
setDashPhase(int value) |
void |
setDoubled(boolean value) |
void |
setFillColor(Color value) |
void |
setLineWidth(float value) |
public float getLineWidth()
Gets or sets a float value that indicates the line width of the graph.
public void setLineWidth(float value)
public Color getColor()
Gets or sets a Color
object that indicates the color of the graph.
public void setColor(Color value)
public int[] getDashArray()
Gets or sets a dash array.
public void setDashArray(int[] value)
public int getDashPhase()
Gets or sets a dash phase.
public void setDashPhase(int value)
public Color getFillColor()
Gets or sets a Color
object that indicates the fill color of the graph.
public void setFillColor(Color value)
public boolean isDoubled()
Gets or sets is border doubled.
public void setDoubled(boolean value)
public Object deepClone()
Clone the graphics info.
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright © 2014 Aspose. All Rights Reserved.