Class FlowLayout.WorkingData

java.lang.Object
org.eclipse.draw2d.FlowLayout.WorkingData
Enclosing class:
FlowLayout

protected class FlowLayout.WorkingData extends Object
Holds the necessary information for layout calculations.
  • Field Details

    • bounds

      public Rectangle[] bounds
    • area

      public Rectangle area
    • row

      public IFigure[] row
    • rowHeight

      public int rowHeight
    • rowWidth

      public int rowWidth
    • rowCount

      public int rowCount
    • rowX

      public int rowX
    • rowY

      public int rowY
    • maxWidth

      public int maxWidth
  • Constructor Details

    • WorkingData

      protected WorkingData()