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.

Uses in package javax.swing.text.html

Methods with parameter type javax.swing.SizeRequirements

SizeRequirements
Calculates the requirements along the major axis.
SizeRequirements
Calculates the requirements along the minor axis.
SizeRequirements
Calculates the minor axis requirements of this view.

Methods with return type javax.swing.SizeRequirements

SizeRequirements
Calculates the requirements along the major axis.
SizeRequirements
Calculates the requirements along the minor axis.
SizeRequirements
Calculates the minor axis requirements of this view.

Uses in package javax.swing.text

Methods with parameter type javax.swing.SizeRequirements

SizeRequirements
Calculates size requirements for a baseline layout.
SizeRequirements
Calculates the size requirements of this BoxView along its major axis, that is the axis specified in the constructor.
SizeRequirements
Calculates the size requirements of this BoxView along its minor axis, that is the axis opposite to the axis specified in the constructor.
SizeRequirements
Calculates the size requirements of this BoxView along its minor axis, that is the axis opposite to the axis specified in the constructor.
SizeRequirements
Calculates the requirements of this view for the minor (== horizontal) axis.
void
TableView.layoutColumns(int targetSpan, int[] offsets, spans[] , SizeRequirements[] reqs)
Lays out the columns to fit within the specified target span.

Methods with return type javax.swing.SizeRequirements

SizeRequirements
Calculates size requirements for a baseline layout.
SizeRequirements
Calculates the size requirements of this BoxView along its major axis, that is the axis specified in the constructor.
SizeRequirements
Calculates the size requirements of this BoxView along its minor axis, that is the axis opposite to the axis specified in the constructor.
SizeRequirements
Calculates the size requirements of this BoxView along its minor axis, that is the axis opposite to the axis specified in the constructor.
SizeRequirements
Calculates the requirements of this view for the minor (== horizontal) axis.