gov.noaa.pmel.sgt
Class MapGraph

java.lang.Object
  extended by gov.noaa.pmel.sgt.Graph
      extended by gov.noaa.pmel.sgt.MapGraph
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.lang.Cloneable, java.util.EventListener

public class MapGraph
extends Graph
implements java.lang.Cloneable

Base class for all Map based Graphs and projections.

Since:
2.x
Version:
$Revision$, $Date$
Author:
Donald Denbo

Field Summary
 
Fields inherited from class gov.noaa.pmel.sgt.Graph
layer_
 
Constructor Summary
MapGraph()
           
 
Method Summary
 void attachProj(MapProj proj)
           
 Graph copy()
          Copy the Graph object and all attached classes.
 SGTData getDataAt(java.awt.Point pt)
          Find data at a Point
 java.lang.Object getObjectAt(java.awt.Point pt)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 
Methods inherited from class gov.noaa.pmel.sgt.Graph
computeRange, computeRange, computeRange, getId, getLayer, getPane, modified, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapGraph

public MapGraph()
Method Detail

copy

public Graph copy()
Description copied from class: Graph
Copy the Graph object and all attached classes.

Specified by:
copy in class Graph

attachProj

public void attachProj(MapProj proj)

getObjectAt

public java.lang.Object getObjectAt(java.awt.Point pt)

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

getDataAt

public SGTData getDataAt(java.awt.Point pt)
Description copied from class: Graph
Find data at a Point

Specified by:
getDataAt in class Graph
Since:
3.0