pagelayout
Class PageLayout.ContainerSizeLink

java.lang.Object
  extended by pagelayout.PageLayout.ContainerSizeLink
Direct Known Subclasses:
PageLayout.ContainerHeightLink, PageLayout.ContainerWidthLink
Enclosing class:
PageLayout

public abstract static class PageLayout.ContainerSizeLink
extends java.lang.Object


Field Summary
protected  java.awt.Component[] components
           
protected  double[][] fraction
           
 
Constructor Summary
PageLayout.ContainerSizeLink(java.awt.Component[] components, double[][] fraction)
           
 
Method Summary
abstract  void setSize(int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

components

protected java.awt.Component[] components

fraction

protected double[][] fraction
Constructor Detail

PageLayout.ContainerSizeLink

public PageLayout.ContainerSizeLink(java.awt.Component[] components,
                                    double[][] fraction)
Method Detail

setSize

public abstract void setSize(int w,
                             int h)