Module com.flexganttfx.view
Class VBoxGraphicsSkin<R extends Row<?,?,?>>
java.lang.Object
javafx.scene.control.SkinBase<C>
impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin<VBoxGraphics<R>,R>
impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin<R>
- All Implemented Interfaces:
Skin<VBoxGraphics<R>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Region
protected List<ActivityRef<?>>
getRowPaneAt
(double y) protected boolean
isRowAboveViewport
(R row) Methods inherited from class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
createDragCanvas, createLassoInfo, createLinksCanvas, getActivityBounds, getActivityBoundsAt, getActivityRefAt, getAllActivityBoundsAt, getAllActivityRefsAt, getAllCalendarActivitiesAt, getClippedContent, getDragCanvas, getLasso, getLayoutAt, getLayoutBoundsAt, getLinksCanvas, getLocalTimeAt, getRowAt, getRowCanvas, getRowCanvasAt, getRowHeaderWidth, getRowPane, getTimeline, layoutChildren
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, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Constructor Details
-
VBoxGraphicsSkin
-
-
Method Details
-
createRowPaneRegion
- Specified by:
createRowPaneRegion
in classGraphicsBaseSkin<VBoxGraphics<R extends Row<?,
?, ?>>, R extends Row<?, ?, ?>>
-
getRowPaneAt
- Specified by:
getRowPaneAt
in classGraphicsBaseSkin<VBoxGraphics<R extends Row<?,
?, ?>>, R extends Row<?, ?, ?>>
-
isRowAboveViewport
- Specified by:
isRowAboveViewport
in classGraphicsBaseSkin<VBoxGraphics<R extends Row<?,
?, ?>>, R extends Row<?, ?, ?>>
-
findLassoSelectedRows
- Specified by:
findLassoSelectedRows
in classGraphicsBaseSkin<VBoxGraphics<R extends Row<?,
?, ?>>, R extends Row<?, ?, ?>>
-
findLassoSelectedActivities
- Specified by:
findLassoSelectedActivities
in classGraphicsBaseSkin<VBoxGraphics<R extends Row<?,
?, ?>>, R extends Row<?, ?, ?>>
-