| Package | com.yworks.graph.model |
| Class | public final class GraphItemTypes |
IGraph item types.
| Constant | Defined by | ||
|---|---|---|---|
| ALL : uint = 63 [static]
Constant for all item types.
| GraphItemTypes | ||
| BEND : uint = 32 [static]
Constant for bends.
| GraphItemTypes | ||
| EDGE : uint = 2 [static]
Constant for edges.
| GraphItemTypes | ||
| EDGE_LABEL : uint = 8 [static]
Constant for edge labels.
| GraphItemTypes | ||
| LABEL : uint = 12 [static]
Constant for all kinds of labels.
| GraphItemTypes | ||
| NODE : uint = 1 [static]
Constant for nodes.
| GraphItemTypes | ||
| NODE_LABEL : uint = 4 [static]
Constant for node labels.
| GraphItemTypes | ||
| NONE : uint = 0 [static]
Constant for no item type.
| GraphItemTypes | ||
| PORT : uint = 16 [static]
Constant for ports.
| GraphItemTypes | ||
| ALL | constant |
public static const ALL:uint = 63Constant for all item types.
This is a bitwise combination of all other types declared in this class.
| BEND | constant |
| EDGE | constant |
| EDGE_LABEL | constant |
public static const EDGE_LABEL:uint = 8Constant for edge labels.
See also
| LABEL | constant |
public static const LABEL:uint = 12Constant for all kinds of labels.
This is a bitwise combination of NODE_LABEL
and EDGE_LABEL
See also
| NODE | constant |
| NODE_LABEL | constant |
public static const NODE_LABEL:uint = 4Constant for node labels.
See also
| NONE | constant |
public static const NONE:uint = 0Constant for no item type.
This is a constant where no type bit is set, i.e. it is 0.
| PORT | constant |