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.prop Property dialogs for sgt components using javax.swing
 

Uses of SGLabel in gov.noaa.pmel.sgt
 

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.addVectorGraph(VectorCartesianRenderer vector, SGLabel label)
          Add a VectorCartesianRenderer and label to the VectorKey.
 void VectorKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a VectorCartesianRenderer and label to the VectorKey.
 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 PointCollectionKey.addPointGraph(PointCartesianRenderer points, SGLabel label)
          Add a PointCartesianRenderer and label to the PointCollectionKey.
 void PointCollectionKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a PointCartesianRenderer and label to the PointCollectionKey.
 void PointCollectionKey.removePointGraph(SGLabel label)
          Remove a line from the PointCollectionKey.
 void LineKey.addLineGraph(LineCartesianRenderer line, SGLabel label)
          Add a LineCartesianRenderer and label to the LineKey.
 void LineKey.addGraph(CartesianRenderer rend, SGLabel label)
          Add a LineCartesianRenderer and label to the LineKey.
 void LineKey.removeLineGraph(SGLabel label)
          Remove a line from 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 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
 

Methods in gov.noaa.pmel.sgt.dm that return SGLabel
 SGLabel ThreeDGrid.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.getText()
           
 SGLabel Annote.Text.getKeyTitle()
           
 SGLabel Annote.Oval.getKeyTitle()
           
 SGLabel Annote.Rect.getKeyTitle()
           
 SGLabel Annotation.getKeyTitle()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SGLabel
 void ThreeDGrid.setKeyTitle(SGLabel title)
          Set the title formatted for the VectorKey.
 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)
           
 Annote Annotation.addText(java.lang.String id, SoTPoint loc, SGLabel text)
           
 

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.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, JPane pane)
          Set the SGLabel to be edited and the JPane.
 void SGLabelDialog.setSGLabel(SGLabel label)
          Set the SGLabel to be edited.
 



Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003