public final class Graph extends BaseParagraph
Represents graph - graphics generator paragraph.
Constructor and Description |
---|
Graph(float width,
float height)
Initializes a new instance of the
Graph class. |
Modifier and Type | Method and Description |
---|---|
GraphInfo |
getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph info. |
float |
getHeight()
Gets or sets a float value that indicates the graph height.
|
List |
getShapes() |
String |
getTitle()
Gets or sets a string value that indicates the title of the graph.
|
float |
getWidth()
Gets or sets a float value that indicates the graph width.
|
void |
process(double[] curX,
double[] curY,
com.aspose.ms.System.Collections.ArrayList operators) |
void |
setGraphInfo(GraphInfo value) |
void |
setHeight(float value) |
void |
setShapes(List value) |
void |
setTitle(String value) |
void |
setWidth(float value) |
deepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public Graph(float width, float height)
Initializes a new instance of the Graph
class.
width
- The width of the graph.height
- The height of the graph.public GraphInfo getGraphInfo()
Gets or sets a GraphInfo
object that indicates the graph info.
public void setGraphInfo(GraphInfo value)
public List getShapes()
public void setShapes(List value)
public String getTitle()
Gets or sets a string value that indicates the title of the graph.
public void setTitle(String value)
public float getWidth()
Gets or sets a float value that indicates the graph width. The unit is point. In XML,the default unit is point,but cm and inch are also supported. For example,GraphWidth="10cm" or GraphWidth="5inch".
public void setWidth(float value)
public float getHeight()
Gets or sets a float value that indicates the graph height. The unit is point. In XML,the default unit is point,but cm and inch are also supported. For example,GraphHeight="10cm" or GraphHeight="5inch".
public void setHeight(float value)
public void process(double[] curX, double[] curY, com.aspose.ms.System.Collections.ArrayList operators)
Copyright © 2017 Aspose. All Rights Reserved.