Method Summary |
|
final public Dimension | divide(Dimension that) Returns the quotient of this dimension with the one specified.
Parameters: that - the dimension divisor. |
public boolean | equals(Object that) Indicates if the specified dimension is equals to the one specified.
Parameters: that - the object to compare to. |
public static Model | getModel() Returns the model used to determinate the units dimensions
(default
Model.STANDARD STANDARD ). |
public int | hashCode() Returns the hash code for this dimension. |
final public Dimension | pow(int n) Returns this dimension raised to an exponent.
Parameters: n - the exponent. |
final public Dimension | root(int n) Returns the given root of this dimension.
Parameters: n - the root's order. |
public static void | setModel(Model model) Sets the model used to determinate the units dimensions. |
final public Dimension | times(Dimension that) Returns the product of this dimension with the one specified.
Parameters: that - the dimension multiplicand. |
public String | toString() Returns the representation of this dimension. |