pagelayout
Class Cell.Constraint

java.lang.Object
  extended by pagelayout.Cell.Constraint
Enclosing class:
Cell

protected static class Cell.Constraint
extends java.lang.Object


Constructor Summary
Cell.Constraint(Cell.Constraint c)
           
Cell.Constraint(int n)
           
 
Method Summary
 void setSize(int[] size, int n, int available)
           
 void updateConstraint(int anchorIndex, int[] cellIndices, double[] scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell.Constraint

public Cell.Constraint(int n)

Cell.Constraint

public Cell.Constraint(Cell.Constraint c)
Method Detail

updateConstraint

public void updateConstraint(int anchorIndex,
                             int[] cellIndices,
                             double[] scale)

setSize

public void setSize(int[] size,
                    int n,
                    int available)