Uses of Class
gov.noaa.pmel.sgt.SGLabel

Packages that use SGLabel
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.beans Classes and interfaces that make up SGT Beans. 
gov.noaa.pmel.sgt.contour Contour and polygon fill support. 
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
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of SGLabel in gov.noaa.pmel.sgt
 

Fields in gov.noaa.pmel.sgt declared as SGLabel
protected  SGLabel Axis.title_
           
 

Methods in gov.noaa.pmel.sgt that return SGLabel
 SGLabel Ruler.getTitle()
          Get the axis title.
 SGLabel ColorKey.getTitle()
          Get the key's title.
 SGLabel Axis.getTitle()
          Get the axis title.
 

Methods in gov.noaa.pmel.sgt with parameters of type SGLabel
 void VectorKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a VectorCartesianRenderer and label to the VectorKey.
 void PointCollectionKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a PointCartesianRenderer and label to the PointCollectionKey.
 void LineKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a LineCartesianRenderer and label to the LineKey.
 void DataKey.addGraph(CartesianRenderer rend, SGLabel label)
           
 void ColorKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a GridCartesianRenderer and label to the ColorKey.
 void LineKey.addLineGraph(LineCartesianRenderer line, SGLabel label)
          Add a LineCartesianRenderer and label to the LineKey.
 void PointCollectionKey.addPointGraph(PointCartesianRenderer points, SGLabel label)
          Add a PointCartesianRenderer and label to the PointCollectionKey.
 void VectorKey.addVectorGraph(VectorCartesianRenderer vector, SGLabel label)
          Add a VectorCartesianRenderer and label to the VectorKey.
 void LineKey.removeLineGraph(SGLabel label)
          Remove a line from the LineKey.
 void PointCollectionKey.removePointGraph(SGLabel label)
          Remove a line from the PointCollectionKey.
 void VectorKey.removeVectorGraph(SGLabel label)
          Remove a line from the VectorKey.
 void TimeAxis.setTitle(SGLabel title)
           
 void Ruler.setTitle(SGLabel title)
          Set the axis title.
 void ColorKey.setTitle(SGLabel title)
          Set the title of the key.
 void Axis.setTitle(SGLabel title)
          Set the axis title.
 

Uses of SGLabel in gov.noaa.pmel.sgt.beans
 

Methods in gov.noaa.pmel.sgt.beans that return SGLabel
 SGLabel AxisHolder.getTitle()
          Get the axis title.
 

Methods in gov.noaa.pmel.sgt.beans with parameters of type SGLabel
 void AxisHolder.setTitle(SGLabel title)
          Set the axis title.
 

Uses of SGLabel in gov.noaa.pmel.sgt.contour
 

Methods in gov.noaa.pmel.sgt.contour with parameters of type SGLabel
 void ContourLine.addLabel(int point, SGLabel lab, double hgt, double wid)
          Add a label to the contour line.
 

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

Methods in gov.noaa.pmel.sgt.demo that return SGLabel
 SGLabel PseudoRealTimeData.getKeyTitle()
           
 

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

Fields in gov.noaa.pmel.sgt.dm declared as SGLabel
protected  SGLabel ThreeDGrid.keyTitle_
           
protected  SGLabel SimplePoint.keyTitle_
           
protected  SGLabel SimpleLine.keyTitle_
           
protected  SGLabel SimpleGrid.keyTitle_
           
 

Methods in gov.noaa.pmel.sgt.dm that return SGLabel
 SGLabel ThreeDGrid.getKeyTitle()
           
 SGLabel SimpleTuple.getKeyTitle()
           
 SGLabel SimplePoint.getKeyTitle()
           
 SGLabel SimpleLine.getKeyTitle()
           
 SGLabel SimpleGrid.getKeyTitle()
           
 SGLabel SGTVector.getKeyTitle()
           
 SGLabel SGTFull3DVector.getKeyTitle()
           
 SGLabel SGTData.getKeyTitle()
          Get a title formatted for a Key.
 SGLabel Collection.getKeyTitle()
           
 SGLabel Annote.Line.getKeyTitle()
           
 SGLabel Annote.Point.getKeyTitle()
           
 SGLabel Annote.Text.getKeyTitle()
           
 SGLabel Annote.Oval.getKeyTitle()
           
 SGLabel Annote.Rect.getKeyTitle()
           
 SGLabel Annotation.getKeyTitle()
           
 SGLabel Annote.Text.getText()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SGLabel
 Annote Annotation.addText(java.lang.String id, SoTPoint loc, SGLabel text)
           
 void ThreeDGrid.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 void SimpleTuple.setKeyTitle(SGLabel title)
           
 void SimplePoint.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 void SimpleLine.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 void SimpleGrid.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 void SGTVector.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 void SGTFull3DVector.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 void Collection.setKeyTitle(SGLabel title)
           
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type SGLabel
Annote.Text(java.lang.String id, SoTPoint location, SGLabel text)
           
 

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

Fields in gov.noaa.pmel.sgt.swing declared as SGLabel
protected  SGLabel JGraphicLayout.mainTitle_
          Titles for graph
protected  SGLabel JGraphicLayout.title2_
          Titles for graph
protected  SGLabel JGraphicLayout.title3_
          Titles for graph
 

Uses of SGLabel in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop that return SGLabel
 SGLabel SGLabelDialog.getSGLabel()
          Get the edited object
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type SGLabel
 void SGLabelDialog.setSGLabel(SGLabel label)
          Set the SGLabel to be edited.
 void SGLabelDialog.setSGLabel(SGLabel label, JPane pane)
          Set the SGLabel to be edited and the JPane.