Returns the alignment used either as a default value for sub-entities or for this entity.
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components
in the parent.
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components
in the parent.
Returns the default dialog insets depending of the current platform.
The insets for the layed out panel.
Returns the maximum size as sent into the constructor.
Returns the minimum size as sent into the constructor.
Returns the recommended minimum button width depending on the current set platform.
Returns the absolute resizing in the last stage of the layout cycle.
Returns the default panel insets depending of the current platform.
Returns the absolute positioning of one or more of the edges.
Returns a position similar to the "pos" the component constraint.
Returns the preferred size as sent into the constructor.
Returns the unit value associated with the unit.
Returns the unit value associated with the unit.
Returns the visual padding used when laying out this Component.
Parses insets which consists of 1-4 UnitValue
s.
Parses a single unit value.
Parses a single unit value that may also be an alignment as parsed by ConstraintParser.parseAlignKeywords(String, boolean)
.
boolean
boolean
Parses a single unit value that may also be an alignment as parsed by ConstraintParser.parseAlignKeywords(String, boolean)
.
void
Sets the alignment used wither as a default value for sub-entities or for this entity.
final void
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components
in the parent.
final void
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components
in the parent.
static void
Sets the default insets for a dialog.
static void
Sets gap between two cells in the grid.
static void
Sets gap value for components that are "intended".
final void
The insets for the layed out panel.
static void
static void
Sets the recommended minimum button width.
void
Sets the absolute resizing in the last stage of the layout cycle.
static void
Sets the default insets for a dialog.
static void
Sets paragraph gap value for components.
void
Sets absolute positioning of one or more of the edges.
static void
Sets gap value for components that are "related".
static void
Sets the unit value associated with a unit string.
static void
Sets gap value for components that are "unrelated".
void
Sets the visual padding used when laying out this Component.
ComponentWrapper.getContentBias()
instead;