Extends
jls.gui.Layout.
This class represents a flow layout. The children can have an absolute or a relative position,
these two layouts does not interfer, overlapping must be fix using z-index.
Child style position: absolute. The absolute position is defined using a combination of the following style options: left, right, top, bottom, width, height. If some options are conflicting each other then the last ones are ignored, the conflicting options and their priorities are: width, left, right and height, top, bottom.
Child style position: relative. Children are positioned in a flow depending on the following style options: direction (ltr, rtl), textAlign (left, right, center, justify), verticalAlign (top, middle, bottom).
| Constructor Attributes | Constructor Name and Description |
|---|---|