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

Packages that use AxisNotFoundException
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
 

Uses of AxisNotFoundException in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that throw AxisNotFoundException
 Axis CartesianGraph.getXAxis(java.lang.String id)
          Get a reference to an X axis.
 Axis CartesianGraph.getYAxis(java.lang.String id)
          Get a reference to an Y axis.
 void CartesianGraph.removeXAxis(Axis axis)
          Remove an X axis from the graph.
 void CartesianGraph.removeXAxis(java.lang.String id)
          Remove an X axis from the graph.
 void CartesianGraph.removeYAxis(Axis axis)
          Remove an Y axis from the graph.
 void CartesianGraph.removeYAxis(java.lang.String id)
          Remove an Y axis from the graph.