org.das2.graph
Class DasAnnotation.DatumPairPointDescriptor

java.lang.Object
  extended by org.das2.graph.DasAnnotation.DatumPairPointDescriptor
All Implemented Interfaces:
DasAnnotation.PointDescriptor
Enclosing class:
DasAnnotation

public static class DasAnnotation.DatumPairPointDescriptor
extends java.lang.Object
implements DasAnnotation.PointDescriptor


Constructor Summary
DasAnnotation.DatumPairPointDescriptor(DasPlot p, Datum x, Datum y)
           
 
Method Summary
 java.lang.String getLabel()
           
 java.awt.Point getPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DasAnnotation.DatumPairPointDescriptor

public DasAnnotation.DatumPairPointDescriptor(DasPlot p,
                                              Datum x,
                                              Datum y)
Method Detail

getPoint

public java.awt.Point getPoint()
Specified by:
getPoint in interface DasAnnotation.PointDescriptor

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface DasAnnotation.PointDescriptor