20 package net.sf.gridarta.gui.filter;
22 import java.util.Arrays;
23 import org.jetbrains.annotations.NotNull;
41 Arrays.fill(highlightedSquare,
false);
50 return highlightedSquare[path];
boolean isHighlightedSquare(final int path)
Returns whether the given path should be highlighted.
void reset()
Resets the state to no highlights.
final boolean [] highlightedSquare
The current highlight state.
void setHighlightedSquare(final int path, final boolean highlightedSquare)
Sets the highlighted state for a given path.
The highlighted state while using a FilterControl instance.