All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.Mapplet.RefGlobe

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----IMSWG.IW.Mapplet.Globe
                           |
                           +----IMSWG.IW.Mapplet.RefGlobe

public class RefGlobe
extends Globe

Constructor Index

 o RefGlobe(int)
 o RefGlobe(int, GeoPolygon)

Method Index

 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseUp(Event, int, int)

Constructors

 o RefGlobe
 public RefGlobe(int fsize)
 o RefGlobe
 public RefGlobe(int fsize,
                 GeoPolygon polygon)

Methods

 o mouseDrag
 public boolean mouseDrag(Event evt,
                          int x,
                          int y)
Overrides:
mouseDrag in class Globe
 o mouseDown
 public boolean mouseDown(Event evt,
                          int x,
                          int y)
Overrides:
mouseDown in class Globe
 o mouseUp
 public boolean mouseUp(Event e,
                        int x,
                        int y)
Overrides:
mouseUp in class Globe

All Packages  Class Hierarchy  This Package  Previous  Next  Index