| ImageGearJava Project : com.accusoft.imagegear.core.shapes Package |
| Class | Description |
|---|---|
| ImGearDoublePoint | Stores a set of two double precision numbers that represent the point. |
| ImGearDoubleRectangle | Stores a set of four double precision numbers that represent the location and size of a rectangle. |
| ImGearEllipse | Stores a set of two ImGear values that represent the location and size of an ellipse.
The center of the ellipse is the center of the specified bounding rectangle. |
| ImGearPoint | Encapsulates a point in a 2-D coordinate system. |
| ImGearPolygon | Defines a polygon shape.
Represents a polygon, i.e., a 2D shape defined by two or more points sequentilly connected by straight lines. |
| ImGearRect | Stores a set of four integer numbers that represent the location and size of the rectangle. |
| ImGearRectangle | Stores a set of four integer numbers that represent the location and size of a rectangle.
Stores a set of API that represent the rectangle. |
| ImGearRoundedRectangle | This structure represents a rounded rectangle. |
| Interface | Description |
|---|---|
| IImGearDoublePoint | Defines DoublePoint interface. |
| IImGearDoubleRectangle | Defines DoubleRectangle interface. |
| IImGearEllipse | Defines Ellipse interface. |
| IImGearPoint | Defines Point interface. |
| IImGearRectangle | Defines IImGearRectangle interface. |
| IImGearRoundedRectangle | Represents a rounded rectangle. |
| IImGearShape | Defines Shape interface. |
| IImGearSize | Defines Size interface. |