Package org.fxmisc.flowless
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 C
private final int
private final javafx.geometry.Point2D
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCell()
int
javafx.geometry.Point2D
javafx.geometry.Point2D
javafx.geometry.Point2D
boolean
boolean
boolean
Methods inherited from class org.fxmisc.flowless.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:
isCellHit
in classVirtualFlowHit<C extends Cell<?,
?>>
-
isBeforeCells
public boolean isBeforeCells()- Specified by:
isBeforeCells
in classVirtualFlowHit<C extends Cell<?,
?>>
-
isAfterCells
public boolean isAfterCells()- Specified by:
isAfterCells
in classVirtualFlowHit<C extends Cell<?,
?>>
-
getCellIndex
public int getCellIndex()- Specified by:
getCellIndex
in classVirtualFlowHit<C extends Cell<?,
?>>
-
getCell
- Specified by:
getCell
in classVirtualFlowHit<C extends Cell<?,
?>>
-
getCellOffset
public javafx.geometry.Point2D getCellOffset()- Specified by:
getCellOffset
in classVirtualFlowHit<C extends Cell<?,
?>>
-
getOffsetBeforeCells
public javafx.geometry.Point2D getOffsetBeforeCells()- Specified by:
getOffsetBeforeCells
in classVirtualFlowHit<C extends Cell<?,
?>>
-
getOffsetAfterCells
public javafx.geometry.Point2D getOffsetAfterCells()- Specified by:
getOffsetAfterCells
in classVirtualFlowHit<C extends Cell<?,
?>>
-