RelationFlag
Contents
[
Hide
]Inheritance: java.lang.Object
public final class RelationFlag
Stores the relationships between shapes.
Fields
| Field | Description |
|---|---|
| ASSOCIATED_WITH_CALLOUTS | Callouts that are associated with this shape. |
| BOTTOM_BOUNDARY_EDGE | Container on the bottom boundary edge of which this shape sits |
| LEFT_BOUNDARY_EDGE | Container on the left boundary edge of which this shape sits |
| LIST_OVERLAPS | List that this list overlaps |
| MEMBERS_OF_CONTAINER_SHAPES | Shapes that are members of this container. |
| MEMBERS_OF_LIST_SHAPES | Shapes that are members of this list. |
| MEMBER_OF_CONTAINERS | Containers that this shape is a member of. |
| MEMBER_OF_LIST | List that this list item is a member of |
| RIGHT_BOUNDARY_EDGE | Container on the right boundary edge of which this shape sits |
| SHAPE_ASSOCIATED_WITH_CALLOUT | Shape associated with this callout |
| TOP_BOUNDARY_EDGE | Container on the top boundary edge of which this shape sits |
| UNDEFINED | Undefined. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ASSOCIATED_WITH_CALLOUTS
public static final int ASSOCIATED_WITH_CALLOUTS
Callouts that are associated with this shape.
BOTTOM_BOUNDARY_EDGE
public static final int BOTTOM_BOUNDARY_EDGE
Container on the bottom boundary edge of which this shape sits
LEFT_BOUNDARY_EDGE
public static final int LEFT_BOUNDARY_EDGE
Container on the left boundary edge of which this shape sits
LIST_OVERLAPS
public static final int LIST_OVERLAPS
List that this list overlaps
MEMBERS_OF_CONTAINER_SHAPES
public static final int MEMBERS_OF_CONTAINER_SHAPES
Shapes that are members of this container.
MEMBERS_OF_LIST_SHAPES
public static final int MEMBERS_OF_LIST_SHAPES
Shapes that are members of this list.
MEMBER_OF_CONTAINERS
public static final int MEMBER_OF_CONTAINERS
Containers that this shape is a member of.
MEMBER_OF_LIST
public static final int MEMBER_OF_LIST
List that this list item is a member of
RIGHT_BOUNDARY_EDGE
public static final int RIGHT_BOUNDARY_EDGE
Container on the right boundary edge of which this shape sits
SHAPE_ASSOCIATED_WITH_CALLOUT
public static final int SHAPE_ASSOCIATED_WITH_CALLOUT
Shape associated with this callout
TOP_BOUNDARY_EDGE
public static final int TOP_BOUNDARY_EDGE
Container on the top boundary edge of which this shape sits
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 |