Uses of Class
com.threerings.opengl.gui.layout.AnchorLayout.Anchor

Packages that use AnchorLayout.Anchor
com.threerings.opengl.gui.layout   
 

Uses of AnchorLayout.Anchor in com.threerings.opengl.gui.layout
 

Fields in com.threerings.opengl.gui.layout declared as AnchorLayout.Anchor
static AnchorLayout.Anchor AnchorLayout.CENTER
          Anchors the center of the component to the center of the container.
static AnchorLayout.Anchor AnchorLayout.EAST
          Anchors the right-center of the component to the right-center of the container.
static AnchorLayout.Anchor AnchorLayout.NORTH
          Anchors the upper-center of the component to the upper-center of the container.
static AnchorLayout.Anchor AnchorLayout.NORTHEAST
          Anchors the upper-right of the component to the upper-right of the container.
static AnchorLayout.Anchor AnchorLayout.NORTHWEST
          Anchors the upper-left of the component to the upper-left of the container.
static AnchorLayout.Anchor AnchorLayout.SOUTH
          Anchors the lower-center of the component to the lower-center of the container.
static AnchorLayout.Anchor AnchorLayout.SOUTHEAST
          Anchors the lower-right of the component to the lower-right of the container.
static AnchorLayout.Anchor AnchorLayout.SOUTHWEST
          Anchors the lower-left of the component to the lower-left of the container.
static AnchorLayout.Anchor AnchorLayout.WEST
          Anchors the left-center of the component to the left-center of the container.
 



Copyright © 2011. All Rights Reserved.