Class javaLabView.Moveable
All Packages Class Hierarchy This Package Previous Next Index
Class javaLabView.Moveable
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----javaLabView.Moveable
- public class Moveable
- extends Panel
-
Moveable()
-
-
getDelta()
-
-
getLocMap()
-
-
getLocMapX()
-
-
getLocMapY()
-
-
getMap()
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
move(Point)
-
-
setLocMap(Point)
-
-
setMap(Map)
-
Moveable
public Moveable()
setMap
public void setMap(Map m)
getMap
public Map getMap()
setLocMap
public void setLocMap(Point p)
getLocMap
public Point getLocMap()
getLocMapX
public int getLocMapX()
getLocMapY
public int getLocMapY()
getDelta
public Point getDelta()
move
public void move(Point delta)
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Component
mouseDrag
public boolean mouseDrag(Event evt,
int x,
int y)
- Overrides:
- mouseDrag in class Component
All Packages Class Hierarchy This Package Previous Next Index