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 JPlotLayout.setRangeNoVeto(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.
 void JLineProfileLayout.setRange(Domain domain, boolean testZUp)
          Deprecated.  
 void JLineProfileLayout.setRangeNoVeto(Domain domain)
          Deprecated.  
abstract  void JGraphicLayout.setRange(Domain domain)
          Set the axes to to range specified by the Domain object.
 

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
SoTDomain(Domain domain)
          Construct a SoTDomain from a Domain.
Domain(Domain domain)
          Create a copy of a Domain.
 



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