Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A E G H I K L M O P R S T V W X Y Z

A

active - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 

E

EmptyCursor - class org.modama.gui.viewer.cursor.EmptyCursor.
Created by IntelliJ IDEA.
EmptyCursor() - Constructor for class org.modama.gui.viewer.cursor.EmptyCursor
if the image is not on the origin, a translater is used to receive the mouscoordinates, so that 0,0 means the upper left corner of the displayed image, this instance is needed here, because the translater is registered a mouslistener to the org.modama.gui.viewer, and the refference is needed if the cursor should be removed
EmptyCursor(IViewer) - Constructor for class org.modama.gui.viewer.cursor.EmptyCursor
 

G

getMousePos() - Method in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
getPixelValue() - Method in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
getViewer() - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 

H

height - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 

I

ImageInfoCursor - class org.modama.gui.viewer.cursor.ImageInfoCursor.
Created by IntelliJ IDEA.
ImageInfoCursor() - Constructor for class org.modama.gui.viewer.cursor.ImageInfoCursor
 
ImageInfoCursor(IViewer) - Constructor for class org.modama.gui.viewer.cursor.ImageInfoCursor
 
isKeepproportiens() - Method in class org.modama.gui.viewer.cursor.ZoomCursor
 

K

keepproportiens - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 
keyPressed(KeyEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
keyPressed(KeyEvent) - Method in class org.modama.gui.viewer.cursor.MoveCursor
 
keyPressed(KeyEvent) - Method in class org.modama.gui.viewer.cursor.MoveZoomCursor
 
keyReleased(KeyEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
keyTyped(KeyEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
KeyListener

L

lastx - Variable in class org.modama.gui.viewer.cursor.MoveCursor
 
lasty - Variable in class org.modama.gui.viewer.cursor.MoveCursor
 

M

MoveCursor - class org.modama.gui.viewer.cursor.MoveCursor.
Created by IntelliJ IDEA.
MoveCursor() - Constructor for class org.modama.gui.viewer.cursor.MoveCursor
 
MoveCursor(IViewer) - Constructor for class org.modama.gui.viewer.cursor.MoveCursor
 
MoveZoomCursor - class org.modama.gui.viewer.cursor.MoveZoomCursor.
a move cursor that reacts on the mousewheel keys to zoo in/out
MoveZoomCursor() - Constructor for class org.modama.gui.viewer.cursor.MoveZoomCursor
 
MoveZoomCursor(IViewer) - Constructor for class org.modama.gui.viewer.cursor.MoveZoomCursor
 
mouseClicked(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
MouseInputListener
mouseClicked(MouseEvent) - Method in class org.modama.gui.viewer.cursor.MoveCursor
if clicked into the image the pixelvalue is determined
mouseDragged(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
mouseDragged(MouseEvent) - Method in class org.modama.gui.viewer.cursor.MoveCursor
 
mouseDragged(MouseEvent) - Method in class org.modama.gui.viewer.cursor.ZoomCursor
spans the rect
mouseEntered(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
mouseEntered(MouseEvent) - Method in class org.modama.gui.viewer.cursor.MoveCursor
 
mouseExited(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
mouseMoved(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
mouseMoved(MouseEvent) - Method in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
mousePos - Variable in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
mousePressed(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
mousePressed(MouseEvent) - Method in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
mousePressed(MouseEvent) - Method in class org.modama.gui.viewer.cursor.MoveCursor
 
mousePressed(MouseEvent) - Method in class org.modama.gui.viewer.cursor.ZoomCursor
sets the startingpoint
mouseReleased(MouseEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
mouseReleased(MouseEvent) - Method in class org.modama.gui.viewer.cursor.MoveCursor
 
mouseReleased(MouseEvent) - Method in class org.modama.gui.viewer.cursor.ZoomCursor
sets width and height, changes coordinates if necesary
mouseWheelMoved(MouseWheelEvent) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
MouseWheelListener
mouseWheelMoved(MouseWheelEvent) - Method in class org.modama.gui.viewer.cursor.MoveZoomCursor
mousewheel is used to zoom
mouseX - Variable in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
mouseY - Variable in class org.modama.gui.viewer.cursor.ImageInfoCursor
 

O

org.modama.gui.viewer.cursor - package org.modama.gui.viewer.cursor
 

P

PROP_MOUSEPOS - Static variable in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
PROP_PIXELVALUE - Static variable in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
paint(Graphics) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
paint(Graphics2D) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 
paint(Graphics2D) - Method in class org.modama.gui.viewer.cursor.ZoomCursor
draws the rect
pixelValue - Variable in class org.modama.gui.viewer.cursor.ImageInfoCursor
when clicked into the image the pixelvalue at that position is calculated
its transformed to a string, since a appropriat editor for arrays for the beanpropertyspane is missing

R

refreshViewer() - Method in class org.modama.gui.viewer.cursor.MoveZoomCursor
 
repaintView() - Method in class org.modama.gui.viewer.cursor.MoveCursor
 

S

scale - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 
setKeepproportiens(boolean) - Method in class org.modama.gui.viewer.cursor.ZoomCursor
 
setPixelValue(String) - Method in class org.modama.gui.viewer.cursor.ImageInfoCursor
 
setViewer(IViewer) - Method in class org.modama.gui.viewer.cursor.EmptyCursor
 

T

translate(int, int) - Method in class org.modama.gui.viewer.cursor.MoveCursor
 

V

viewer - Variable in class org.modama.gui.viewer.cursor.EmptyCursor
the image the cursor works on

W

width - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 

X

x1 - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 
x2 - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 

Y

y1 - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 
y2 - Variable in class org.modama.gui.viewer.cursor.ZoomCursor
 

Z

ZoomCursor - class org.modama.gui.viewer.cursor.ZoomCursor.
lets the user drag a rect over the image that will become the new view
ZoomCursor() - Constructor for class org.modama.gui.viewer.cursor.ZoomCursor
 
ZoomCursor(IViewer) - Constructor for class org.modama.gui.viewer.cursor.ZoomCursor
 
zoominkey - Variable in class org.modama.gui.viewer.cursor.MoveZoomCursor
 
zoomoutkey - Variable in class org.modama.gui.viewer.cursor.MoveZoomCursor
 

A E G H I K L M O P R S T V W X Y Z