|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.GraphInfo
Encapsulates info for a Graph paragraph.
Constructor Summary | |
GraphInfo()
Initialize a new instance of the GraphInfo class. |
Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object arg0)
|
Color |
getColor()
Gets a Color object that indicates the color of the graph. |
java.lang.String |
getLineStyle()
Gets line stype that indicates the line style of the GraphInfo. |
float |
getLineWidth()
Gets a float value that indicates the line width of the graph. |
GraphInfo |
setColor(Color m_color)
Sets a Color object that indicates the color of the graph. |
GraphInfo |
setLineStyle(java.lang.String style)
Sets line stype that indicates the line style of the GraphInfo. |
GraphInfo |
setLineWidth(float width)
Sets a float value that indicates the line width of the graph. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphInfo()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public Color getColor()
public GraphInfo setColor(Color m_color)
public java.lang.String getLineStyle()
LineStyleType
public GraphInfo setLineStyle(java.lang.String style)
LineStyleType
public float getLineWidth()
public GraphInfo setLineWidth(float width)
public boolean equals(java.lang.Object arg0)
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |