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 ImageViewerStatusBar.getImageViewer()Returns the image viewer that this status bar belongs to.Methods in org.loboevolution.img with parameters of type ImageViewerModifier and TypeMethodDescriptionprotected voidDefaultStatusBar.register(ImageViewer viewer) Called when this status bar is added to an image viewer.protected voidPixelInfoStatusBar.register(ImageViewer viewer) Called when this status bar is added to an image viewer.protected voidStatusBar.register(ImageViewer viewer) Called when this status bar is added to an image viewer.final voidStatusBar.setImageViewer(ImageViewer imageViewer) Setter for the field imageViewer.static voidImageViewerUtil.synchronizePixelInfoStatusBars(ImageViewer... viewers) Synchronizes thePixelInfoStatusBars associated with the viewers.static voidImageViewerUtil.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 voidDefaultStatusBar.unregister(ImageViewer viewer) Called when this status bar is removed from an image viewer.protected voidPixelInfoStatusBar.unregister(ImageViewer viewer) Called when this status bar is removed from an image viewer.protected voidStatusBar.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 voidImageViewerUtil.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.