Uses of Enum
com.flexganttfx.view.timeline.Timeline.ZoomMode
Packages that use Timeline.ZoomMode
Package
Description
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.ZoomModeModifier and TypeMethodDescriptionfinal Timeline.ZoomMode
Timeline.getZoomMode()
Returns the value ofTimeline.zoomModeProperty()
.static Timeline.ZoomMode
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.ZoomModeModifier and TypeMethodDescriptionfinal 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.ZoomModeModifier and TypeMethodDescriptionfinal void
Timeline.setZoomMode
(Timeline.ZoomMode mode) Sets the value ofTimeline.zoomModeProperty()
.