Layout
Subclasses: GridLayout, StackLayout, PackingLayout, TreemapLayout
The Layout class is an abstract class representing layout algorithms used to position children in a group. You cannot create a layout object, you can only create instances of its subclasses.
Methods
method | explanation | return type |
---|---|---|
clone() | returns a copy of this layout | void |
run() | apply this layout | void |