net.yura.mobile.gui.layout
Class BorderLayout

java.lang.Object
  extended by net.yura.mobile.gui.layout.BorderLayout
All Implemented Interfaces:
Layout

public class BorderLayout
extends Object
implements Layout

Author:
Yura Mamyrin
See Also:
BorderLayout

Constructor Summary
BorderLayout()
           
 
Method Summary
 int getPreferredHeight(Panel panel)
           
 int getPreferredWidth(Panel panel)
           
 void layoutPanel(Panel panel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderLayout

public BorderLayout()
Method Detail

getPreferredHeight

public int getPreferredHeight(Panel panel)
Specified by:
getPreferredHeight in interface Layout
See Also:
LayoutManager.preferredLayoutSize

getPreferredWidth

public int getPreferredWidth(Panel panel)
Specified by:
getPreferredWidth in interface Layout
See Also:
LayoutManager.preferredLayoutSize

layoutPanel

public void layoutPanel(Panel panel)
Specified by:
layoutPanel in interface Layout
See Also:
BorderLayout.layoutContainer