Uses of Interface
org.fxmisc.flowless.OrientationHelper
-
Uses of OrientationHelper in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement OrientationHelperModifier and TypeClassDescription(package private) final classImplementation ofOrientationHelperwherelengthrepresents width of the node/viewport andbreadthrepresents the height of the node/viewport.(package private) final classImplementation ofOrientationHelperwherebreadthrepresents width of the node/viewport andlengthrepresents the height of the node/viewport.Fields in org.fxmisc.flowless declared as OrientationHelperModifier and TypeFieldDescriptionprivate final OrientationHelperCellPositioner.orientationprivate final OrientationHelperNavigator.orientationprivate final OrientationHelperSizeTracker.orientationprivate final OrientationHelperVirtualFlow.orientationConstructors in org.fxmisc.flowless with parameters of type OrientationHelperModifierConstructorDescriptionCellPositioner(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 SizeTrackerprivateVirtualFlow(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, OrientationHelper orientation, VirtualFlow.Gravity gravity)