|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Zoomable
An interface defining capabilities of a component to be zoomable. Normally
this is used in the context with a JShapeCanvas to allow interactive
changing of zooming steps. It is used by the ZoomCursor class.
| Method Summary | |
|---|---|
boolean |
selectArea(Rectangle select)
Signals from the outside that a specified area as layed out on the screen has been selected. |
boolean |
selectViewport(Rectangle2D view)
If we want to set a new viewport, this method should be used. |
| Method Detail |
|---|
boolean selectArea(Rectangle select)
boolean selectViewport(Rectangle2D view)
#selectedArea, after transformation from the
screen coordinates to normalized coordinates has been done.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||