ConValue
Inheritance: java.lang.Object
public final class ConValue
Specifies the type of behavior the x or y-coordinate of the control handle exhibits after the handle is moved.
Fields
Field | Description |
---|---|
OFFSET_FROM_CENTER | Offset from center. |
OFFSET_FROM_CENTER_HIDDEN | Offset from center, hidden. |
OFFSET_FROM_LEFT_EDGE | Offset from left edge. |
OFFSET_FROM_LEFT_EDGE_HIDDEN | Offset from left edge, hidden. |
OFFSET_FROM_RIGHT_EDGE | Offset from right edge. |
OFFSET_FROM_RIGHT_EDGE_HIDDEN | Offset from right edge, hidden. |
PROPORTIONAL | Proportional. |
PROPORTIONAL_HIDDEN | Proportional, hidden.Same as 0, but the control handle is not visible. |
PROPORTIONAL_LOCKED | Proportional locked. |
PROPORTIONAL_LOCKED_HIDDEN | Proportional locked, hidden. |
UNDEFINED | Undefined. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
OFFSET_FROM_CENTER
public static final int OFFSET_FROM_CENTER
Offset from center. The control handle is offset a constant distance from the center of the shape.
OFFSET_FROM_CENTER_HIDDEN
public static final int OFFSET_FROM_CENTER_HIDDEN
Offset from center, hidden. Same as 3, but the control handle is not visible.
OFFSET_FROM_LEFT_EDGE
public static final int OFFSET_FROM_LEFT_EDGE
Offset from left edge. The control handle is offset a constant distance from the left side of the shape.
OFFSET_FROM_LEFT_EDGE_HIDDEN
public static final int OFFSET_FROM_LEFT_EDGE_HIDDEN
Offset from left edge, hidden. Same as 2, but the control handle is not visible.
OFFSET_FROM_RIGHT_EDGE
public static final int OFFSET_FROM_RIGHT_EDGE
Offset from right edge. The control handle is offset a constant distance from the right side of the shape.
OFFSET_FROM_RIGHT_EDGE_HIDDEN
public static final int OFFSET_FROM_RIGHT_EDGE_HIDDEN
Offset from right edge, hidden. Same as 4, but the control handle is not visible.
PROPORTIONAL
public static final int PROPORTIONAL
Proportional. The control handle can be moved, and it also moves in proportion with the shape when it is stretched.
PROPORTIONAL_HIDDEN
public static final int PROPORTIONAL_HIDDEN
Proportional, hidden.Same as 0, but the control handle is not visible.
PROPORTIONAL_LOCKED
public static final int PROPORTIONAL_LOCKED
Proportional locked. The control handle moves in proportion with the shape, but the control handle itself cannot be moved.
PROPORTIONAL_LOCKED_HIDDEN
public static final int PROPORTIONAL_LOCKED_HIDDEN
Proportional locked, hidden. Same as 1, but the control handle is not visible.
UNDEFINED
public static final int UNDEFINED
Undefined.
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 |