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