com.aspose.diagram
Class ConnectedShapesFlags

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

public class ConnectedShapesFlags 
extends java.lang.Object

Utility class containing constants. Filters the array of returned shape IDs by the directionality of the connectors.


Field Summary
static final intCONNECTED_SHAPES_ALL_NODES
           Return IDs of shapes that are associated with both incoming and outgoing connections.
static final intCONNECTED_SHAPES_INCOMING_NODES
           Return IDs of shapes that are associated with incoming connections.
static final intCONNECTED_SHAPES_OUTGOING_NODES
           Return IDs of shapes that are associated with outgoing connections.
 

Field Detail

CONNECTED_SHAPES_ALL_NODES

public static final int CONNECTED_SHAPES_ALL_NODES
Return IDs of shapes that are associated with both incoming and outgoing connections.

CONNECTED_SHAPES_INCOMING_NODES

public static final int CONNECTED_SHAPES_INCOMING_NODES
Return IDs of shapes that are associated with incoming connections.

CONNECTED_SHAPES_OUTGOING_NODES

public static final int CONNECTED_SHAPES_OUTGOING_NODES
Return IDs of shapes that are associated with outgoing connections.

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