GluedShapesFlags
Inheritance: java.lang.Object
public final class GluedShapesFlags
Specifies constants that identify which shapes to return, based on the dimensionality and directionality of the connection points that are glued to a particular shape; passed to the Shape.GluedShapes method.
Fields
Field | Description |
---|---|
GLUED_SHAPES_ALL_1_D | Return IDs of all 1-D shapes that are glued to this shape. |
GLUED_SHAPES_ALL_2_D | Return all 2-D shapes that are glued to this shape and all 2-D shapes to which this shape is glued. |
GLUED_SHAPES_INCOMING_1_D | Return IDs of 1-D shapes whose end points are glued to this shape. |
GLUED_SHAPES_INCOMING_2_D | If the source object is a 1-D shape, return IDs of 2-D shape to which the begin point is glued. |
GLUED_SHAPES_OUTGOING_1_D | Return IDs of 1-D shapes whose begin points are glued to this shape. |
GLUED_SHAPES_OUTGOING_2_D | If the source object is a 1-D shape, return IDs of 2-D shape to which the end point is glued. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
GLUED_SHAPES_ALL_1_D
public static final int GLUED_SHAPES_ALL_1_D
Return IDs of all 1-D shapes that are glued to this shape.
GLUED_SHAPES_ALL_2_D
public static final int GLUED_SHAPES_ALL_2_D
Return all 2-D shapes that are glued to this shape and all 2-D shapes to which this shape is glued.
GLUED_SHAPES_INCOMING_1_D
public static final int GLUED_SHAPES_INCOMING_1_D
Return IDs of 1-D shapes whose end points are glued to this shape.
GLUED_SHAPES_INCOMING_2_D
public static final int GLUED_SHAPES_INCOMING_2_D
If the source object is a 1-D shape, return IDs of 2-D shape to which the begin point is glued. If the source object is a 2-D shape, return IDs of 2-D shapes that are glued to this shape.
GLUED_SHAPES_OUTGOING_1_D
public static final int GLUED_SHAPES_OUTGOING_1_D
Return IDs of 1-D shapes whose begin points are glued to this shape.
GLUED_SHAPES_OUTGOING_2_D
public static final int GLUED_SHAPES_OUTGOING_2_D
If the source object is a 1-D shape, return IDs of 2-D shape to which the end point is glued. If the source object is a 2-D shape, return IDs of 2-D shapes to which this shape is glued.
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 |