All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.MasterGlobe

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----IMSWG.IW.SubSet.Globe
                           |
                           +----IMSWG.IW.SubSet.MasterGlobe

public class MasterGlobe
extends Globe

Constructor Index

 o MasterGlobe(int, SubSet)

Method Index

 o clearPolygonArray()
 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 getLatLon(int, int, double[], double[])
 o getXY(double, double, int[], int[])
 o morepaint(Graphics)
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseUp(Event, int, int)
 o resetZoom()
 o setLat(Double)
 o setLon(Double)
 o setZoom(int)
handle change in zoom factor
 o updateDrawing()

Constructors

 o MasterGlobe
 public MasterGlobe(int fsize,
                    SubSet passedsubset)

Methods

 o morepaint
 public void morepaint(Graphics g)
Overrides:
morepaint in class Globe
 o resetZoom
 public void resetZoom()
 o setLon
 public void setLon(Double x)
Overrides:
setLon in class Globe
 o getLatLon
 public int getLatLon(int x,
                      int y,
                      double latResult[],
                      double lonResult[])
Overrides:
getLatLon in class Globe
 o getXY
 public int getXY(double latDouble,
                  double lonDouble,
                  int x[],
                  int y[])
Overrides:
getXY in class Globe
 o setLat
 public void setLat(Double x)
Overrides:
setLat in class Globe
 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 Component
 o mouseDrag
 public boolean mouseDrag(Event evt,
                          int x,
                          int y)
Overrides:
mouseDrag in class Component
 o mouseUp
 public boolean mouseUp(Event e,
                        int x,
                        int y)
Overrides:
mouseUp in class Component
 o setZoom
 public void setZoom(int percent)
handle change in zoom factor

Overrides:
setZoom 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


All Packages  Class Hierarchy  This Package  Previous  Next  Index