Interface Selectable


  • public interface Selectable
    Indicates an ILayer that supports the selection of individual cells. Classes should implement this interface if they need to customize selection logic.
    • Method Detail

      • isSelected

        boolean isSelected​(PositionCoordinate p)
        Determine if a cell at a given position is selected.
        Parameters:
        p - cell to query
        Returns:
        true if the given cell is selected