Uses of Class
org.fxmisc.flowless.VirtualFlowHit
-
Uses of VirtualFlowHit in org.fxmisc.flowless
Subclasses of VirtualFlowHit in org.fxmisc.flowlessModifier and TypeClassDescriptionprivate static classVirtualFlowHit.CellHit<C extends Cell<?,?>> private static classVirtualFlowHit.HitAfterCells<C extends Cell<?,?>> private static classVirtualFlowHit.HitBeforeCells<C extends Cell<?,?>> Methods in org.fxmisc.flowless that return VirtualFlowHitModifier and TypeMethodDescription<C extends Cell<?,?>>
VirtualFlowHit<C> HorizontalHelper.cellHit(int itemIndex, C cell, double bOff, double lOff) <C extends Cell<?,?>>
VirtualFlowHit<C> OrientationHelper.cellHit(int itemIndex, C cell, double bOff, double lOff) <C extends Cell<?,?>>
VirtualFlowHit<C> VerticalHelper.cellHit(int itemIndex, C cell, double bOff, double lOff) (package private) static <C extends Cell<?,?>>
VirtualFlowHit<C> VirtualFlowHit.cellHit(int cellIndex, C cell, double x, double y) VirtualFlow.hit(double x, double y) Hits this virtual flow at the given coordinates.<C extends Cell<?,?>>
VirtualFlowHit<C> HorizontalHelper.hitAfterCells(double bOff, double lOff) <C extends Cell<?,?>>
VirtualFlowHit<C> OrientationHelper.hitAfterCells(double bOff, double lOff) <C extends Cell<?,?>>
VirtualFlowHit<C> VerticalHelper.hitAfterCells(double bOff, double lOff) (package private) static <C extends Cell<?,?>>
VirtualFlowHit<C> VirtualFlowHit.hitAfterCells(double x, double y) <C extends Cell<?,?>>
VirtualFlowHit<C> HorizontalHelper.hitBeforeCells(double bOff, double lOff) <C extends Cell<?,?>>
VirtualFlowHit<C> OrientationHelper.hitBeforeCells(double bOff, double lOff) <C extends Cell<?,?>>
VirtualFlowHit<C> VerticalHelper.hitBeforeCells(double bOff, double lOff) (package private) static <C extends Cell<?,?>>
VirtualFlowHit<C> VirtualFlowHit.hitBeforeCells(double x, double y)