Uses of Class javax.swing.SizeRequirements

Uses in package javax.swing

Methods with parameter type javax.swing.SizeRequirements

int[]
Returns an array of new preferred sizes for the children based on delta.
void
SizeRequirements.calculateAlignedPositions(int allocated, SizeRequirements total, SizeRequirements children, int[] offsets, int[] spans)
Calculate the offsets and spans of the components, when they should be placed end-to-end.
void
SizeRequirements.calculateAlignedPositions(int allocated, SizeRequirements total, SizeRequirements children, int[] offset, int[] spans, boolean forward)
Calculate the offsets and spans of the components, when they should be placed end-to-end.
void
SizeRequirements.calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements children, int[] offsets, int[] spans)
Calculate the offsets and spans of the components, when they should be placed end-to-end.
void
SizeRequirements.calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements children, int[] offsets, int[] spans, boolean forward)
Calculate the offsets and spans of the components, when they should be placed end-to-end.
SizeRequirements
Calculates how much space is nessecary to place a set of components aligned according to their alignment value.
SizeRequirements
Calculates how much space is nessecary to place a set of components end-to-end.

Methods with return type javax.swing.SizeRequirements

SizeRequirements
Calculates how much space is nessecary to place a set of components aligned according to their alignment value.
SizeRequirements
Calculates how much space is nessecary to place a set of components end-to-end.