|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.PdfElementBase
com.aspose.pdf.elements.Paragraph
com.aspose.pdf.elements.Graph
Represents a graph Paragraph.
Constructor Summary | |
Graph(Section section)
Initialize a new instance of the Graph class. |
|
Graph(Section section,
float height,
float width)
Initialize a new instance of the Graph class. |
Method Summary | |
java.lang.Object |
clone()
Graph does not support clone method. |
float |
getGraphHeight()
Gets a float value that indicates the graph height. |
GraphInfo |
getGraphInfo()
Gets a GraphInfo object that indicates the graph info. |
float |
getGraphWidth()
Gets a float value that indicates the graph width. |
Shapes |
getShapes()
Gets a Shapes collection that indicates all shapes in the graph. |
void |
setGraphHeight(float graphHeight)
Sets a float value that indicates the graph height. |
void |
setGraphInfo(GraphInfo graphInfo)
Sets a GraphInfo object that indicates the graph info. |
void |
setGraphWidth(float graphWidth)
Sets a float value that indicates the graph width. |
void |
setShapes(Shapes shapes)
Sets a Shapes collection that indicates all shapes in the graph. |
Methods inherited from class com.aspose.pdf.elements.Paragraph |
getDOMElement, getLeft, getMargin, getTop, isDisabled, isFirstParagraph, isKeptTogether, isOnOddPage, setDisabled, setFirstParagraph, setKeptTogether, setLeft, setMargin, setOnOddPage, setTop |
Methods inherited from class com.aspose.pdf.elements.PdfElementBase |
getElementFactory, getID, getNameIndex, setID |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Graph(Section section)
public Graph(Section section, float height, float width)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Paragraph
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public float getGraphHeight()
public void setGraphHeight(float graphHeight)
graphHeight
- The graphHeight to set.public GraphInfo getGraphInfo()
public void setGraphInfo(GraphInfo graphInfo)
graphInfo
- The graphInfo to set.public float getGraphWidth()
public void setGraphWidth(float graphWidth)
graphWidth
- The graphWidth to set.public Shapes getShapes()
public void setShapes(Shapes shapes)
shapes
- The shapes to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |