API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. SwingConstants View Source
Author(s)
Jeff Dinkins
Ralph Kar (orientation support)
Since
Version
1.17 11/17/05
Serial
Hierarchy
 SwingConstants
Subinterfaces
Description
public interface SwingConstants
A collection of constants generally used for positioning and orienting components on the screen.
See also:   
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int BOTTOM = "3"
Box-orientation constant used to specify the bottom of a box.
publicfinalstatic int CENTER = "0"
  The central position in an area.
publicfinalstatic int EAST = "3"
Compass-direction east (right).
publicfinalstatic int HORIZONTAL = "0"
  Horizontal orientation.
publicfinalstatic int LEADING = "10"
  Identifies the leading edge of text for use with left-to-right and right-to-left languages.
publicfinalstatic int LEFT = "2"
Box-orientation constant used to specify the left side of a box.
publicfinalstatic int NEXT = "12"
  Identifies the next direction in a sequence.
publicfinalstatic int NORTH = "1"
Compass-direction North (up).
publicfinalstatic int NORTH_EAST = "2"
Compass-direction north-east (upper right).
publicfinalstatic int NORTH_WEST = "8"
Compass-direction north west (upper left).
publicfinalstatic int PREVIOUS = "13"
  Identifies the previous direction in a sequence.
publicfinalstatic int RIGHT = "4"
Box-orientation constant used to specify the right side of a box.
publicfinalstatic int SOUTH = "5"
Compass-direction south (down).
publicfinalstatic int SOUTH_EAST = "4"
Compass-direction south-east (lower right).
publicfinalstatic int SOUTH_WEST = "6"
Compass-direction south-west (lower left).
publicfinalstatic int TOP = "1"
Box-orientation constant used to specify the top of a box.
publicfinalstatic int TRAILING = "11"
  Identifies the trailing edge of text for use with left-to-right and right-to-left languages.
publicfinalstatic int VERTICAL = "1"
  Vertical orientation.
publicfinalstatic int WEST = "7"
Compass-direction west (left).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar