|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RubberBandCanvas
An interface for which any JComponent
that
wishes to enable rubber band functionality should implement.
The canvas is the area on which the RubberBand
will be drawn
onto.
Method Summary | |
---|---|
JComponent |
getCanvas()
Returns the JComponent which is the canvas for the
RubberBand |
void |
setRubberBand(RubberBand rubberband)
Sets the RubberBand for the canvas |
Method Detail |
---|
JComponent getCanvas()
JComponent
which is the canvas for the
RubberBand
JComponent
which is the canvas for the
RubberBand
void setRubberBand(RubberBand rubberband)
RubberBand
for the canvas
rubberband
- the RubberBand
for the canvas
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |