#import <MyImageView.h>


Public Member Functions | |
| (void) | - displayItem:atOffset: |
| Set the item to display in the view. | |
| (NSSize) | - imageSize |
| Retrieve the displayed image size. | |
IBActions | |
Methods connected to Interface builder actions | |
| (IBAction) | - doZoom: |
| Set the zoom according to the slider value. | |
| (IBAction) | - moreZoom: |
| Zoom in. | |
| (IBAction) | - lessZoom: |
| Zoom out. | |
| (IBAction) | - blackWhiteChange: |
| Set the black and white levels for the image. | |
| (IBAction) | - gammaChange: |
| Set the gamma correction exponent for the image. | |
| - (IBAction) doZoom: | (id) | sender |
Set the zoom according to the slider value.
| sender | The slider. |
| - (IBAction) moreZoom: | (id) | sender |
Zoom in.
| sender | The button. |
| - (IBAction) lessZoom: | (id) | sender |
Zoom out.
| sender | The button. |
| - (IBAction) blackWhiteChange: | (id) | sender |
Set the black and white levels for the image.
| sender | the control that was changed |
| - (IBAction) gammaChange: | (id) | sender |
Set the gamma correction exponent for the image.
| sender | the control that was changed |
| - (void) displayItem: | (id <LynkeosProcessableItem>) | item | ||
| atOffset: | (NSPoint) | offset | ||
Set the item to display in the view.
| item | The item to display | |
| offset | Shift the image display by this offset |
| - (NSSize) imageSize |
Retrieve the displayed image size.
1.5.4