- getComponent() - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
-
Returns the Swing component for this sequence viewer.
- getComponent() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the image viewer component that can be displayed.
- getComponent() - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
-
- getComponent() - Method in class hu.kazocsaba.imageviewer.StatusBar
-
Returns the status bar component that can be added to the image viewer GUI.
- getImage() - Method in class hu.kazocsaba.imageviewer.ImageMouseEvent
-
Returns the image on which the event occured.
- getImage() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the currently displayed image.
- getImageTransform() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the transformation that is applied to the image.
- getImageViewer() - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
-
- getImageViewer() - Method in class hu.kazocsaba.imageviewer.StatusBar
-
Returns the image viewer that this status bar belongs to.
- getInterpolationType() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the current interpolation type.
- getModel() - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
-
Returns the model storing the pixel shown by this status bar.
- getOriginalEvent() - Method in class hu.kazocsaba.imageviewer.ImageMouseEvent
-
Returns the mouse event that caused this image mouse event.
- getPosition() - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
-
Returns the current position of this image sequence shower.
- getResizeStrategy() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the current resize strategy.
- getStatusBar() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the status bar currently associated with this viewer.
- getX() - Method in class hu.kazocsaba.imageviewer.ImageMouseEvent
-
Returns the x coordinate of the pixel related to the event.
- getX() - Method in class hu.kazocsaba.imageviewer.PixelModel
-
Returns the current x coordinate.
- getY() - Method in class hu.kazocsaba.imageviewer.ImageMouseEvent
-
Returns the y coordinate of the pixel related to the event.
- getY() - Method in class hu.kazocsaba.imageviewer.PixelModel
-
Returns the current y coordinate.
- getZoomFactor() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the zoom factor used when resize strategy is CUSTOM_ZOOM.
- ImageMouseClickListener - Interface in hu.kazocsaba.imageviewer
-
Interface for receiving mouse click events on an image.
- ImageMouseEvent - Class in hu.kazocsaba.imageviewer
-
An event indicating that a mouse action occured over an image.
- ImageMouseEvent(Object, BufferedImage, int, int, MouseEvent) - Constructor for class hu.kazocsaba.imageviewer.ImageMouseEvent
-
- ImageMouseMotionListener - Interface in hu.kazocsaba.imageviewer
-
Interface for receiving mouse motion events on an image.
- ImageSequenceViewer - Class in hu.kazocsaba.imageviewer
-
A component for displaying a series of images.
- ImageSequenceViewer(int) - Constructor for class hu.kazocsaba.imageviewer.ImageSequenceViewer
-
Creates a new sequence viewer that can display the specified number of images.
- ImageSequenceViewer(int, int) - Constructor for class hu.kazocsaba.imageviewer.ImageSequenceViewer
-
Creates a new sequence viewer that can display the specified number of images.
- ImageViewer - Class in hu.kazocsaba.imageviewer
-
A general purpose image viewer component.
- ImageViewer() - Constructor for class hu.kazocsaba.imageviewer.ImageViewer
-
Creates a new image viewer.
- ImageViewer(BufferedImage) - Constructor for class hu.kazocsaba.imageviewer.ImageViewer
-
Creates a new image viewer displaying the specified image.
- ImageViewer(BufferedImage, boolean) - Constructor for class hu.kazocsaba.imageviewer.ImageViewer
-
Creates a new image viewer displaying the specified image.
- ImageViewerUtil - Class in hu.kazocsaba.imageviewer
-
Utility methods for image viewers.
- isInvalid() - Method in class hu.kazocsaba.imageviewer.PixelModel
-
Returns whether the pixel is marked as invalid by setting one of the coordinates to -1.
- isPixelatedZoom() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns the current pixelated zoom setting.
- isStatusBarVisible() - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Returns whether the status bar is set to be visible.
- set(int, int) - Method in class hu.kazocsaba.imageviewer.PixelModel
-
Changes the pixel stored in this model.
- setColor(Color) - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
-
Sets the color of the marker circles.
- setImage(BufferedImage) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets the image displayed by the viewer.
- setInterpolationType(Object) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets the interpolation type to use when resizing images.
- setModel(PixelModel) - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
-
Sets the model dictating the pixel shown by this status bar.
- setPixel(int, int) - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
-
Sets the pixel this status bar is to display information on.
- setPixelatedZoom(boolean) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets whether the image should be resized with nearest neighbor interpolation when it is expanded.
- setPoint(Point) - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
-
Sets the argument as the only point marked by this overlay.
- setPoints(Iterable<Point>) - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
-
Sets the marked pixels.
- setPosition(int) - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
-
Sets the position of the viewer.
- setResizeStrategy(ResizeStrategy) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets the resize strategy this viewer should use.
- setSize(int) - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
-
Sets the size of the circle.
- setStatusBar(StatusBar) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets the status bar component for this image viewer.
- setStatusBarVisible(boolean) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets whether the status bar is visible.
- setZoomFactor(double) - Method in class hu.kazocsaba.imageviewer.ImageViewer
-
Sets the zoom factor to use when the resize strategy is CUSTOM_ZOOM.
- StatusBar - Class in hu.kazocsaba.imageviewer
-
Abstract superclass for status bars of the image viewer.
- StatusBar() - Constructor for class hu.kazocsaba.imageviewer.StatusBar
-
- synchronizePixelInfoStatusBars(ImageViewer...) - Static method in class hu.kazocsaba.imageviewer.ImageViewerUtil
-
- synchronizeViewers(ImageViewer, ImageViewer...) - Static method in class hu.kazocsaba.imageviewer.ImageViewerUtil
-
Synchronizes the view state of multiple image viewers with respect to scroll position
and resize strategy, and other properties affecting display.
- synchronizeViewers(Collection<ImageViewer>) - Static method in class hu.kazocsaba.imageviewer.ImageViewerUtil
-
Synchronizes the view state of multiple image viewers with respect to scroll position
and resize strategy, and other properties affecting display.