The java org.eclipse.draw2d.IFigure is an interface in the Eclipse Draw2D library that represents a graphical figure in a 2D drawing. It provides methods for drawing, manipulating, and rendering graphical objects such as shapes, images, and text on a graphical canvas. The IFigure interface serves as the foundation for creating custom graphical figures and allows for easy customization and extension through its various subclasses.
Java IFigure - 30 examples found. These are the top rated real world Java examples of org.eclipse.draw2d.IFigure extracted from open source projects. You can rate examples to help us improve the quality of examples.