Package javascript.awt
Class GridBagConstraints
- java.lang.Object
-
- javascript.awt.GridBagConstraints
-
- Direct Known Subclasses:
GBC
public class GridBagConstraints extends java.lang.ObjectThe java.awt.GridBagConstraints clone- Author:
- gianpiero.diblasi
-
-
Field Summary
Fields Modifier and Type Field Description static intABOVE_BASELINEstatic intABOVE_BASELINE_LEADINGstatic intABOVE_BASELINE_TRAILINGintanchorstatic intBASELINEstatic intBASELINE_LEADINGstatic intBASELINE_TRAILINGstatic intBELOW_BASELINEstatic intBELOW_BASELINE_LEADINGstatic intBELOW_BASELINE_TRAILINGstatic intBOTHstatic intCENTERstatic intEASTintfillstatic intFIRST_LINE_ENDstatic intFIRST_LINE_STARTintgridheightintgridwidthintgridxintgridystatic intHORIZONTALInsetsinsetsintipadxintipadystatic intLAST_LINE_ENDstatic intLAST_LINE_STARTstatic intLINE_ENDstatic intLINE_STARTstatic intNONEstatic intNORTHstatic intNORTHEASTstatic intNORTHWESTstatic intPAGE_ENDstatic intPAGE_STARTstatic intRELATIVEstatic intREMAINDERstatic intSOUTHstatic intSOUTHEASTstatic intSOUTHWESTstatic intVERTICALdoubleweightxdoubleweightystatic intWEST
-
Constructor Summary
Constructors Constructor Description GridBagConstraints()Creates the object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(java.lang.String key)Returns a constraint value by key
-
-
-
Field Detail
-
RELATIVE
public static final int RELATIVE
- See Also:
- Constant Field Values
-
REMAINDER
public static final int REMAINDER
- See Also:
- Constant Field Values
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
-
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
-
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
-
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
-
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
-
NORTHEAST
public static final int NORTHEAST
- See Also:
- Constant Field Values
-
EAST
public static final int EAST
- See Also:
- Constant Field Values
-
SOUTHEAST
public static final int SOUTHEAST
- See Also:
- Constant Field Values
-
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
-
SOUTHWEST
public static final int SOUTHWEST
- See Also:
- Constant Field Values
-
WEST
public static final int WEST
- See Also:
- Constant Field Values
-
NORTHWEST
public static final int NORTHWEST
- See Also:
- Constant Field Values
-
PAGE_START
public static final int PAGE_START
- See Also:
- Constant Field Values
-
PAGE_END
public static final int PAGE_END
- See Also:
- Constant Field Values
-
LINE_START
public static final int LINE_START
- See Also:
- Constant Field Values
-
LINE_END
public static final int LINE_END
- See Also:
- Constant Field Values
-
FIRST_LINE_START
public static final int FIRST_LINE_START
- See Also:
- Constant Field Values
-
FIRST_LINE_END
public static final int FIRST_LINE_END
- See Also:
- Constant Field Values
-
LAST_LINE_START
public static final int LAST_LINE_START
- See Also:
- Constant Field Values
-
LAST_LINE_END
public static final int LAST_LINE_END
- See Also:
- Constant Field Values
-
BASELINE
public static final int BASELINE
- See Also:
- Constant Field Values
-
BASELINE_LEADING
public static final int BASELINE_LEADING
- See Also:
- Constant Field Values
-
BASELINE_TRAILING
public static final int BASELINE_TRAILING
- See Also:
- Constant Field Values
-
ABOVE_BASELINE
public static final int ABOVE_BASELINE
- See Also:
- Constant Field Values
-
ABOVE_BASELINE_LEADING
public static final int ABOVE_BASELINE_LEADING
- See Also:
- Constant Field Values
-
ABOVE_BASELINE_TRAILING
public static final int ABOVE_BASELINE_TRAILING
- See Also:
- Constant Field Values
-
BELOW_BASELINE
public static final int BELOW_BASELINE
- See Also:
- Constant Field Values
-
BELOW_BASELINE_LEADING
public static final int BELOW_BASELINE_LEADING
- See Also:
- Constant Field Values
-
BELOW_BASELINE_TRAILING
public static final int BELOW_BASELINE_TRAILING
- See Also:
- Constant Field Values
-
gridx
public int gridx
-
gridy
public int gridy
-
gridwidth
public int gridwidth
-
gridheight
public int gridheight
-
weightx
public double weightx
-
weighty
public double weighty
-
anchor
public int anchor
-
fill
public int fill
-
insets
public Insets insets
-
ipadx
public int ipadx
-
ipady
public int ipady
-
-