Class VerticalHelper

java.lang.Object
org.fxmisc.flowless.VerticalHelper
All Implemented Interfaces:
OrientationHelper

final class VerticalHelper extends Object implements OrientationHelper
Implementation of OrientationHelper where breadth represents width of the node/viewport and length represents the height of the node/viewport. "layoutX" is Node.layoutX and "layoutY" is Node.layoutY. "viewport offset" values are based on height. The viewport's "top" and "bottom" edges are either it's top/bottom edges (See VirtualFlow.Gravity).