Uses of Class
gov.noaa.pmel.util.Domain

Packages that use Domain
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

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

Methods in gov.noaa.pmel.sgt.swing that return Domain
 Domain JPlotLayout.getRange()
           
 Domain JGraphicLayout.getRange()
          Get the current Domain
 Domain JGraphicLayout.getZoomBoundsU()
          Get the zoom bounds in user units
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type Domain
 void JPlotLayout.setRange(Domain domain)
          Set the x and y range of the domain.
 void JLineProfileLayout.setRange(Domain domain)
          Deprecated. Set the x and y range of the domain.
abstract  void JGraphicLayout.setRange(Domain domain)
          Set the axes to to range specified by the Domain object.
 void JLineProfileLayout.setRange(Domain domain, boolean testZUp)
          Deprecated.  
 void JPlotLayout.setRangeNoVeto(Domain domain)
          Set the x and y range of the domain.
 void JLineProfileLayout.setRangeNoVeto(Domain domain)
          Deprecated.  
 

Uses of Domain in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util with parameters of type Domain
 boolean Domain.equals(Domain d)
          Tests for equality of Domains.
 

Constructors in gov.noaa.pmel.util with parameters of type Domain
Domain(Domain domain)
          Create a copy of a Domain.
SoTDomain(Domain domain)
          Construct a SoTDomain from a Domain.