com.aspose.diagram

Class GlueSettingsValue

  • java.lang.Object
    • com.aspose.diagram.GlueSettingsValue
public class GlueSettingsValue 
extends java.lang.Object

Utility class containing constants. Specifies the objects that shapes glue to when glue is enabled in the document.

Field Summary
static final intGLUE_IS_ENABLED
Glue is enabled, but no other glue settings are enabled.
static final intGLUE_TO_GUIDES
Glue to guides.
static final intGLUE_TO_HANDLES
Glue to handles.
static final intGLUE_TO_VERTICES
Glue to vertices.
static final intGLUE_TO_CONNECTION_POINTS
Glue to connection points.
static final intGLUE_TO_GEOMETRY
Glue to geometry.
static final intGLUE_IS_DISABLED
Glue is disabled.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • GLUE_IS_ENABLED

        public static final int GLUE_IS_ENABLED
        Glue is enabled, but no other glue settings are enabled.
      • GLUE_TO_GUIDES

        public static final int GLUE_TO_GUIDES
        Glue to guides.
      • GLUE_TO_HANDLES

        public static final int GLUE_TO_HANDLES
        Glue to handles.
      • GLUE_TO_VERTICES

        public static final int GLUE_TO_VERTICES
        Glue to vertices.
      • GLUE_TO_CONNECTION_POINTS

        public static final int GLUE_TO_CONNECTION_POINTS
        Glue to connection points.
      • GLUE_TO_GEOMETRY

        public static final int GLUE_TO_GEOMETRY
        Glue to geometry.
      • GLUE_IS_DISABLED

        public static final int GLUE_IS_DISABLED
        Glue is disabled.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.