lio.gui
Class ConstraintGroup

java.lang.Object
  extended by java.awt.GridBagConstraints
      extended by lio.gui.ConstraintGroup
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ConstraintGroup
extends java.awt.GridBagConstraints

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.GridBagConstraints
anchor, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
ConstraintGroup(int[][] constraints, double[][] weights)
           
 
Method Summary
 java.awt.GridBagConstraints getConstraints(int element)
           
 void setConstraints(int element)
           
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintGroup

public ConstraintGroup(int[][] constraints,
                       double[][] weights)
Method Detail

setConstraints

public void setConstraints(int element)

getConstraints

public java.awt.GridBagConstraints getConstraints(int element)