Public Member Functions | |
| (void) | - applyZoom:from: |
| Set the zoom factor to the required value. | |
| (void) | - stepZoom: |
| Step the zoom factor to the nearest half integer power of two. | |
| - (void) applyZoom: | (double) | newZoom | ||
| from: | (id) | sender | ||
Set the zoom factor to the required value.
| newZoom | The zoom factor to apply | |
| sender | The object asking for zoom |
| - (void) stepZoom: | (double) | step |
Step the zoom factor to the nearest half integer power of two.
| step | The step to apply to the log2 of the zoom factor. |
1.5.4