Uses of Class
com.flexganttfx.view.timeline.Timeline.ZoomMode
| Package | Description |
|---|---|
| com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
-
Uses of Timeline.ZoomMode in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return Timeline.ZoomMode Modifier and Type Method Description Timeline.ZoomModeTimeline. getZoomMode()Returns the value ofTimeline.zoomModeProperty().static Timeline.ZoomModeTimeline.ZoomMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Timeline.ZoomMode[]Timeline.ZoomMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.view.timeline that return types with arguments of type Timeline.ZoomMode Modifier and Type Method Description ObjectProperty<Timeline.ZoomMode>Timeline. zoomModeProperty()Stores the way a zoom in or out will be executed.Methods in com.flexganttfx.view.timeline with parameters of type Timeline.ZoomMode Modifier and Type Method Description voidTimeline. setZoomMode(Timeline.ZoomMode mode)Sets the value ofTimeline.zoomModeProperty().