|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Shape
public abstract class Shape
Represents a generic shape.
Constructor Summary | |
---|---|
Shape()
Constructor with no arguments for Shape class |
Method Summary | |
---|---|
GraphInfo |
getGraphInfo()
Gets a Shape object that indicates the graph info,
such as color,line width,etc. |
java.lang.String |
getID()
Gets a string that indicates the ID of the shape. |
void |
setGraphInfo(GraphInfo value)
Sets a Shape object that indicates the graph info,
such as color,line width,etc. |
void |
setID(java.lang.String value)
Sets a string that indicates the ID of the shape. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shape()
Method Detail |
---|
public GraphInfo getGraphInfo()
Shape
object that indicates the graph info,
such as color,line width,etc.
public void setGraphInfo(GraphInfo value)
Shape
object that indicates the graph info,
such as color,line width,etc.
value
- the value of the object to be setpublic java.lang.String getID()
public void setID(java.lang.String value)
value
- ID to be set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |