Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Field and Description |
---|---|
static MouseWheelBehaviors |
MouseWheelBehaviors.NONE
The mouse wheel has no effect.
|
static MouseWheelBehaviors |
MouseWheelBehaviors.ONLY_WHEN_FOCUSED
|
static MouseWheelBehaviors |
MouseWheelBehaviors.SCROLL
The mouse wheel scrolls the view.
|
static MouseWheelBehaviors |
MouseWheelBehaviors.ZOOM
The mouse wheel changes the zoom factor.
|
Modifier and Type | Method and Description |
---|---|
static MouseWheelBehaviors |
MouseWheelBehaviors.fromName(String name) |
static MouseWheelBehaviors |
MouseWheelBehaviors.fromOrdinal(int value) |
protected MouseWheelBehaviors |
MouseWheelBehaviors.fromOrdinalImpl(int ordinal) |
protected MouseWheelBehaviors[] |
MouseWheelBehaviors.getItems() |
MouseWheelBehaviors |
CanvasControl.getMouseWheelBehavior()
Determines the behavior of the mouse wheel.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<MouseWheelBehaviors> |
CanvasControl.mouseWheelBehaviorProperty()
The property for the
behavior of the mouse wheel . |
Modifier and Type | Method and Description |
---|---|
void |
CanvasControl.setMouseWheelBehavior(MouseWheelBehaviors value)
Determines the behavior of the mouse wheel.
|