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

Packages that use Layer
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.plot Classes for the automatic layout of multiple Layers. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
 

Uses of Layer in gov.noaa.pmel.sgt
 

Fields in gov.noaa.pmel.sgt declared as Layer
protected  Layer Graph.layer_
           
 

Methods in gov.noaa.pmel.sgt that return Layer
 Layer Layer.copy()
          Copy the Layer and its attached classes.
 Layer Pane.getFirstLayer()
          Deprecated.  
 Layer JPane.getFirstLayer()
           
 Layer AbstractPane.getFirstLayer()
          Get the first Layer associated with the Pane
 Layer VectorKey.getLayer()
          Get layer.
 Layer SGLabel.getLayer()
          Get the layer.
 Layer Ruler.getLayer()
           
 Layer PointCollectionKey.getLayer()
          Get layer.
 Layer Logo.getLayer()
          Get layer.
 Layer LineKey.getLayer()
          Get layer.
 Layer LayerChild.getLayer()
          Get the associated Layer.
 Layer LabelDrawer2.getLayer()
           
 Layer LabelDrawer1.getLayer()
           
 Layer LabelDrawer.getLayer()
          Get the layer.
 Layer Graph.getLayer()
          Get the associated Layer.
 Layer ColorKey.getLayer()
          Returns the layer the ColorKey is attached.
 Layer Pane.getLayer(java.lang.String id)
          Deprecated.  
 Layer JPane.getLayer(java.lang.String id)
           
 Layer AbstractPane.getLayer(java.lang.String id)
          Get the Layer associated with the Pane indicated by the id.
 Layer Pane.getLayerFromDataId(java.lang.String id)
          Deprecated.  
 Layer JPane.getLayerFromDataId(java.lang.String id)
           
 Layer AbstractPane.getLayerFromDataId(java.lang.String id)
          Get the Layer associated with the Pane indicated by the data id.
 

Methods in gov.noaa.pmel.sgt with parameters of type Layer
 void Pane.moveLayerDown(Layer lyr)
          Deprecated. Move the Layer down in the stack.
 void JPane.moveLayerDown(Layer lyr)
          Move the Layer down in the stack.
 void Pane.moveLayerUp(Layer lyr)
          Deprecated. Move the Layer up in the stack.
 void JPane.moveLayerUp(Layer lyr)
          Move the Layer up in the stack.
 void PlotMark.paintMark(java.awt.Graphics g, Layer ly, int xp, int yp)
          Used internally by sgt.
 void VectorKey.setLayer(Layer l)
          Set parent layer.
 void SGLabel.setLayer(Layer l)
           
 void Ruler.setLayer(Layer l)
           
 void PointCollectionKey.setLayer(Layer l)
          Set parent layer.
 void Logo.setLayer(Layer l)
          Set parent layer.
 void LineKey.setLayer(Layer l)
          Set parent layer.
 void LayerChild.setLayer(Layer l)
          Associate a Layer with the LayerChild.
 void LabelDrawer2.setLayer(Layer layer)
           
 void LabelDrawer1.setLayer(Layer layer)
           
 void LabelDrawer.setLayer(Layer layer)
          Used internally by sgt.
 void ColorKey.setLayer(Layer l)
          Set parent Layer.
 

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

Subclasses of Layer in gov.noaa.pmel.sgt.beans
 class DataGroupLayer
          A holder for DataGroup and Layer associated with axes and Graph.
 

Methods in gov.noaa.pmel.sgt.beans that return Layer
 Layer Panel.getLayer(java.lang.String id)
          Get Layer from this Panel.
 Layer Panel.getLayerFromDataId(java.lang.String id)
          Get Layer from this Panel.
 

Uses of Layer in gov.noaa.pmel.sgt.plot
 

Subclasses of Layer in gov.noaa.pmel.sgt.plot
 class PlotLayer
           
 

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

Fields in gov.noaa.pmel.sgt.swing declared as Layer
protected  Layer UserIcon.layer_
           
 

Methods in gov.noaa.pmel.sgt.swing that return Layer
 Layer JPlotLayout.getFirstLayer()
           
 Layer JLineProfileLayout.getFirstLayer()
          Deprecated.  
 Layer ValueIcon.getLayer()
           
 Layer UserIcon.getLayer()
           
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type Layer
 void ValueIcon.setLayer(Layer l)
           
 void UserIcon.setLayer(Layer l)