Class HorizontalHelper

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

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