net.sourceforge.lentikit
Class GBCHelper

java.lang.Object
  extended byjava.awt.GridBagConstraints
      extended bynet.sourceforge.lentikit.GBCHelper
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GBCHelper
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
GBCHelper(java.awt.GridBagConstraints template)
           
 
Method Summary
 GBCHelper get(int x, int y)
           
 GBCHelper get(int x, int y, int w)
           
 
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

GBCHelper

public GBCHelper(java.awt.GridBagConstraints template)
Method Detail

get

public GBCHelper get(int x,
                     int y)

get

public GBCHelper get(int x,
                     int y,
                     int w)


Copyright © 2004 Sourceforge. All Rights Reserved.