Uses of Interface
gov.noaa.pmel.sgt.dm.SGTLine

Packages that use SGTLine
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.demo JApplets and applications that demonstrate the use of sgt. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
 

Uses of SGTLine in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return SGTLine
 SGTLine LineCartesianRenderer.getLine()
          Get the SGTLine object.
 

Constructors in gov.noaa.pmel.sgt with parameters of type SGTLine
LineCartesianRenderer(CartesianGraph cg, SGTLine line)
          Construct a LineCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg, SGTLine line, LineAttribute attr)
          Construct a LineCartesianRenderer.
 

Uses of SGTLine in gov.noaa.pmel.sgt.demo
 

Classes in gov.noaa.pmel.sgt.demo that implement SGTLine
 class PseudoRealTimeData
          Generates a real-time data stream using SGTLine and javax.swing.Timer.
 

Methods in gov.noaa.pmel.sgt.demo that return SGTLine
 SGTLine PseudoRealTimeData.getAssociatedData()
           
 

Uses of SGTLine in gov.noaa.pmel.sgt.dm
 

Classes in gov.noaa.pmel.sgt.dm that implement SGTLine
 class SimpleLine
          SimpleLine provides an implementation of the SGTLine and Cartesian interfaces.
 

Fields in gov.noaa.pmel.sgt.dm declared as SGTLine
protected  SGTLine SimpleLine.associatedData_
           
 

Methods in gov.noaa.pmel.sgt.dm that return SGTLine
 SGTLine SimpleLine.getAssociatedData()
          Get the associated data.
 SGTLine SGTLine.getAssociatedData()
          Get the associated data.
 SGTLine Annote.Line.getLine()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SGTLine
 Annote Annotation.addLine(java.lang.String id, SGTLine line, LineAttribute attr)
           
 void SimpleLine.setAssociatedData(SGTLine assoc)
          Set the data that will be associated with SGTLine
Property Change: associatedDataModified.
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type SGTLine
Annote.Line(java.lang.String id, SGTLine line, LineAttribute attr)
           
 

Uses of SGTLine in gov.noaa.pmel.sgt.swing
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type SGTLine
 Range2D JGraphicLayout.findRange(SGTLine data, int dir)
          Find the range of the SGTLine object in the specific direction.
 SoTRange JGraphicLayout.findSoTRange(SGTLine line, int dir)
          Find the range of the SGTLine object in the specific direction.
 TimeRange JGraphicLayout.findTimeRange(SGTLine data)
          Find the time range of the SGTLine object.
 void JPlotLayout.setCoastLine(SGTLine coast)
          Set the coastline.