Klasse TimelineSkin

java.lang.Object
javafx.scene.control.SkinBase<Timeline>
impl.com.flexganttfx.skin.timeline.TimelineSkin
Alle implementierten Schnittstellen:
Skin<Timeline>

public class TimelineSkin extends SkinBase<Timeline>
Skin for Timeline. It composes the dateline and eventline nodes, updates the time-zone label, and handles keyboard-driven timeline scrolling.
  • Konstruktordetails

    • TimelineSkin

      public TimelineSkin(Timeline timeline)
      Constructs a new skin for the given timeline.
      Parameter:
      timeline - the timeline
  • Methodendetails

    • layoutChildren

      protected void layoutChildren(double contentX, double contentY, double contentWidth, double contentHeight)
      Lays out the children of this skin.
      Setzt außer Kraft:
      layoutChildren in Klasse SkinBase<Timeline>
      Parameter:
      contentX - the content x coordinate
      contentY - the content y coordinate
      contentWidth - the content width
      contentHeight - the content height
    • getTimeline

      public Timeline getTimeline()
      Returns the timeline control.
      Gibt zurück:
      the timeline control