Uses of Interface
org.deken.game.component.layout.Layout

Packages that use Layout
org.deken.game.component.layout   
org.deken.game.map The Map package contains various maps for storing the locations of game pieces. 
 

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

Classes in org.deken.game.component.layout that implement Layout
 class StaticLayout
           Title: StaticLayout
 

Uses of Layout in org.deken.game.map
 

Fields in org.deken.game.map declared as Layout
protected  Layout GameMap.layout
           
 

Methods in org.deken.game.map that return Layout
 Layout GameMap.getLayout()
           
 

Methods in org.deken.game.map with parameters of type Layout
 void GameMap.setLayout(Layout layout)