|
Class Summary |
| AbsRect |
Rectangle that is in some way relative to another rectangle, called "reference". |
| AlignRect |
The align rect solves the (almost) only use case that AbsRect can't solve; aligning something that already has a certain size,
such as an image or icon within the reference rectangle. |
| AspectRatioRect |
A class that takes another PlaceRect and forces its aspect ratio (the relationship between with and height)
to be a certain value, or range of values. |
| AtPoint |
Similar to Point2D but is immutable and much more flexible. |
| AtUtil |
Utility class for At* classes. |
| Range |
Simple data holder for a start and end value. |
| Range.RectRange |
|
| RefPoint |
A point that is in reference to another point. |
| SizeSpec |
A class that combines a minimum, preferred and maximum size to form a specification for a size of something. |
| SizeSpecEditor |
|