Uses of Class
com.aspose.imaging.Figure

Packages that use Figure
com.aspose.imaging   
 

Uses of Figure in com.aspose.imaging
 

Methods in com.aspose.imaging that return Figure
 Figure[] GraphicsPath.getFigures()
           Gets the path figures.
 

Methods in com.aspose.imaging with parameters of type Figure
 void GraphicsPath.addFigure(Figure figure)
           Adds a new figure.
 void GraphicsPath.addFigures(Figure[] figures)
           Adds new figures.
 void GraphicsPath.removeFigure(Figure figure)
           Removes a figure.
 void GraphicsPath.removeFigures(Figure[] figures)
           Removes figures.
 

Constructors in com.aspose.imaging with parameters of type Figure
GraphicsPath(Figure[] figures)
           Initializes a new instance of the GraphicsPath class.
GraphicsPath(Figure[] figures, int fillMode)
           Initializes a new instance of the GraphicsPath class.