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
-
MasterGlobe(int, SubSet)
-
-
clearPolygonArray()
-
-
displayCenterPanel()
- Create the panel with large globe and scroll bars
-
displayWestPanel()
- create the left hand panel with the reference globe and controls
-
getLatLon(int, int, double[], double[])
-
-
getXY(double, double, int[], int[])
-
-
morepaint(Graphics)
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
mouseUp(Event, int, int)
-
-
resetZoom()
-
-
setLat(Double)
-
-
setLon(Double)
-
-
setZoom(int)
- handle change in zoom factor
-
updateDrawing()
-
MasterGlobe
public MasterGlobe(int fsize,
SubSet passedsubset)
morepaint
public void morepaint(Graphics g)
- Overrides:
- morepaint in class Globe
resetZoom
public void resetZoom()
setLon
public void setLon(Double x)
- Overrides:
- setLon in class Globe
getLatLon
public int getLatLon(int x,
int y,
double latResult[],
double lonResult[])
- Overrides:
- getLatLon in class Globe
getXY
public int getXY(double latDouble,
double lonDouble,
int x[],
int y[])
- Overrides:
- getXY in class Globe
setLat
public void setLat(Double x)
- Overrides:
- setLat in class Globe
updateDrawing
public void updateDrawing()
clearPolygonArray
public void clearPolygonArray()
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Component
mouseDrag
public boolean mouseDrag(Event evt,
int x,
int y)
- Overrides:
- mouseDrag in class Component
mouseUp
public boolean mouseUp(Event e,
int x,
int y)
- Overrides:
- mouseUp in class Component
setZoom
public void setZoom(int percent)
- handle change in zoom factor
- Overrides:
- setZoom 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
All Packages Class Hierarchy This Package Previous Next Index