Class VirtualFlowHit<C extends Cell<?,​?>>

    • Constructor Detail

      • VirtualFlowHit

        private VirtualFlowHit()
    • Method Detail

      • cellHit

        static <C extends Cell<?,​?>> VirtualFlowHit<C> cellHit​(int cellIndex,
                                                                     C cell,
                                                                     double x,
                                                                     double y)
      • hitBeforeCells

        static <C extends Cell<?,​?>> VirtualFlowHit<C> hitBeforeCells​(double x,
                                                                            double y)
      • hitAfterCells

        static <C extends Cell<?,​?>> VirtualFlowHit<C> hitAfterCells​(double x,
                                                                           double y)
      • isCellHit

        public abstract boolean isCellHit()
      • isBeforeCells

        public abstract boolean isBeforeCells()
      • isAfterCells

        public abstract boolean isAfterCells()
      • getCellIndex

        public abstract int getCellIndex()
      • getCell

        public abstract C getCell()
      • getCellOffset

        public abstract javafx.geometry.Point2D getCellOffset()
      • getOffsetBeforeCells

        public abstract javafx.geometry.Point2D getOffsetBeforeCells()
      • getOffsetAfterCells

        public abstract javafx.geometry.Point2D getOffsetAfterCells()