Uses of Class
com.twainconnect.core.UnitOfMeasure

Packages that use UnitOfMeasure
com.twainconnect.core   
 

Uses of UnitOfMeasure in com.twainconnect.core
 

Methods in com.twainconnect.core that return UnitOfMeasure
 UnitOfMeasure RegionOfInterest.getUom()
           
static UnitOfMeasure UnitOfMeasure.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnitOfMeasure[] UnitOfMeasure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.twainconnect.core with parameters of type UnitOfMeasure
 void RegionOfInterest.setUom(UnitOfMeasure uom)