pagelayout
Class PageLayout.ContainerWidthLink

java.lang.Object
  extended by pagelayout.PageLayout.ContainerSizeLink
      extended by pagelayout.PageLayout.ContainerWidthLink
Enclosing class:
PageLayout

public static class PageLayout.ContainerWidthLink
extends PageLayout.ContainerSizeLink


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

Constructor Detail

PageLayout.ContainerWidthLink

public PageLayout.ContainerWidthLink(java.awt.Component[] components,
                                     double[][] affineConstants)
Method Detail

setSize

public void setSize(int w,
                    int h)
Specified by:
setSize in class PageLayout.ContainerSizeLink