Class GB
- java.lang.Object
-
- java.awt.GridBagConstraints
-
- gov.nasa.worldwindx.applications.worldwindow.util.GB
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class GB extends java.awt.GridBagConstraints- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.awt.GridBagConstraints
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GBsetAnchor(int anchor)GBsetFill(int fill)GBsetInsets(int distance)GBsetInsets(int top, int left, int bottom, int right)GBsetIpad(int ipadx, int ipady)GBsetWeight(double weightx, double weighty)
-
-
-
Method Detail
-
setAnchor
public GB setAnchor(int anchor)
-
setFill
public GB setFill(int fill)
-
setWeight
public GB setWeight(double weightx, double weighty)
-
setInsets
public GB setInsets(int distance)
-
setInsets
public GB setInsets(int top, int left, int bottom, int right)
-
setIpad
public GB setIpad(int ipadx, int ipady)
-
-