- java.lang.Object
-
- javafx.scene.control.SkinBase<Timeline>
-
- impl.com.flexganttfx.skin.timeline.TimelineSkin
-
-
Constructor Summary
Constructors Constructor Description TimelineSkin(Timeline timeline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timeline
getTimeline()
protected void
layoutChildren(double contentX, double contentY, double contentWidth, double contentHeight)
-
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
-
-
-
Constructor Detail
-
TimelineSkin
public TimelineSkin(Timeline timeline)
-
-
Method Detail
-
layoutChildren
protected void layoutChildren(double contentX, double contentY, double contentWidth, double contentHeight)
- Overrides:
layoutChildren
in classSkinBase<Timeline>
-
getTimeline
public Timeline getTimeline()
-
-