Uses of Class
org.deken.game.component.layout.LayoutLocation

Packages that use LayoutLocation
org.deken.game.component.layout   
 

Uses of LayoutLocation in org.deken.game.component.layout
 

Methods in org.deken.game.component.layout with parameters of type LayoutLocation
 void Layout.addComponent(GComponent gComponent, LayoutLocation layoutLocation)
          Adds a component to this Layout based on the LayoutLocation parameters.
 void StaticLayout.addComponent(GComponent gComponent, LayoutLocation layoutLocation)