<C extends Cell<?,?>> VirtualFlowHit<C> |
HorizontalHelper.cellHit(int itemIndex,
C cell,
double bOff,
double lOff) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
OrientationHelper.cellHit(int itemIndex,
C cell,
double bOff,
double lOff) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
VerticalHelper.cellHit(int itemIndex,
C cell,
double bOff,
double lOff) |
|
(package private) static <C extends Cell<?,?>> VirtualFlowHit<C> |
VirtualFlowHit.cellHit(int cellIndex,
C cell,
double x,
double y) |
|
VirtualFlowHit<C> |
VirtualFlow.hit(double x,
double y) |
Hits this virtual flow at the given coordinates.
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
HorizontalHelper.hitAfterCells(double bOff,
double lOff) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
OrientationHelper.hitAfterCells(double bOff,
double lOff) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
VerticalHelper.hitAfterCells(double bOff,
double lOff) |
|
(package private) static <C extends Cell<?,?>> VirtualFlowHit<C> |
VirtualFlowHit.hitAfterCells(double x,
double y) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
HorizontalHelper.hitBeforeCells(double bOff,
double lOff) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
OrientationHelper.hitBeforeCells(double bOff,
double lOff) |
|
<C extends Cell<?,?>> VirtualFlowHit<C> |
VerticalHelper.hitBeforeCells(double bOff,
double lOff) |
|
(package private) static <C extends Cell<?,?>> VirtualFlowHit<C> |
VirtualFlowHit.hitBeforeCells(double x,
double y) |
|