org.pbjar.jxlayer.plaf.ext.transform
Class DefaultLayerLayout

java.lang.Object
  extended by org.pbjar.jxlayer.plaf.ext.transform.DefaultLayerLayout
All Implemented Interfaces:
LayoutManager, Serializable
Direct Known Subclasses:
TransformLayout

public class DefaultLayerLayout
extends Object
implements LayoutManager, Serializable

A copy of the private static inner class in JXLayer.

Author:
Piet Blok
See Also:
Serialized Form

Constructor Summary
DefaultLayerLayout()
           
 
Method Summary
 void addLayoutComponent(String name, Component comp)
          
 void layoutContainer(Container parent)
          
 Dimension minimumLayoutSize(Container parent)
          
 Dimension preferredLayoutSize(Container parent)
          
 void removeLayoutComponent(Component comp)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLayerLayout

public DefaultLayerLayout()
Method Detail

layoutContainer

public void layoutContainer(Container parent)

Specified by:
layoutContainer in interface LayoutManager

minimumLayoutSize

public Dimension minimumLayoutSize(Container parent)

Specified by:
minimumLayoutSize in interface LayoutManager

preferredLayoutSize

public Dimension preferredLayoutSize(Container parent)

Specified by:
preferredLayoutSize in interface LayoutManager

addLayoutComponent

public void addLayoutComponent(String name,
                               Component comp)

Specified by:
addLayoutComponent in interface LayoutManager

removeLayoutComponent

public void removeLayoutComponent(Component comp)

Specified by:
removeLayoutComponent in interface LayoutManager