java.lang.Object
com.aspose.diagram.GlueSettingsValue
public class GlueSettingsValue
| Field Summary | ||
|---|---|---|
static final int | GLUE_IS_ENABLED | |
| Glue is enabled, but no other glue settings are enabled. | ||
static final int | GLUE_TO_GUIDES | |
| Glue to guides. | ||
static final int | GLUE_TO_HANDLES | |
| Glue to handles. | ||
static final int | GLUE_TO_VERTICES | |
| Glue to vertices. | ||
static final int | GLUE_TO_CONNECTION_POINTS | |
| Glue to connection points. | ||
static final int | GLUE_TO_GEOMETRY | |
| Glue to geometry. | ||
static final int | GLUE_IS_DISABLED | |
| Glue is disabled. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
GLUE_IS_ENABLED | |
public static final int GLUE_IS_ENABLED | |
GLUE_TO_GUIDES | |
public static final int GLUE_TO_GUIDES | |
GLUE_TO_HANDLES | |
public static final int GLUE_TO_HANDLES | |
GLUE_TO_VERTICES | |
public static final int GLUE_TO_VERTICES | |
GLUE_TO_CONNECTION_POINTS | |
public static final int GLUE_TO_CONNECTION_POINTS | |
GLUE_TO_GEOMETRY | |
public static final int GLUE_TO_GEOMETRY | |
GLUE_IS_DISABLED | |
public static final int GLUE_IS_DISABLED | |
UNDEFINED | |
public static final int UNDEFINED | |