-
Returns the default gap between two components that are in the same cell.
Returns the gap after this entity.
Returns the gap before this entity.
If non-null
(null
is default) these value will be used as the default gaps between the columns in the grid.
Returns the platform recommended inter-cell gap in the horizontal (x) dimension..
If non-null
(null
is default) these value will be used as the default gaps between the rows in the grid.
Returns the platform recommended inter-cell gap in the vertical (x) dimension..
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
Returns the newline size if it is a custom size.
Returns the "pack height" for the window that this container is located in.
Returns the "pack width" for the window that this container is located in.
Returns the min/preferred/max size for the entity in the dimension that this object describes.
Returns a size similar to the "width" and "height" in the component constraint.
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
Returns the wrap size if it is a custom size.
Parses a single "min:pref:max" value.
void
Sets the gap after this entity.
void
Sets the gap before this entity.
final void
If non-null
(null
is default) these value will be used as the default gaps between the columns in the grid.
final void
If non-null
(null
is default) these value will be used as the default gaps between the rows in the grid.
final void
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
void
Set the newline size and turns newline on if != null
.
final void
Sets the "pack height" for the window that this container is located in.
final void
Sets the "pack width" for the window that this container is located in.
void
Sets the min/preferred/max size for the entity in the dimension that this object describes.
final void
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
void
Set the wrap size and turns wrap on if != null
.