|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IZoomService
Companion interface to IBrowserCanvas that exposes the browser's
full-page-zoom functionality.
IBrowserCanvas.getZoomService(),
IBrowserCanvas.increaseTextZoom(),
IBrowserCanvas.decreaseTextZoom()| Method Summary | |
|---|---|
double |
getFullZoom()
Retrieves the browser's current full-page-zoom scaling factor. |
void |
setFullZoom(double zoom)
Sets the browser's current full-page-zoom scaling factor. |
| Method Detail |
|---|
double getFullZoom()
setFullZoom(double)void setFullZoom(double zoom)
For example, a scaling factor of 2 would cause all page content to be rendered twice as large as normal. A scaling factor of 0.5 would cause all page content to be rendered at half normal size.
zoom - new zoom scaling factor to setgetFullZoom()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||