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<?,?>>
private static class VirtualFlowHit.CellHit<C extends Cell<?,?>> extends VirtualFlowHit<C>
-
-
Field Summary
Fields Modifier and Type Field Description private C
cell
private int
cellIdx
private javafx.geometry.Point2D
cellOffset
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description C
getCell()
int
getCellIndex()
javafx.geometry.Point2D
getCellOffset()
javafx.geometry.Point2D
getOffsetAfterCells()
javafx.geometry.Point2D
getOffsetBeforeCells()
boolean
isAfterCells()
boolean
isBeforeCells()
boolean
isCellHit()
-
Methods inherited from class org.fxmisc.flowless.VirtualFlowHit
cellHit, hitAfterCells, hitBeforeCells
-
-
-
-
Constructor Detail
-
CellHit
CellHit(int cellIdx, C cell, javafx.geometry.Point2D cellOffset)
-
-
Method Detail
-
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
public C 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<?,?>>
-
-