Package | Description |
---|---|
pythagoras.f |
The Pythagoras geometry utility classes specialized on
float . |
Modifier and Type | Interface and Description |
---|---|
interface |
IArc
Provides read-only access to an
Arc . |
interface |
IEllipse
Provides read-only access to an
Ellipse . |
interface |
IRectangle
Provides read-only access to a
Rectangle . |
interface |
IRoundRectangle
Provides read-only access to a
RoundRectangle . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArc
Provides most of the implementation of
IArc , obtaining only the frame and other metrics
from the derived class. |
class |
AbstractEllipse
Provides most of the implementation of
IEllipse , obtaining the framing rectangle from
the derived class. |
class |
AbstractRectangle
Provides most of the implementation of
IRectangle , obtaining only the location and
dimensions from the derived class. |
class |
AbstractRoundRectangle
Provides most of the implementation of
IRoundRectangle , obtaining the framing rectangle
from the derived class. |
class |
Arc
Represents an arc defined by a framing rectangle, start angle, angular extend, and closure type.
|
class |
Ellipse
Represents an ellipse that is described by a framing rectangle.
|
class |
Rectangle
Represents an area in two dimensions.
|
class |
RectangularShape
The base class for various
IShape objects whose geometry is defined by a rectangular
frame. |
class |
RoundRectangle
Represents a rectangle with rounded corners, defined by an arc width and height.
|
Copyright © 2017. All rights reserved.