Class TimelineScrollBar

    • Constructor Detail

      • TimelineScrollBar

        public TimelineScrollBar()
        Constructs a new scrollbar.
    • Method Detail

      • timelineProperty

        public final ObjectProperty<Timeline> timelineProperty()
        Stores a reference to the timeline that will be controlled by this scrollbar.
        Returns:
        the timeline property
        Since:
        1.6.1
      • getTimeline

        public final Timeline getTimeline()
        Returns the value of timelineProperty().
        Returns:
        the controlled timeline
        Since:
        1.6.1
      • setTimeline

        public final void setTimeline​(Timeline timeline)
        Sets the value of timelineProperty().
        Parameters:
        timeline - the timeline that will be controlled by this scrollbar
        Since:
        1.6.1
      • getUserAgentStylesheet

        protected final String getUserAgentStylesheet​(Class<?> arg0,
                                                      String arg1)