|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionRenderer
An interface that defines rendering for selections. An implementation of this class modifies the representation of a figure, or adds additional graphics to the context in which the figure is drawn, to produce selected and deselected renderings of the figure.
(Should this be made into a more general class?)
Method Summary | |
---|---|
boolean |
isRenderedSelected(Figure f)
Test if the given figure is currently rendered selected. |
void |
renderDeselected(Figure f)
Set the rendering of the figure as deselected. |
void |
renderSelected(Figure f)
Set the rendering of the figure as selected. |
Method Detail |
---|
boolean isRenderedSelected(Figure f)
void renderDeselected(Figure f)
void renderSelected(Figure f)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |