Uses of Class
com.rubecula.units.UnitsName

Packages that use UnitsName
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.units JQuantity/units. 
 

Uses of UnitsName in com.rubecula.jquantity
 

Methods in com.rubecula.jquantity with parameters of type UnitsName
static void Loader.CreateUnits(java.io.PrintStream out, UnitsName name, JQuantity q, SystemFlag system)
           
(package private)  Measurable JQuantity.createUnits(UnitsName name, SystemFlag system)
          Create a new unit from this quantity and call it by name.
 

Uses of UnitsName in com.rubecula.units
 

Fields in com.rubecula.units declared as UnitsName
protected  UnitsName UnitsFoundation._Name
          The name by which this UnitsFoundation will be identified.
 

Methods in com.rubecula.units that return UnitsName
(package private)  UnitsName UnitsName.add(UnitsName that)
           
(package private)  UnitsName UnitsName.subtract(UnitsName that)
           
(package private)  UnitsName UnitsName.invert()
           
(package private)  UnitsName UnitsName.multiply(Rational x)
           
(package private)  UnitsName UnitsName.multiply(int x)
           
(package private)  UnitsName UnitsName.getPrefix()
           
 UnitsName FlatUnit.getName()
           
 

Methods in com.rubecula.units with parameters of type UnitsName
(package private)  UnitsName UnitsName.add(UnitsName that)
           
(package private)  UnitsName UnitsName.subtract(UnitsName that)
           
 void UnitsFoundation.setName(UnitsName name, boolean force, int sysIndex)
           
 void UnitsFoundation.setName(UnitsName name, boolean force)
           
 void UnitsFoundation.setName(UnitsName name)
           
(package private)  Units Units.scale(UnitsName name, Rational scale, SystemFlag system)
          Scale this unit and assign a new name and system to the result.
 Units Units.scale(UnitsName name, Rational scale)
          Scale this unit and assign a new name to the result.
(package private)  Units Units.scale(UnitsName name, int scale, SystemFlag system)
          Scale this unit and assign a new name and system to the result.
(package private)  Units Units.scale(UnitsName name, int scale)
          Scale this unit and assign a new name to the result.
 

Constructors in com.rubecula.units with parameters of type UnitsName
UnitsName(UnitsName that)
           
UnitsFoundation(UnitsName name)
           
Units(UnitsName name, SystemFlag system, Rational scale, Rational powerA, Measurable A, Rational powerB, Measurable B, Rational offset)
           
Units(UnitsName name, SystemFlag system, Rational scale, Rational powerA, Measurable A, Rational powerB, Measurable B)
           
Units(UnitsName name, SystemFlag system, Rational scale, Rational powerA, Measurable A)
           
Units(UnitsName name, SystemFlag system, Rational scale, Measurable A)