diff options
Diffstat (limited to 'doc/org/unitConverter/unit/SI.html')
-rw-r--r-- | doc/org/unitConverter/unit/SI.html | 1313 |
1 files changed, 1313 insertions, 0 deletions
diff --git a/doc/org/unitConverter/unit/SI.html b/doc/org/unitConverter/unit/SI.html new file mode 100644 index 0000000..7e50983 --- /dev/null +++ b/doc/org/unitConverter/unit/SI.html @@ -0,0 +1,1313 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>SI</title> +<meta name="date" content="2019-12-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SI"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.html" target="_top">Frames</a></li> +<li><a href="SI.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class SI" class="title">Class SI</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.SI</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">SI</span> +extends java.lang.Object</pre> +<div class="block">All of the units, prefixes and dimensions that are used by the SI, as well as some outside the SI. + + <p> + This class does not include prefixed units. To obtain prefixed units, use <a href="../../../org/unitConverter/unit/LinearUnit.html#withPrefix-org.unitConverter.unit.UnitPrefix-"><code>LinearUnit.withPrefix(org.unitConverter.unit.UnitPrefix)</code></a>: + + <pre> + LinearUnit KILOMETRE = SI.METRE.withPrefix(SI.KILO); + </pre></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit">SI.BaseDimensions</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit">SI.BaseUnits</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit">SI.Constants</a></span></code> +<div class="block">Constants that relate to the SI or other systems.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit">SI.Dimensions</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#AMPERE">AMPERE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ARCMINUTE">ARCMINUTE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ARCSECOND">ARCSECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ASTRONOMICAL_UNIT">ASTRONOMICAL_UNIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ATTO">ATTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BEL">BEL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BEQUEREL">BEQUEREL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BIT">BIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BYTE">BYTE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CANDELA">CANDELA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CELSIUS">CELSIUS</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CENTI">CENTI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#COULOMB">COULOMB</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CUBIC_METRE">CUBIC_METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DALTON">DALTON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DAY">DAY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DECI">DECI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DECIBEL">DECIBEL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DEGREE">DEGREE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DEKA">DEKA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DOLLAR">DOLLAR</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ELECTRONVOLT">ELECTRONVOLT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#EXA">EXA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#EXBI">EXBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#FARAD">FARAD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#FEMTO">FEMTO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GIBI">GIBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GIGA">GIGA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GRAM">GRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GRAY">GRAY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HECTARE">HECTARE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HECTO">HECTO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HENRY">HENRY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HERTZ">HERTZ</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HOUR">HOUR</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#JOULE">JOULE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KATAL">KATAL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KELVIN">KELVIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KIBI">KIBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KILO">KILO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KILOGRAM">KILOGRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KILOMETRE_PER_HOUR">KILOMETRE_PER_HOUR</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#LITRE">LITRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#LUMEN">LUMEN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#LUX">LUX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MEBI">MEBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MEGA">MEGA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#METRE">METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#METRE_PER_SECOND">METRE_PER_SECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MICRO">MICRO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MILLI">MILLI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MINUTE">MINUTE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MOLE">MOLE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#NANO">NANO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#NEPER">NEPER</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#NEWTON">NEWTON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#OHM">OHM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ONE">ONE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PARSEC">PARSEC</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PASCAL">PASCAL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PEBI">PEBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PETA">PETA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PICO">PICO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#RADIAN">RADIAN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SECOND">SECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SIEMENS">SIEMENS</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SIEVERT">SIEVERT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SQUARE_METRE">SQUARE_METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#STERADIAN">STERADIAN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TEBI">TEBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TERA">TERA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TESLA">TESLA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TONNE">TONNE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#VOLT">VOLT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#WATT">WATT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#WEBER">WEBER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#YOCTO">YOCTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#YOTTA">YOTTA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ZEPTO">ZEPTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ZETTA">ZETTA</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="ONE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ONE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ONE</pre> +</li> +</ul> +<a name="METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> METRE</pre> +</li> +</ul> +<a name="KILOGRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOGRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KILOGRAM</pre> +</li> +</ul> +<a name="SECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SECOND</pre> +</li> +</ul> +<a name="AMPERE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>AMPERE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> AMPERE</pre> +</li> +</ul> +<a name="KELVIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KELVIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KELVIN</pre> +</li> +</ul> +<a name="MOLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MOLE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MOLE</pre> +</li> +</ul> +<a name="CANDELA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CANDELA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CANDELA</pre> +</li> +</ul> +<a name="BIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BIT</pre> +</li> +</ul> +<a name="DOLLAR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DOLLAR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DOLLAR</pre> +</li> +</ul> +<a name="RADIAN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RADIAN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> RADIAN</pre> +</li> +</ul> +<a name="STERADIAN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>STERADIAN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> STERADIAN</pre> +</li> +</ul> +<a name="HERTZ"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HERTZ</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HERTZ</pre> +</li> +</ul> +<a name="NEWTON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NEWTON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> NEWTON</pre> +</li> +</ul> +<a name="PASCAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PASCAL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PASCAL</pre> +</li> +</ul> +<a name="JOULE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>JOULE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> JOULE</pre> +</li> +</ul> +<a name="WATT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WATT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> WATT</pre> +</li> +</ul> +<a name="COULOMB"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>COULOMB</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> COULOMB</pre> +</li> +</ul> +<a name="VOLT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>VOLT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> VOLT</pre> +</li> +</ul> +<a name="FARAD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FARAD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FARAD</pre> +</li> +</ul> +<a name="OHM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OHM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OHM</pre> +</li> +</ul> +<a name="SIEMENS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIEMENS</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SIEMENS</pre> +</li> +</ul> +<a name="WEBER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WEBER</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> WEBER</pre> +</li> +</ul> +<a name="TESLA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TESLA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TESLA</pre> +</li> +</ul> +<a name="HENRY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HENRY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HENRY</pre> +</li> +</ul> +<a name="LUMEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUMEN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LUMEN</pre> +</li> +</ul> +<a name="LUX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUX</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LUX</pre> +</li> +</ul> +<a name="BEQUEREL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BEQUEREL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BEQUEREL</pre> +</li> +</ul> +<a name="GRAY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GRAY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GRAY</pre> +</li> +</ul> +<a name="SIEVERT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIEVERT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SIEVERT</pre> +</li> +</ul> +<a name="KATAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KATAL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KATAL</pre> +</li> +</ul> +<a name="GRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GRAM</pre> +</li> +</ul> +<a name="SQUARE_METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_METRE</pre> +</li> +</ul> +<a name="CUBIC_METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_METRE</pre> +</li> +</ul> +<a name="METRE_PER_SECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>METRE_PER_SECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> METRE_PER_SECOND</pre> +</li> +</ul> +<a name="CELSIUS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CELSIUS</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> CELSIUS</pre> +</li> +</ul> +<a name="MINUTE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MINUTE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MINUTE</pre> +</li> +</ul> +<a name="HOUR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HOUR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HOUR</pre> +</li> +</ul> +<a name="DAY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DAY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DAY</pre> +</li> +</ul> +<a name="KILOMETRE_PER_HOUR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOMETRE_PER_HOUR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KILOMETRE_PER_HOUR</pre> +</li> +</ul> +<a name="DEGREE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEGREE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DEGREE</pre> +</li> +</ul> +<a name="ARCMINUTE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ARCMINUTE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ARCMINUTE</pre> +</li> +</ul> +<a name="ARCSECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ARCSECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ARCSECOND</pre> +</li> +</ul> +<a name="ASTRONOMICAL_UNIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ASTRONOMICAL_UNIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ASTRONOMICAL_UNIT</pre> +</li> +</ul> +<a name="PARSEC"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PARSEC</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PARSEC</pre> +</li> +</ul> +<a name="HECTARE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HECTARE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HECTARE</pre> +</li> +</ul> +<a name="LITRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LITRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LITRE</pre> +</li> +</ul> +<a name="TONNE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TONNE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TONNE</pre> +</li> +</ul> +<a name="DALTON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DALTON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DALTON</pre> +</li> +</ul> +<a name="ELECTRONVOLT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRONVOLT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ELECTRONVOLT</pre> +</li> +</ul> +<a name="BYTE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BYTE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BYTE</pre> +</li> +</ul> +<a name="NEPER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NEPER</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> NEPER</pre> +</li> +</ul> +<a name="BEL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BEL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> BEL</pre> +</li> +</ul> +<a name="DECIBEL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DECIBEL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> DECIBEL</pre> +</li> +</ul> +<a name="KILO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> KILO</pre> +</li> +</ul> +<a name="MEGA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MEGA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MEGA</pre> +</li> +</ul> +<a name="GIGA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GIGA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> GIGA</pre> +</li> +</ul> +<a name="TERA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TERA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> TERA</pre> +</li> +</ul> +<a name="PETA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PETA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> PETA</pre> +</li> +</ul> +<a name="EXA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EXA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> EXA</pre> +</li> +</ul> +<a name="ZETTA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ZETTA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> ZETTA</pre> +</li> +</ul> +<a name="YOTTA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>YOTTA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> YOTTA</pre> +</li> +</ul> +<a name="MILLI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MILLI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MILLI</pre> +</li> +</ul> +<a name="MICRO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MICRO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MICRO</pre> +</li> +</ul> +<a name="NANO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NANO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> NANO</pre> +</li> +</ul> +<a name="PICO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PICO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> PICO</pre> +</li> +</ul> +<a name="FEMTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FEMTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> FEMTO</pre> +</li> +</ul> +<a name="ATTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ATTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> ATTO</pre> +</li> +</ul> +<a name="ZEPTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ZEPTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> ZEPTO</pre> +</li> +</ul> +<a name="YOCTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>YOCTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> YOCTO</pre> +</li> +</ul> +<a name="DEKA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEKA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> DEKA</pre> +</li> +</ul> +<a name="HECTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HECTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> HECTO</pre> +</li> +</ul> +<a name="DECI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DECI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> DECI</pre> +</li> +</ul> +<a name="CENTI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CENTI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> CENTI</pre> +</li> +</ul> +<a name="KIBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KIBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> KIBI</pre> +</li> +</ul> +<a name="MEBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MEBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MEBI</pre> +</li> +</ul> +<a name="GIBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GIBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> GIBI</pre> +</li> +</ul> +<a name="TEBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TEBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> TEBI</pre> +</li> +</ul> +<a name="PEBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PEBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> PEBI</pre> +</li> +</ul> +<a name="EXBI"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EXBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> EXBI</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.html" target="_top">Frames</a></li> +<li><a href="SI.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> |