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

Packages that use LayerNotFoundException
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.plot Classes for the automatic layout of multiple Layers. 
 

Uses of LayerNotFoundException in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that throw LayerNotFoundException
 void SGLabel.draw(java.awt.Graphics g)
           
 void LayerChild.draw(java.awt.Graphics g)
          Draw the LayerChild.
 void LabelDrawer2.draw(java.awt.Graphics g)
           
 void LabelDrawer1.draw(java.awt.Graphics g)
           
 void LabelDrawer.draw(java.awt.Graphics g)
          Used internally by sgt.
 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.
 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.moveLayerDown(java.lang.String id)
          Deprecated. Move the Layer down in the stack.
 void JPane.moveLayerDown(java.lang.String id)
          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 Pane.moveLayerUp(java.lang.String id)
          Deprecated. Move the Layer up in the stack.
 void JPane.moveLayerUp(java.lang.String id)
          Move the Layer up in the stack.
 

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

Methods in gov.noaa.pmel.sgt.plot that throw LayerNotFoundException
 void PlotLayerManager.removeLayer(int index)
           
 void PlotLayerManager.removeLayer(PlotLayer layer)