Uses of Interface
de.erichseifert.gral.Layout

Packages that use Layout
de.erichseifert.gral Main classes. 
 

Uses of Layout in de.erichseifert.gral
 

Classes in de.erichseifert.gral that implement Layout
 class EdgeLayout
          Implementation of Layout that arranges a Container's components according to a certain grid.
 class StackedLayout
          Class that represents a layout manager which arranges its components lying upon another.
 

Methods in de.erichseifert.gral that return Layout
 Layout Container.getLayout()
          Returns the layout associated with this container.
 Layout DrawableContainer.getLayout()
           
 

Methods in de.erichseifert.gral with parameters of type Layout
 void Container.setLayout(Layout layout)
          Sets the layout associated with this container.
 void DrawableContainer.setLayout(Layout layout)
           
 

Constructors in de.erichseifert.gral with parameters of type Layout
DrawableContainer(Layout layout)
          Creates a new container for Drawables with the specified layout manager.
 



Copyright © 2009-2010. All Rights Reserved.