All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.RefGlobe

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

public class RefGlobe
extends Globe

Constructor Index

 o RefGlobe(int, GeoPolygon, SubInterval, Parameters)

Method Index

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

Constructors

 o RefGlobe
 public RefGlobe(int fsize,
                 GeoPolygon polygon,
                 SubInterval subinterval,
                 Parameters parameters)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index