java.lang.Object
com.aspose.diagram.GlueSettings
public class GlueSettings
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Glue is enabled, but no other glue settings are enabled. | ||
static final int | GUIDES | |
| Glue to guides. | ||
static final int | HANDLES | |
| Glue to handles. | ||
static final int | VERTICES | |
| Glue to vertices. | ||
static final int | CONNECTION_POINTS | |
| Glue to connection points. | ||
static final int | GEOMETRY | |
| Glue to geometry. | ||
static final int | DISABLED | |
| Glue is disabled | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
GUIDES | |
public static final int GUIDES | |
HANDLES | |
public static final int HANDLES | |
VERTICES | |
public static final int VERTICES | |
CONNECTION_POINTS | |
public static final int CONNECTION_POINTS | |
GEOMETRY | |
public static final int GEOMETRY | |
DISABLED | |
public static final int DISABLED | |
UNDEFINED | |
public static final int UNDEFINED | |