Module org.autogui

Class ResizableFlowLayout.ResizedWidth

java.lang.Object
org.autogui.swing.util.ResizableFlowLayout.ResizedWidth
Enclosing class:
ResizableFlowLayout

public class ResizableFlowLayout.ResizedWidth extends Object
internal state for calculating layout.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
    summation of fixed size parts of lining orientation; insets, margin and non-resizable component's size
    int
    max size of opposite orientation of lining orientation and insets
    float
    summation of base size of lining orientation; resizable component's minimum or preferred size
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResizedWidth(Container parent, boolean minimum)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • resSum

      public float resSum
      summation of base size of lining orientation; resizable component's minimum or preferred size
    • fixedSum

      public float fixedSum
      summation of fixed size parts of lining orientation; insets, margin and non-resizable component's size
    • height

      public int height
      max size of opposite orientation of lining orientation and insets
  • Constructor Details

    • ResizedWidth

      public ResizedWidth(Container parent, boolean minimum)
  • Method Details