| Modifier and Type | Method and Description |
|---|---|
ImageViewer |
StatusBar.getImageViewer()
Returns the image viewer that this status bar belongs to.
|
ImageViewer |
ImageSequenceViewer.getImageViewer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatusBar.register(ImageViewer viewer)
Called when this status bar is added to an image viewer.
|
protected void |
PixelInfoStatusBar.register(ImageViewer viewer) |
protected void |
DefaultStatusBar.register(ImageViewer viewer) |
static void |
ImageViewerUtil.synchronizePixelInfoStatusBars(ImageViewer... viewers)
Synchronizes the
PixelInfoStatusBars associated with the viewers. |
static void |
ImageViewerUtil.synchronizeViewers(ImageViewer first,
ImageViewer... others)
Synchronizes the view state of multiple image viewers with respect to scroll position
and resize strategy, and other properties affecting display.
|
static void |
ImageViewerUtil.synchronizeViewers(ImageViewer first,
ImageViewer... others)
Synchronizes the view state of multiple image viewers with respect to scroll position
and resize strategy, and other properties affecting display.
|
protected void |
StatusBar.unregister(ImageViewer viewer)
Called when this status bar is removed from an image viewer.
|
protected void |
PixelInfoStatusBar.unregister(ImageViewer viewer) |
protected void |
DefaultStatusBar.unregister(ImageViewer viewer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImageViewerUtil.synchronizeViewers(Collection<ImageViewer> viewers)
Synchronizes the view state of multiple image viewers with respect to scroll position
and resize strategy, and other properties affecting display.
|
| Constructor and Description |
|---|
DefaultViewerPopup(ImageViewer imageViewer)
Creates a popup menu for use with the specified viewer.
|
Copyright © 2012. All Rights Reserved.