|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.mapclient.drawer.BasicDrawer
gistoolkit.server.mapclient.drawer.ClickDrawer
A drawer that just returns the clicks on the interface.
Constructor Summary | |
ClickDrawer()
Creates new ClickDrawer |
Method Summary | |
void |
draw(java.awt.Graphics inGraphics,
java.awt.Image inImage,
int inWidth,
int inHeight,
java.awt.image.ImageObserver inImageObserver)
Just draw the image on the graphics context |
java.awt.Point |
getClickPoint()
retrieve the point of intereste |
void |
mouseReleased(java.awt.event.MouseEvent pl)
Do something when the mouse is released |
Methods inherited from class gistoolkit.server.mapclient.drawer.BasicDrawer |
draw, getCommand, getImagePanel, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, reset, setCommand, setImagePanel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClickDrawer()
Method Detail |
public java.awt.Point getClickPoint()
public void draw(java.awt.Graphics inGraphics, java.awt.Image inImage, int inWidth, int inHeight, java.awt.image.ImageObserver inImageObserver)
draw
in interface Drawer
draw
in class BasicDrawer
public void mouseReleased(java.awt.event.MouseEvent pl)
mouseReleased
in interface java.awt.event.MouseListener
mouseReleased
in class BasicDrawer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |