rp1.rossum
Class RsInches

java.lang.Object
  extended by rp1.rossum.RsUnits
      extended by rp1.rossum.RsInches

public class RsInches
extends RsUnits

A class for performing units conversions for values given in inches.


Constructor Summary
RsInches()
           
 
Method Summary
 double internalToUser(double internalValue)
           
 double userToInternal(double userValue)
           
 
Methods inherited from class rp1.rossum.RsUnits
format, format, getInternalResolution, getName, getUserResolution, resolveInternalCoordinate, resolveUserCoordinate, setDefaultFormat, setInternalResolution, setUserResolution
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsInches

public RsInches()
Method Detail

userToInternal

public double userToInternal(double userValue)
Specified by:
userToInternal in class RsUnits

internalToUser

public double internalToUser(double internalValue)
Specified by:
internalToUser in class RsUnits