Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.xml |
Modifier and Type | Method and Description |
---|---|
Graph |
Shape.getGraph()
Gets or sets shape parent graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Line.drawArrow(Graph graph)
Draw the arrow of line.
|
void |
Shape.setGraph(Graph value) |
Constructor and Description |
---|
Arc(Graph graph)
Initializes a new instance of the
Arc class. |
Arc(Graph graph,
float xPosition,
float yPosition,
float radius,
float alpha,
float beta)
Initializes a new instance of the
Arc class. |
Circle(Graph graph)
Initializes a new instance of the
Circle class. |
Circle(Graph graph,
float xPosition,
float yPosition,
float radius)
Initializes a new instance of the
Circle class. |
ComplexShape(Graph graph)
Initializes a new instance of the
T:Aspose.Pdf.ComplexShape
class. |
Curve(Graph graph)
Initializes a new instance of the
Curve class. |
Curve(Graph graph,
float[] positionArr)
Initializes a new instance of the
Curve class. |
Ellipse(Graph graph)
Initializes a new instance of the
Ellipse class. |
Ellipse(Graph graph,
float left,
float bottom,
float width,
float height)
Initializes a new instance of the
Ellipse class. |
Line(Graph graph)
Initializes a new instance of the
Line class. |
Line(Graph graph,
float[] positionArray)
Initializes a new instance of the
Line class. |
PathArea(Graph graph)
Initializes a new instance of the
PathArea class. |
PathArea(Graph graph,
Shape[] shapeArr)
Initializes a new instance of the
PathArea class. |
Rectangle(Graph graph)
Initializes a new instance of the
Rectangle class. |
Rectangle(Graph graph,
float left,
float bottom,
float width,
float height)
Initializes a new instance of the
Rectangle class. |
Modifier and Type | Method and Description |
---|---|
static void |
GraphGenerator.writeGraph(Pdf doc,
GeneratorBase gen,
Graph graph) |
Copyright © 2016 Aspose. All Rights Reserved.