|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageZoom | |
|---|---|
| de.desy.acop.video | |
| de.desy.acop.video.displayer | |
| Uses of ImageZoom in de.desy.acop.video |
|---|
| Methods in de.desy.acop.video that return ImageZoom | |
|---|---|
ImageZoom |
ScaleHelper.getImageZoom()
Gets the ImageZoom property. |
ImageZoom |
AcopVideoParameters.getImageZoom()
Returns the value of the overlay state. |
ImageZoom |
AcopVideo.getImageZoom()
Returns image zoom. |
| Methods in de.desy.acop.video with parameters of type ImageZoom | |
|---|---|
void |
ScaleHelper.setImageZoom(ImageZoom imageZoom)
Sets the ImageZoom property. |
void |
AcopVideo.setImageZoom(ImageZoom newValue)
Sets the image zoom |
| Constructors in de.desy.acop.video with parameters of type ImageZoom | |
|---|---|
AcopVideoParameters(ConnectionParameters parameters,
boolean aoiZoom,
ImageZoom imageZoom,
OverlayState overlayState,
boolean keepAspectRatio,
boolean histogramEqualisation,
int histogramMin,
int histogramMax,
ColorMap colorMap,
boolean displayClutHeader)
Constructs a new AcopVideoParameters. |
|
ScaleHelper(boolean keepAspectRatio,
boolean aoiZoom,
ImageZoom imageZoom)
Constructs this ScaleHelper. |
|
| Uses of ImageZoom in de.desy.acop.video.displayer |
|---|
| Methods in de.desy.acop.video.displayer that return ImageZoom | |
|---|---|
ImageZoom |
ImageDisplayer.getImageZoom()
Returns image zoom. |
static ImageZoom |
ImageZoom.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageZoom[] |
ImageZoom.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.desy.acop.video.displayer with parameters of type ImageZoom | |
|---|---|
void |
ImageDisplayer.setImageZoom(ImageZoom newValue)
Sets image zoom |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||