|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Zoomable
Interface for those canvases that support zooming.
| Method Summary | |
|---|---|
int |
getZoomPercent()
Get the zoom percent |
boolean |
isBitmapZoom()
Returns whether bitmap zoom is enabled |
void |
setBitmapZoom(boolean b)
Determine whether zoom should be bitmap scaling. |
void |
setZoomPercent(int zoom)
Set the zoom percent |
| Method Detail |
|---|
void setZoomPercent(int zoom)
zoom - A value 1 to 100 will zoom out, >100 will zoom in.int getZoomPercent()
void setBitmapZoom(boolean b)
b - True to enable bitmap zoomsboolean isBitmapZoom()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||