com.aspose.diagram
Class RelationFlag

java.lang.Object
    extended by com.aspose.diagram.RelationFlag

public class RelationFlag 
extends java.lang.Object

Utility class containing constants. Stores the relationships between shapes.


Field Summary
static final intMEMBERS_OF_CONTAINER_SHAPES
           Shapes that are members of this container.
static final intMEMBERS_OF_LIST_SHAPES
           Shapes that are members of this list.
static final intASSOCIATED_WITH_CALLOUTS
           Callouts that are associated with this shape.
static final intMEMBER_OF_CONTAINERS
           Containers that this shape is a member of.
static final intMEMBER_OF_LIST
           List that this list item is a member of
static final intSHAPE_ASSOCIATED_WITH_CALLOUT
           Shape associated with this callout
static final intLEFT_BOUNDARY_EDGE
           Container on the left boundary edge of which this shape sits
static final intRIGHT_BOUNDARY_EDGE
           Container on the right boundary edge of which this shape sits
static final intTOP_BOUNDARY_EDGE
           Container on the top boundary edge of which this shape sits
static final intBOTTOM_BOUNDARY_EDGE
           Container on the bottom boundary edge of which this shape sits
static final intLIST_OVERLAPS
           List that this list overlaps
static final intUNDEFINED
           Undefined.
 

Field Detail

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.

ASSOCIATED_WITH_CALLOUTS

public static final int ASSOCIATED_WITH_CALLOUTS
Callouts that are associated with this shape.

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

SHAPE_ASSOCIATED_WITH_CALLOUT

public static final int SHAPE_ASSOCIATED_WITH_CALLOUT
Shape associated with this callout

LEFT_BOUNDARY_EDGE

public static final int LEFT_BOUNDARY_EDGE
Container on the left boundary edge of which this shape sits

RIGHT_BOUNDARY_EDGE

public static final int RIGHT_BOUNDARY_EDGE
Container on the right boundary edge of which this shape sits

TOP_BOUNDARY_EDGE

public static final int TOP_BOUNDARY_EDGE
Container on the top boundary edge of which this shape sits

BOTTOM_BOUNDARY_EDGE

public static final int BOTTOM_BOUNDARY_EDGE
Container on the bottom boundary edge of which this shape sits

LIST_OVERLAPS

public static final int LIST_OVERLAPS
List that this list overlaps

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.