Package | Description |
---|---|
com.hfg.chem | |
com.hfg.units.length |
Modifier and Type | Method and Description |
---|---|
Length |
Element.getCovalentRadius()
Returns the covalent radius.
|
Length |
Element.getVanderWaalsRadius()
Returns the Van der Waals radius.
|
Modifier and Type | Class and Description |
---|---|
class |
Angstroms
Convenience implementation of angstroms as a Length.
|
class |
Meters
Convenience implementation of meters as a Length.
|
class |
Yards
Convenience implementation of yards as a Length.
|
Modifier and Type | Method and Description |
---|---|
Length |
Length.convertTo(LengthUnit inUnit)
Returns the length in the specified units.
|
jataylor@hairyfatguy.com