All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.Mapplet.MasterGlobe
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----IMSWG.IW.Mapplet.Globe
|
+----IMSWG.IW.Mapplet.MasterGlobe
- public class MasterGlobe
- extends Globe
-
MasterGlobe(int, GeoPolygon, Parameters, Parameters, Button, Button)
-
-
clearPolygonArray()
-
-
controls()
-
-
displayCenterPanel()
- Create the panel with large globe and scroll bars
-
displayWestPanel()
- create the left hand panel with the reference globe and controls
-
drawInitialPolygon()
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
mouseUp(Event, int, int)
-
-
setLat(Double)
-
-
setLon(Double)
-
-
updateDrawing()
-
MasterGlobe
public MasterGlobe(int fsize,
GeoPolygon passedPolygon,
Parameters origParam,
Parameters modParams,
Button theOKButton,
Button theCancelButton)
setLon
public void setLon(Double x)
- Overrides:
- setLon in class Globe
setLat
public void setLat(Double x)
- Overrides:
- setLat in class Globe
drawInitialPolygon
public void drawInitialPolygon()
updateDrawing
public void updateDrawing()
clearPolygonArray
public void clearPolygonArray()
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Globe
mouseDrag
public boolean mouseDrag(Event evt,
int x,
int y)
- Overrides:
- mouseDrag in class Globe
mouseUp
public boolean mouseUp(Event e,
int x,
int y)
- Overrides:
- mouseUp in class Globe
displayWestPanel
public Panel displayWestPanel()
- create the left hand panel with the reference globe and controls
displayCenterPanel
public Panel displayCenterPanel()
- Create the panel with large globe and scroll bars
controls
public Panel controls()
All Packages Class Hierarchy This Package Previous Next Index