Uses of Class
org.loboevolution.img.StatusBar
Packages that use StatusBar
-
Uses of StatusBar in org.loboevolution.img
Subclasses of StatusBar in org.loboevolution.imgModifier and TypeClassDescriptionclass
A default status bar implementation that displays the current mouse position (in pixel coordinates) and the colour of the pixel under the cursor.class
A status bar implementation that display information based on a pixel of the image.Methods in org.loboevolution.img that return StatusBarModifier and TypeMethodDescriptionImageViewer.getStatusBar()
Returns the status bar currently associated with this viewer.Methods in org.loboevolution.img with parameters of type StatusBarModifier and TypeMethodDescriptionvoid
ImageViewer.setStatusBar
(StatusBar statusBar) Sets the status bar component for this image viewer.