gov.noaa.pmel.sgt
Class PolarGraph

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

public class PolarGraph
extends Graph
implements java.lang.Cloneable

Description of Class PolarGraph

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

Field Summary
 
Fields inherited from class gov.noaa.pmel.sgt.Graph
layer_
 
Constructor Summary
PolarGraph()
           
 
Method Summary
 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

PolarGraph

public PolarGraph()
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

getObjectAt

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

getDataAt

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

Specified by:
getDataAt in class Graph

propertyChange

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