Class PhysicalScale


  • public class PhysicalScale
    extends Object
    Used to specify physical scale when reading or storing image information.
    • Method Detail

      • createFromMeters

        public static PhysicalScale createFromMeters​(double x,
                                                     double y)
      • createFromRadians

        public static PhysicalScale createFromRadians​(double x,
                                                      double y)
      • isInMeters

        public boolean isInMeters()
      • isInRadians

        public boolean isInRadians()
      • getHorizontalUnitsPerPixel

        public double getHorizontalUnitsPerPixel()
      • getVerticalUnitsPerPixel

        public double getVerticalUnitsPerPixel()