Uses of Interface
org.fxmisc.flowless.OrientationHelper
-
-
Uses of OrientationHelper in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement OrientationHelper Modifier and Type Class Description (package private) classHorizontalHelperImplementation ofOrientationHelperwherelengthrepresents width of the node/viewport andbreadthrepresents the height of the node/viewport.(package private) classVerticalHelperImplementation ofOrientationHelperwherebreadthrepresents width of the node/viewport andlengthrepresents the height of the node/viewport.Fields in org.fxmisc.flowless declared as OrientationHelper Modifier and Type Field Description private OrientationHelperCellPositioner. orientationprivate OrientationHelperNavigator. orientationprivate OrientationHelperSizeTracker. orientationprivate OrientationHelperVirtualFlow. orientationConstructors in org.fxmisc.flowless with parameters of type OrientationHelper Constructor Description CellPositioner(CellListManager<T,C> cellManager, OrientationHelper orientation, SizeTracker sizeTracker)Navigator(CellListManager<T,C> cellListManager, CellPositioner<T,C> positioner, OrientationHelper orientation, javafx.beans.property.ObjectProperty<VirtualFlow.Gravity> gravity, SizeTracker sizeTracker)SizeTracker(OrientationHelper orientation, javafx.beans.value.ObservableObjectValue<javafx.geometry.Bounds> viewportBounds, org.reactfx.collection.MemoizationList<? extends Cell<?,?>> lazyCells)Constructs a SizeTrackerVirtualFlow(javafx.collections.ObservableList<T> items, java.util.function.Function<? super T,? extends C> cellFactory, OrientationHelper orientation, VirtualFlow.Gravity gravity)
-