Class VirtualFlowHit.CellHit<C extends Cell<?,?> >
java.lang.Object
org.fxmisc.flowless.VirtualFlowHit<C>
org.fxmisc.flowless.VirtualFlowHit.CellHit<C>
- Enclosing class:
VirtualFlowHit<C extends Cell<?,?>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Cprivate final intprivate final javafx.geometry.Point2D -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCell()intjavafx.geometry.Point2Djavafx.geometry.Point2Djavafx.geometry.Point2DbooleanbooleanbooleanMethods inherited from class VirtualFlowHit
cellHit, hitAfterCells, hitBeforeCells
-
Field Details
-
cellIdx
private final int cellIdx -
cell
-
cellOffset
private final javafx.geometry.Point2D cellOffset
-
-
Constructor Details
-
CellHit
CellHit(int cellIdx, C cell, javafx.geometry.Point2D cellOffset)
-
-
Method Details
-
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
- 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<?,?>>
-