Enumeration of the common ways the baseline of a component can
change as the size changes. The baseline resize behavior is
primarily for layout managers that need to know how the
position of the baseline changes as the component size changes.
In general the baseline resize behavior will be valid for sizes
greater than or equal to the minimum size (the actual minimum
size; not a developer specified minimum size). For sizes
smaller than the minimum size the baseline may change in a way
other than the baseline resize behavior indicates. Similarly,
as the size approaches
Integer.MAX_VALUE
and/or
Short.MAX_VALUE
the baseline may change in a way
other than the baseline resize behavior indicates.