ControlPicturePositionType
Inheritance: java.lang.Object
public final class ControlPicturePositionType
Represents the location of the control’s picture relative to its caption.
Fields
Field | Description |
---|---|
ABOVE_CENTER | The picture appears above the caption. |
ABOVE_LEFT | The picture appears above the caption. |
ABOVE_RIGHT | The picture appears above the caption. |
BELOW_CENTER | The picture appears below the caption. |
BELOW_LEFT | The picture appears below the caption. |
BELOW_RIGHT | The picture appears below the caption. |
CENTER | The picture appears in the center of the control. |
LEFT_BOTTOM | The picture appears to the left of the caption. |
LEFT_CENTER | The picture appears to the left of the caption. |
LEFT_TOP | The picture appears to the left of the caption. |
RIGHT_BOTTOM | The picture appears to the right of the caption. |
RIGHT_CENTER | The picture appears to the right of the caption. |
RIGHT_TOP | The picture appears to the right of the caption. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ABOVE_CENTER
public static final int ABOVE_CENTER
The picture appears above the caption. The caption is centered below the picture.
ABOVE_LEFT
public static final int ABOVE_LEFT
The picture appears above the caption. The caption is aligned with the left edge of the picture.
ABOVE_RIGHT
public static final int ABOVE_RIGHT
The picture appears above the caption. The caption is aligned with the right edge of the picture.
BELOW_CENTER
public static final int BELOW_CENTER
The picture appears below the caption. The caption is centered above the picture.
BELOW_LEFT
public static final int BELOW_LEFT
The picture appears below the caption. The caption is aligned with the left edge of the picture.
BELOW_RIGHT
public static final int BELOW_RIGHT
The picture appears below the caption. The caption is aligned with the right edge of the picture.
CENTER
public static final int CENTER
The picture appears in the center of the control. The caption is centered horizontally and vertically on top of the picture.
LEFT_BOTTOM
public static final int LEFT_BOTTOM
The picture appears to the left of the caption. The caption is aligned with the bottom of the picture.
LEFT_CENTER
public static final int LEFT_CENTER
The picture appears to the left of the caption. The caption is centered relative to the picture.
LEFT_TOP
public static final int LEFT_TOP
The picture appears to the left of the caption. The caption is aligned with the top of the picture.
RIGHT_BOTTOM
public static final int RIGHT_BOTTOM
The picture appears to the right of the caption. The caption is aligned with the bottom of the picture.
RIGHT_CENTER
public static final int RIGHT_CENTER
The picture appears to the right of the caption. The caption is centered relative to the picture.
RIGHT_TOP
public static final int RIGHT_TOP
The picture appears to the right of the caption. The caption is aligned with the top of the picture.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |