com.aspose.diagram
Class GlueSettings

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

public class GlueSettings 
extends java.lang.Object

Utility class containing constants. The bit values indicate that a specific glue setting is on or off. The value may be a sum of the values:


Field Summary
static final intNONE
           Glue is enabled, but no other glue settings are enabled.
static final intGUIDES
           Glue to guides.
static final intHANDLES
           Glue to handles.
static final intVERTICES
           Glue to vertices.
static final intCONNECTION_POINTS
           Glue to connection points.
static final intGEOMETRY
           Glue to geometry.
static final intDISABLED
           Glue is disabled
static final intUNDEFINED
           Undefined.
 

Field Detail

NONE

public static final int NONE
Glue is enabled, but no other glue settings are enabled.

GUIDES

public static final int GUIDES
Glue to guides.

HANDLES

public static final int HANDLES
Glue to handles.

VERTICES

public static final int VERTICES
Glue to vertices.

CONNECTION_POINTS

public static final int CONNECTION_POINTS
Glue to connection points.

GEOMETRY

public static final int GEOMETRY
Glue to geometry.

DISABLED

public static final int DISABLED
Glue is disabled

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.