class HexaPDF:: Layout:: Frame:: FitResult
Parent | Object |
---|
Stores the result of fitting a box in a Frame
.
Attributes
The available height in the frame for this particular box.
The available width in the frame for this particular box.
The box that was fitted into the frame.
The rectangle (a Geom2D::Polygon object) that will be removed from the frame when drawing the box.
The horizontal position where the box will be drawn.
The vertical position where the box will be drawn.
Public Class Methods
Initialize the result object for the given box.
Public Instance Methods
Marks the fitting status as success.
Returns true
if fitting was successful.