All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.Mapplet.RefGlobe
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----IMSWG.IW.Mapplet.Globe
|
+----IMSWG.IW.Mapplet.RefGlobe
- public class RefGlobe
- extends Globe
-
RefGlobe(int)
-
-
RefGlobe(int, GeoPolygon)
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
mouseUp(Event, int, int)
-
RefGlobe
public RefGlobe(int fsize)
RefGlobe
public RefGlobe(int fsize,
GeoPolygon polygon)
mouseDrag
public boolean mouseDrag(Event evt,
int x,
int y)
- Overrides:
- mouseDrag in class Globe
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Globe
mouseUp
public boolean mouseUp(Event e,
int x,
int y)
- Overrides:
- mouseUp in class Globe
All Packages Class Hierarchy This Package Previous Next Index