java.lang.Objectcom.install4j.api.beans.Anchor
public class Anchor
Property type for an anchor.
Field Summary | |
---|---|
static Anchor |
CENTER
|
static Anchor |
EAST
|
static Anchor |
NORTH
|
static Anchor |
NORTHEAST
|
static Anchor |
NORTHWEST
|
static Anchor |
SOUTH
|
static Anchor |
SOUTHEAST
|
static Anchor |
SOUTHWEST
|
static Anchor |
WEST
|
Method Summary | |
---|---|
static Anchor |
getByValue(int value)
Get the anchor constant that corresponds to the specified value |
int |
getValue()
The value of the anchor which can be used by java.awt.GridBagLayout. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Anchor NORTHWEST
public static final Anchor NORTH
public static final Anchor NORTHEAST
public static final Anchor WEST
public static final Anchor CENTER
public static final Anchor EAST
public static final Anchor SOUTHWEST
public static final Anchor SOUTH
public static final Anchor SOUTHEAST
Method Detail |
---|
public static Anchor getByValue(int value)
value
- the value, as returned by getValue()
getValue()
public int getValue()
public java.lang.String toString()
toString
in class java.lang.Object