Uses of Enum Class
org.tquadrat.foundation.fx.control.TimeSlider.Granularity
Packages that use TimeSlider.Granularity
-
Uses of TimeSlider.Granularity in org.tquadrat.foundation.fx.control
Fields in org.tquadrat.foundation.fx.control with type parameters of type TimeSlider.GranularityModifier and TypeFieldDescriptionstatic final CssMetaData
<TimeSlider, TimeSlider.Granularity> TimeSlider.StyleableProperties.GRANULARITY
The CSS attribute forGRANULARITY
.private final StyleableObjectProperty
<TimeSlider.Granularity> TimeSlider.m_GranularityProperty
The property that holds the granularity for theTimeSlider
.Methods in org.tquadrat.foundation.fx.control that return TimeSlider.GranularityModifier and TypeMethodDescriptionfinal TimeSlider.Granularity
TimeSlider.GranularityConverter.convert
(ParsedValue<String, TimeSlider.Granularity> value, Font font) final TimeSlider.Granularity
TimeSlider.getGranularity()
Returns the granularity for the time slider.static TimeSlider.Granularity
Returns the enum constant of this class with the specified name.static TimeSlider.Granularity[]
TimeSlider.Granularity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.fx.control that return types with arguments of type TimeSlider.GranularityModifier and TypeMethodDescriptionTimeSlider.granularityProperty()
Returns a reference to the property that holds the granularity for theTimeSlider
.Methods in org.tquadrat.foundation.fx.control with parameters of type TimeSlider.GranularityModifier and TypeMethodDescriptionfinal void
TimeSlider.setGranularity
(TimeSlider.Granularity granularity) Sets the granularity for thisTimeSlider
.Method parameters in org.tquadrat.foundation.fx.control with type arguments of type TimeSlider.GranularityModifier and TypeMethodDescriptionfinal TimeSlider.Granularity
TimeSlider.GranularityConverter.convert
(ParsedValue<String, TimeSlider.Granularity> value, Font font)