Hosted by
 |
Boxes
 |  | type Box |  |
 | Public representation. |  |
 |  | type Box_Access |  |
 | Pointer to representation data. |  |
 |  | procedure Set_Center |  |
 | Mutator to update the center of a box. |  |
|
 |  | function Get_Center |  |
 | Accessor to read the center of a box. |  |
|
 |  | function Get_Bounds |  |
 | Accessor to read the bounds of a box. |  |
|
 |  | function Get_Minimum_Width |  |
 | Accessor to read the minimum width of a box. |  |
|
 |  | function Get_Optimum_Width |  |
 | Accessor to read the optimum width of a box. |  |
|
|
|