ContextTypeValue
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class ContextTypeValue
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table.
Fields
Field | Description |
---|---|
DATA_1 | Data1. |
DATA_2 | Data2. |
DATA_3 | Data3. |
GEOMETRY_ANGLE | Geometry angle. |
GEOMETRY_HEIGHT | Geometry height. |
GEOMETRY_WIDTH | Geometry width. |
MASTER_NAME | Master name. |
SHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABEL | Shape-data-item (custom property) label. |
SHAPE_ID | Shape ID. |
SHAPE_LOCAL_NAME | Shape local name. |
SHAPE_TEXT | Shape text. |
SHAPE_TYPE | Shape type. |
UNDEFINED | Undefined. |
USER_CELL_LOCAL_ROW_NAME | User cell local row name. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DATA_1
public static final int DATA_1
Data1.
DATA_2
public static final int DATA_2
Data2.
DATA_3
public static final int DATA_3
Data3.
GEOMETRY_ANGLE
public static final int GEOMETRY_ANGLE
Geometry angle.
GEOMETRY_HEIGHT
public static final int GEOMETRY_HEIGHT
Geometry height.
GEOMETRY_WIDTH
public static final int GEOMETRY_WIDTH
Geometry width.
MASTER_NAME
public static final int MASTER_NAME
Master name.
SHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABEL
public static final int SHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABEL
Shape-data-item (custom property) label.
SHAPE_ID
public static final int SHAPE_ID
Shape ID.
SHAPE_LOCAL_NAME
public static final int SHAPE_LOCAL_NAME
Shape local name.
SHAPE_TEXT
public static final int SHAPE_TEXT
Shape text.
SHAPE_TYPE
public static final int SHAPE_TYPE
Shape type.
UNDEFINED
public static final int UNDEFINED
Undefined.
USER_CELL_LOCAL_ROW_NAME
public static final int USER_CELL_LOCAL_ROW_NAME
User cell local row name.
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 |