A C D F G H I L M O P R S U V 

A

addChangeListener(ChangeListener) - Method in class hu.kazocsaba.imageviewer.PixelModel
Adds a ChangeListener to the model.
addImageMouseClickListener(ImageMouseClickListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds the specified image mouse listener to this viewer.
addImageMouseMotionListener(ImageMouseMotionListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds the specified image mouse motion listener to this viewer.
addMouseListener(MouseListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds the specified mouse listener to receive mouse events from the image component of this image viewer.
addMouseMotionListener(MouseMotionListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds the specified mouse motion listener to receive mouse events from the image component of this image viewer.
addOverlay(Overlay, int) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds an overlay as the specified layer.
addOverlay(Overlay) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds an overlay to layer 1.
addPoint(Point) - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
Adds a point to the list of pixels marked by this overlay.
addPropertyChangeListener(PropertyChangeListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Adds a PropertyChangeListener for a specific property.

C

clear() - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
Removes all pixels from the overlay, clearing the selection.
createLocationDefinition() - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
Creates and returns the component that displays the current position to the user.

D

DefaultStatusBar - Class in hu.kazocsaba.imageviewer
A default status bar implementation that displays the current mouse position (in pixel coordinates) and the colour of the pixel under the cursor.
DefaultStatusBar() - Constructor for class hu.kazocsaba.imageviewer.DefaultStatusBar
 
DefaultViewerPopup - Class in hu.kazocsaba.imageviewer
The default popup menu for image viewers.
DefaultViewerPopup(ImageViewer) - Constructor for class hu.kazocsaba.imageviewer.DefaultViewerPopup
Creates a popup menu for use with the specified viewer.

F

fireChange() - Method in class hu.kazocsaba.imageviewer.PixelModel
Notifies the registered listeners that the model has changed.

G

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.

H

hu.kazocsaba.imageviewer - package hu.kazocsaba.imageviewer
 

I

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.

L

label - Variable in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
The label displaying the info text.

M

mouseClicked(ImageMouseEvent) - Method in interface hu.kazocsaba.imageviewer.ImageMouseClickListener
Invoked when a mouse button has been clicked over a pixel of an image.
mouseDragged(ImageMouseEvent) - Method in class hu.kazocsaba.imageviewer.DefaultStatusBar
 
mouseDragged(ImageMouseEvent) - Method in interface hu.kazocsaba.imageviewer.ImageMouseMotionListener
Invoked when the mouse is moved while a button is down.
mouseEntered(ImageMouseEvent) - Method in class hu.kazocsaba.imageviewer.DefaultStatusBar
 
mouseEntered(ImageMouseEvent) - Method in interface hu.kazocsaba.imageviewer.ImageMouseMotionListener
Invoked when the mouse has entered the area of an image.
mouseExited(ImageMouseEvent) - Method in class hu.kazocsaba.imageviewer.DefaultStatusBar
 
mouseExited(ImageMouseEvent) - Method in interface hu.kazocsaba.imageviewer.ImageMouseMotionListener
Invoked when the mouse has left the area of an image.
mouseMoved(ImageMouseEvent) - Method in class hu.kazocsaba.imageviewer.DefaultStatusBar
 
mouseMoved(ImageMouseEvent) - Method in interface hu.kazocsaba.imageviewer.ImageMouseMotionListener
Invoked when the mouse has entered a pixel of an image.

O

Overlay - Class in hu.kazocsaba.imageviewer
An overlay is a layer on top of an image.
Overlay() - Constructor for class hu.kazocsaba.imageviewer.Overlay
 

P

paint(Graphics2D, BufferedImage, AffineTransform) - Method in class hu.kazocsaba.imageviewer.Overlay
Called to paint the contents of this overlay.
paint(Graphics2D, BufferedImage, AffineTransform) - Method in class hu.kazocsaba.imageviewer.PixelMarkerOverlay
 
PixelInfoStatusBar - Class in hu.kazocsaba.imageviewer
A status bar implementation that display information based on a pixel of the image.
PixelInfoStatusBar() - Constructor for class hu.kazocsaba.imageviewer.PixelInfoStatusBar
Creates a new instance.
PixelMarkerOverlay - Class in hu.kazocsaba.imageviewer
An overlay for marking pixels of the image.
PixelMarkerOverlay() - Constructor for class hu.kazocsaba.imageviewer.PixelMarkerOverlay
 
PixelModel - Class in hu.kazocsaba.imageviewer
Stores the x and y coordinate of a pixel.
PixelModel() - Constructor for class hu.kazocsaba.imageviewer.PixelModel
 
pointToPixel(Point, boolean) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Returns the image pixel corresponding to the given point.
positionChanged() - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
Called when the current position of the viewer has changed.

R

register(ImageViewer) - Method in class hu.kazocsaba.imageviewer.DefaultStatusBar
 
register(ImageViewer) - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
 
register(ImageViewer) - Method in class hu.kazocsaba.imageviewer.StatusBar
Called when this status bar is added to an image viewer.
removeChangeListener(ChangeListener) - Method in class hu.kazocsaba.imageviewer.PixelModel
Removes a ChangeListener from the model.
removeImageMouseClickListener(ImageMouseClickListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Removes the specified image mouse listener so that it no longer receives mouse click events from the image component of this image viewer.
removeImageMouseMotionListener(ImageMouseMotionListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Removes the specified image mouse motion listener so that it no longer receives mouse motion events from the image component of this image viewer.
removeMouseListener(MouseListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Removes the specified mouse listener so that it no longer receives mouse motion events from the image component of this image viewer.
removeMouseMotionListener(MouseMotionListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Removes the specified mouse motion listener so that it no longer receives mouse motion events from the image component of this image viewer.
removeOverlay(Overlay) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Removes an overlay from the image viewer.
removePropertyChangeListener(PropertyChangeListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class hu.kazocsaba.imageviewer.ImageViewer
Remove a PropertyChangeListener from the listener list.
repaint() - Method in class hu.kazocsaba.imageviewer.Overlay
Causes the overlay to be repainted.
ResizeStrategy - Enum in hu.kazocsaba.imageviewer
Strategy for resizing an image inside a component.

S

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
Synchronizes the PixelInfoStatusBars associated with the viewers.
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.

U

unregister(ImageViewer) - Method in class hu.kazocsaba.imageviewer.DefaultStatusBar
 
unregister(ImageViewer) - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
 
unregister(ImageViewer) - Method in class hu.kazocsaba.imageviewer.StatusBar
Called when this status bar is removed from an image viewer.
update() - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
Updates the info label.
updateLabel(BufferedImage, int, int, int) - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
This function updates the contents of the PixelInfoStatusBar.label.
updateLabelNoData() - Method in class hu.kazocsaba.imageviewer.PixelInfoStatusBar
This function updates the contents of the PixelInfoStatusBar.label to indicate that no data can be shown.
updateLocationDefinition(int) - Method in class hu.kazocsaba.imageviewer.ImageSequenceViewer
Called when the current position changes to update the location component.

V

valueOf(String) - Static method in enum hu.kazocsaba.imageviewer.ResizeStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum hu.kazocsaba.imageviewer.ResizeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G H I L M O P R S U V 

Copyright © 2012. All Rights Reserved.