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

Constructor Index

 o MasterGlobe(int, GeoPolygon, Parameters, Parameters, Button, Button)

Method Index

 o clearPolygonArray()
 o controls()
 o displayCenterPanel()
Create the panel with large globe and scroll bars
 o displayWestPanel()
create the left hand panel with the reference globe and controls
 o drawInitialPolygon()
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseUp(Event, int, int)
 o setLat(Double)
 o setLon(Double)
 o updateDrawing()

Constructors

 o MasterGlobe
 public MasterGlobe(int fsize,
                    GeoPolygon passedPolygon,
                    Parameters origParam,
                    Parameters modParams,
                    Button theOKButton,
                    Button theCancelButton)

Methods

 o setLon
 public void setLon(Double x)
Overrides:
setLon in class Globe
 o setLat
 public void setLat(Double x)
Overrides:
setLat in class Globe
 o drawInitialPolygon
 public void drawInitialPolygon()
 o updateDrawing
 public void updateDrawing()
 o clearPolygonArray
 public void clearPolygonArray()
 o mouseDown
 public boolean mouseDown(Event evt,
                          int x,
                          int y)
Overrides:
mouseDown in class Globe
 o mouseDrag
 public boolean mouseDrag(Event evt,
                          int x,
                          int y)
Overrides:
mouseDrag in class Globe
 o mouseUp
 public boolean mouseUp(Event e,
                        int x,
                        int y)
Overrides:
mouseUp in class Globe
 o displayWestPanel
 public Panel displayWestPanel()
create the left hand panel with the reference globe and controls

 o displayCenterPanel
 public Panel displayCenterPanel()
Create the panel with large globe and scroll bars

 o controls
 public Panel controls()

All Packages  Class Hierarchy  This Package  Previous  Next  Index