java.lang.Object
org.autogui.swing.util.ResizableFlowLayout.ResizedWidth
- Enclosing class:
ResizableFlowLayout
internal state for calculating layout.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
summation of fixed size parts of lining orientation; insets, margin and non-resizable component's sizeint
max size of opposite orientation of lining orientation and insetsfloat
summation of base size of lining orientation; resizable component's minimum or preferred size -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resSum
public float resSumsummation of base size of lining orientation; resizable component's minimum or preferred size -
fixedSum
public float fixedSumsummation of fixed size parts of lining orientation; insets, margin and non-resizable component's size -
height
public int heightmax size of opposite orientation of lining orientation and insets
-
-
Constructor Details
-
ResizedWidth
-
-
Method Details
-
getSize
-