ContextTypeValue

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

FieldDescription
DATA_1Data1.
DATA_2Data2.
DATA_3Data3.
GEOMETRY_ANGLEGeometry angle.
GEOMETRY_HEIGHTGeometry height.
GEOMETRY_WIDTHGeometry width.
MASTER_NAMEMaster name.
SHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABELShape-data-item (custom property) label.
SHAPE_IDShape ID.
SHAPE_LOCAL_NAMEShape local name.
SHAPE_TEXTShape text.
SHAPE_TYPEShape type.
UNDEFINEDUndefined.
USER_CELL_LOCAL_ROW_NAMEUser cell local row name.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int