org.apache.batik.ext.swing

Interface GridBagConstants

public interface GridBagConstants

GridBagConstraints constants.
Field Summary
intBOTH
Resize the component both horizontally and vertically.
intCENTER
Put the component in the center of its display area.
intEAST
Put the component on the left side of its display area, centered vertically.
intHORIZONTAL
Resize the component horizontally but not vertically.
intNONE
Do not resize the component.
intNORTH
Put the component at the top of its display area, centered horizontally.
intNORTHEAST
Put the component at the top-right corner of its display area.
intNORTHWEST
Put the component at the top-left corner of its display area.
intREMAINDER
Specify that this component is the last component in its column or row.
intSOUTH
Put the component at the bottom of its display area, centered horizontally.
intSOUTHEAST
Put the component at the bottom-right corner of its display area.
intSOUTHWEST
Put the component at the bottom-left corner of its display area.
intVERTICAL
Resize the component vertically but not horizontally.
intWEST
Put the component on the left side of its display area, centered vertically.

Field Detail

BOTH

public int BOTH
Resize the component both horizontally and vertically.

Since: JDK1.0

CENTER

public int CENTER
Put the component in the center of its display area.

Since: JDK1.0

EAST

public int EAST
Put the component on the left side of its display area, centered vertically.

Since: JDK1.0

HORIZONTAL

public int HORIZONTAL
Resize the component horizontally but not vertically.

Since: JDK1.0

NONE

public int NONE
Do not resize the component.

Since: JDK1.0

NORTH

public int NORTH
Put the component at the top of its display area, centered horizontally.

Since: JDK1.0

NORTHEAST

public int NORTHEAST
Put the component at the top-right corner of its display area.

Since: JDK1.0

NORTHWEST

public int NORTHWEST
Put the component at the top-left corner of its display area.

Since: JDK1.0

REMAINDER

public int REMAINDER
Specify that this component is the last component in its column or row.

Since: JDK1.0

SOUTH

public int SOUTH
Put the component at the bottom of its display area, centered horizontally.

Since: JDK1.0

SOUTHEAST

public int SOUTHEAST
Put the component at the bottom-right corner of its display area.

Since: JDK1.0

SOUTHWEST

public int SOUTHWEST
Put the component at the bottom-left corner of its display area.

Since: JDK1.0

VERTICAL

public int VERTICAL
Resize the component vertically but not horizontally.

Since: JDK1.0

WEST

public int WEST
Put the component on the left side of its display area, centered vertically.

Since: JDK1.0

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.