Package org.fxmisc.flowless
Class VirtualFlowHit.HitBeforeCells<C extends Cell<?,?>>
java.lang.Object
org.fxmisc.flowless.VirtualFlowHit<C>
org.fxmisc.flowless.VirtualFlowHit.HitBeforeCells<C>
- Enclosing class:
VirtualFlowHit<C extends Cell<?,
?>>
-
Field Summary
Fields -
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
-
offset
private final javafx.geometry.Point2D offset
-
-
Constructor Details
-
HitBeforeCells
HitBeforeCells(javafx.geometry.Point2D offset)
-
-
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<?,
?>>
-