public abstract class Quantity extends Object
Quantity()
abstract Unit<? extends Quantity>
unit()
abstract Number
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Quantity()
public abstract Number value()
public abstract Unit<? extends Quantity> unit()
Copyright © 2016 Open Microscopy Environment