Uses of Class
org.loboevolution.img.ImageViewer
Packages that use ImageViewer
-
Uses of ImageViewer in org.loboevolution.img
Methods in org.loboevolution.img that return ImageViewerModifier and TypeMethodDescriptionImageSequenceViewer.getImageViewer()
Getter for the field imageViewer.final ImageViewer
StatusBar.getImageViewer()
Returns the image viewer that this status bar belongs to.Methods in org.loboevolution.img with parameters of type ImageViewerModifier 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.Method parameters in org.loboevolution.img with type arguments of type ImageViewerModifier 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.Constructors in org.loboevolution.img with parameters of type ImageViewerModifierConstructorDescriptionDefaultViewerPopup
(ImageViewer imageViewer) Creates a popup menu for use with the specified viewer.