Uses of Class
org.loboevolution.img.ImageViewer
-
Uses of ImageViewer in org.loboevolution.img
Modifier and TypeMethodDescriptionImageSequenceViewer.getImageViewer()
Getter for the field imageViewer.final ImageViewer
StatusBar.getImageViewer()
Returns the image viewer that this status bar belongs to.Modifier and TypeMethodDescriptionprotected void
DefaultStatusBar.register
(ImageViewer viewer) Called when this status bar is added to an image viewer.protected void
PixelInfoStatusBar.register
(ImageViewer viewer) Called when this status bar is added to an image viewer.protected void
StatusBar.register
(ImageViewer viewer) Called when this status bar is added to an image viewer.final void
StatusBar.setImageViewer
(ImageViewer imageViewer) Setter for the field imageViewer.static void
ImageViewerUtil.synchronizePixelInfoStatusBars
(ImageViewer... viewers) Synchronizes thePixelInfoStatusBar
s 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.protected void
DefaultStatusBar.unregister
(ImageViewer viewer) Called when this status bar is removed from an image viewer.protected void
PixelInfoStatusBar.unregister
(ImageViewer viewer) Called when this status bar is removed from an image viewer.protected void
StatusBar.unregister
(ImageViewer viewer) Called when this status bar is removed from an image viewer.Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionDefaultViewerPopup
(ImageViewer imageViewer) Creates a popup menu for use with the specified viewer.