Package org.fxmisc.flowless
Class VirtualFlowHit.HitAfterCells<C extends Cell<?,?>>
- java.lang.Object
-
- org.fxmisc.flowless.VirtualFlowHit<C>
-
- org.fxmisc.flowless.VirtualFlowHit.HitAfterCells<C>
-
- Enclosing class:
- VirtualFlowHit<C extends Cell<?,?>>
private static class VirtualFlowHit.HitAfterCells<C extends Cell<?,?>> extends VirtualFlowHit<C>
-
-
Field Summary
Fields Modifier and Type Field Description private javafx.geometry.Point2Doffset
-
Constructor Summary
Constructors Constructor Description HitAfterCells(javafx.geometry.Point2D offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetCell()intgetCellIndex()javafx.geometry.Point2DgetCellOffset()javafx.geometry.Point2DgetOffsetAfterCells()javafx.geometry.Point2DgetOffsetBeforeCells()booleanisAfterCells()booleanisBeforeCells()booleanisCellHit()-
Methods inherited from class org.fxmisc.flowless.VirtualFlowHit
cellHit, hitAfterCells, hitBeforeCells
-
-
-
-
Method Detail
-
isCellHit
public boolean isCellHit()
- Specified by:
isCellHitin classVirtualFlowHit<C extends Cell<?,?>>
-
isBeforeCells
public boolean isBeforeCells()
- Specified by:
isBeforeCellsin classVirtualFlowHit<C extends Cell<?,?>>
-
isAfterCells
public boolean isAfterCells()
- Specified by:
isAfterCellsin classVirtualFlowHit<C extends Cell<?,?>>
-
getCellIndex
public int getCellIndex()
- Specified by:
getCellIndexin classVirtualFlowHit<C extends Cell<?,?>>
-
getCell
public C getCell()
- Specified by:
getCellin classVirtualFlowHit<C extends Cell<?,?>>
-
getCellOffset
public javafx.geometry.Point2D getCellOffset()
- Specified by:
getCellOffsetin classVirtualFlowHit<C extends Cell<?,?>>
-
getOffsetBeforeCells
public javafx.geometry.Point2D getOffsetBeforeCells()
- Specified by:
getOffsetBeforeCellsin classVirtualFlowHit<C extends Cell<?,?>>
-
getOffsetAfterCells
public javafx.geometry.Point2D getOffsetAfterCells()
- Specified by:
getOffsetAfterCellsin classVirtualFlowHit<C extends Cell<?,?>>
-
-