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 Summary
Modifier and TypeMethodDescriptionbooleanDetermine if a cell at a given position is selected.
-
Method Details
-
isSelected
Determine if a cell at a given position is selected.- Parameters:
p- cell to query- Returns:
trueif the given cell is selected
-