com.aspose.diagram
Class GlueTypeValue

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

public class GlueTypeValue 
extends java.lang.Object

Utility class containing constants. Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape.


Field Summary
static final intALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR
           Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.
static final intALLOW_DYNAMIC_GLUE_2002
           Allow dynamic glue (obsolete in Microsoft Visio 2002).
static final intALLOW_DYNAMIC_GLUE
           Allow dynamic glue.
static final intNO_ALLOW_DYNAMIC_GLUE
           Do not allow dynamic glue.
static final intNO_ALLOW_2_D_SHAPE
           Do not allow this 2-D shape to be connected to using dynamic glue.
static final intUNDEFINED
           Undefined.
 

Field Detail

ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR

public static final int ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR
Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.

ALLOW_DYNAMIC_GLUE_2002

public static final int ALLOW_DYNAMIC_GLUE_2002
Allow dynamic glue (obsolete in Microsoft Visio 2002).

ALLOW_DYNAMIC_GLUE

public static final int ALLOW_DYNAMIC_GLUE
Allow dynamic glue.

NO_ALLOW_DYNAMIC_GLUE

public static final int NO_ALLOW_DYNAMIC_GLUE
Do not allow dynamic glue.

NO_ALLOW_2_D_SHAPE

public static final int NO_ALLOW_2_D_SHAPE
Do not allow this 2-D shape to be connected to using dynamic glue.

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.