Class VerticalLayout

java.lang.Object
org.jfree.ui.tabbedui.VerticalLayout
All Implemented Interfaces:
LayoutManager

public class VerticalLayout extends Object implements LayoutManager
A simple layout manager, which aligns all components in a vertical flow layout.
Author:
Thomas Morgner
  • Constructor Details

    • VerticalLayout

      public VerticalLayout()
      DefaultConstructor.
    • VerticalLayout

      public VerticalLayout(boolean useParent)
      Creates a new vertical layout. If useParent is set to true, the parents size will be used when performing the layouting, else only the parents childs are used to compute the layout.
      Parameters:
      useParent - defines, whether the parent's size is used.
  • Method Details