Uses of Class
jview.AbstractFormattingTransform

Packages that use AbstractFormattingTransform
jview   
 

Uses of AbstractFormattingTransform in jview
 

Subclasses of AbstractFormattingTransform in jview
 class BasicTransform
          This class is a basic morpher in the way that it comprises a linear mapping in x and y to pixel space starting at 0,0 with an extend of 1x1.
 class CylindricalEqualAreaProjection
          A cylindrical equal area projection transforms y with the sine rather than the tangent,
 class CylindricalEquidistantProjection
          A cylindrical equal area projection transforms y with the sine rather than the tangent,
 class CylindricalProjection
          Base class for cylindrical projections of geographic coordinates longitude λ and latitude φ, both measured in degrees.
private  class JFitsCanvas.PixelCoordinate
          This class converts normalized coordinates into true CCD pixel values.
 class MercatorProjection
          A cylindrical equal area projection transforms y with the sine rather than the tangent,
 class OrthographicTransformation
          This coordinate transforming instance translates ra/dec to normalized pixels under the rule of an orthogonal projection.
 class SelectTransform
          A simple transform that let you define user-space coordinate indices that should be used in calculating the transform.