Package | Description |
---|---|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
static OrthogonalEdgeEditingPolicy |
OrthogonalEdgeEditingPolicy.fromOrdinal(int ordinal) |
OrthogonalEdgeEditingPolicy |
GraphEditorInputMode.getOrthogonalBendRemovalEnabled()
Gets the policy that controls whether removing bends from an orthogonal edge will keep the edge orthogonal.
|
OrthogonalEdgeEditingPolicy |
CreateEdgeInputMode.getOrthogonalEdgeCreationEnabled()
Gets the the policy that controls whether edges will be create orthogonally.
|
static OrthogonalEdgeEditingPolicy |
OrthogonalEdgeEditingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrthogonalEdgeEditingPolicy[] |
OrthogonalEdgeEditingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphEditorInputMode.setOrthogonalBendRemovalEnabled(OrthogonalEdgeEditingPolicy value)
Sets the policy that controls whether removing bends from an orthogonal edge will keep the edge orthogonal.
|
void |
CreateEdgeInputMode.setOrthogonalEdgeCreationEnabled(OrthogonalEdgeEditingPolicy value)
Sets the the policy that controls whether edges will be create orthogonally.
|