Uses of Class
aspose.pdf.Graph

Uses of Graph in aspose.pdf
 

Methods in aspose.pdf with parameters of type Graph
 void Line.drawArrow(Graph graph)
          Draw the arrow of line.
 

Constructors in aspose.pdf with parameters of type Graph
Arc(Graph graph)
          Constructor - initializes a new instance of the Arc class.
Arc(Graph graph, float xPosition, float yPosition, float radius, float alpha, float beta)
          Constructor - 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 ComplexShape class.
Curve(Graph graph)
          Constructor - initializes a new instance of the Curve class.
Curve(Graph graph, float[] positionArr)
          Constructor - initializes a new instance of the Curve class.
Ellipse(Graph graph)
          Constructor - initializes a new instance of the Ellipse class.
Ellipse(Graph graph, float left, float bottom, float width, float height)
          Constructor - initializes a new instance of the Ellipse class.
Line(Graph graph)
          Initializes a new instance of the Graph class.
Line(Graph graph, float[] positionArray)
          Initializes a new instance of the Line class.
Path(Graph graph)
          Initializes a new instance of the Path 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.