public interface Highlightable
Modifier and Type | Method and Description |
---|---|
boolean |
isHighlighted()
Indicates whether to highlight the shape.
|
void |
setHighlighted(boolean highlighted)
Specifies whether to highlight the shape.
|
boolean isHighlighted()
void setHighlighted(boolean highlighted)
highlighted
- true to highlight the shape, otherwise false.