Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
ome.units | |
ome.units.quantity | |
ome.units.unit | |
ome.xml.model.enums.handlers |
Modifier and Type | Method and Description |
---|---|
static Angle |
FormatTools.createAngle(Double value,
Unit<Angle> valueUnit) |
static Angle |
FormatTools.createAngle(Integer value,
Unit<Angle> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createAngle(T value,
Unit<Angle> valueUnit) |
static ElectricPotential |
FormatTools.createElectricPotential(Double value,
Unit<ElectricPotential> valueUnit) |
static ElectricPotential |
FormatTools.createElectricPotential(Integer value,
Unit<ElectricPotential> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createElectricPotential(T value,
Unit<ElectricPotential> valueUnit) |
static Frequency |
FormatTools.createFrequency(Double value,
Unit<Frequency> valueUnit) |
static Frequency |
FormatTools.createFrequency(Integer value,
Unit<Frequency> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createFrequency(T value,
Unit<Frequency> valueUnit) |
static Length |
FormatTools.createLength(Double value,
Unit<Length> valueUnit) |
static Length |
FormatTools.createLength(Integer value,
Unit<Length> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createLength(T value,
Unit<Length> valueUnit) |
static Power |
FormatTools.createPower(Double value,
Unit<Power> valueUnit) |
static Power |
FormatTools.createPower(Integer value,
Unit<Power> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createPower(T value,
Unit<Power> valueUnit) |
static Pressure |
FormatTools.createPressure(Double value,
Unit<Pressure> valueUnit) |
static Pressure |
FormatTools.createPressure(Integer value,
Unit<Pressure> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createPressure(T value,
Unit<Pressure> valueUnit) |
static Temperature |
FormatTools.createTemperature(Double value,
Unit<Temperature> valueUnit) |
static Temperature |
FormatTools.createTemperature(Integer value,
Unit<Temperature> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createTemperature(T value,
Unit<Temperature> valueUnit) |
static Time |
FormatTools.createTime(Double value,
Unit<Time> valueUnit) |
static Time |
FormatTools.createTime(Integer value,
Unit<Time> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createTime(T value,
Unit<Time> valueUnit) |
static Length |
FormatTools.getPhysicalSizeX(Double value,
Unit<Length> unit)
Formats the input value for the physical size in X into a length of the
given unit.
|
static Length |
FormatTools.getPhysicalSizeY(Double value,
Unit<Length> unit)
Formats the input value for the physical size in Y into a length of the
given unit.
|
static Length |
FormatTools.getPhysicalSizeZ(Double value,
Unit<Length> unit)
Formats the input value for the physical size in Z into a length of the
given unit.
|
static Length |
FormatTools.getStagePosition(Double value,
Unit<Length> unit)
Formats the input value for the stage position into a length of the given
unit.
|
Modifier and Type | Field and Description |
---|---|
private Unit<Time> |
LiFlimReader.exposureTimeUnit |
Modifier and Type | Method and Description |
---|---|
private Unit<Length> |
IMODReader.convertUnits(int units) |
private Unit<Length> |
GatanReader.convertUnits(String units) |
Modifier and Type | Field and Description |
---|---|
static Unit<Frequency> |
UNITS.AHZ
Deprecated.
Use
UNITS.ATTOHERTZ instead. |
static Unit<Length> |
UNITS.AM
Deprecated.
Use
UNITS.ATTOMETRE instead. |
static Unit<Length> |
UNITS.ANGSTROM |
static Unit<Pressure> |
UNITS.APA
Deprecated.
Use
UNITS.ATTOPASCAL instead. |
static Unit<Time> |
UNITS.AS
Deprecated.
Use
UNITS.ATTOSECOND instead. |
static Unit<Length> |
UNITS.ASTRONOMICALUNIT |
static Unit<Pressure> |
UNITS.ATM
Deprecated.
Use
UNITS.ATMOSPHERE instead. |
static Unit<Pressure> |
UNITS.ATMOSPHERE |
static Unit<Frequency> |
UNITS.ATTOHERTZ |
static Unit<Length> |
UNITS.ATTOMETER |
static Unit<Length> |
UNITS.ATTOMETRE |
static Unit<Pressure> |
UNITS.ATTOPASCAL |
static Unit<Time> |
UNITS.ATTOSECOND |
static Unit<ElectricPotential> |
UNITS.ATTOVOLT |
static Unit<Power> |
UNITS.ATTOWATT |
static Unit<ElectricPotential> |
UNITS.AV
Deprecated.
Use
UNITS.ATTOVOLT instead. |
static Unit<Power> |
UNITS.AW
Deprecated.
Use
UNITS.ATTOWATT instead. |
static Unit<Pressure> |
UNITS.BAR |
static Unit<Pressure> |
UNITS.CBAR
Deprecated.
Use
UNITS.CENTIBAR instead. |
static Unit<Temperature> |
UNITS.CELSIUS |
static Unit<Pressure> |
UNITS.CENTIBAR |
static Unit<Frequency> |
UNITS.CENTIHERTZ |
static Unit<Length> |
UNITS.CENTIMETER |
static Unit<Length> |
UNITS.CENTIMETRE |
static Unit<Pressure> |
UNITS.CENTIPASCAL |
static Unit<Time> |
UNITS.CENTISECOND |
static Unit<ElectricPotential> |
UNITS.CENTIVOLT |
static Unit<Power> |
UNITS.CENTIWATT |
static Unit<Frequency> |
UNITS.CHZ
Deprecated.
Use
UNITS.CENTIHERTZ instead. |
static Unit<Length> |
UNITS.CM
Deprecated.
Use
UNITS.CENTIMETRE instead. |
static Unit<Pressure> |
UNITS.CPA
Deprecated.
Use
UNITS.CENTIPASCAL instead. |
static Unit<Time> |
UNITS.CS
Deprecated.
Use
UNITS.CENTISECOND instead. |
static Unit<ElectricPotential> |
UNITS.CV
Deprecated.
Use
UNITS.CENTIVOLT instead. |
static Unit<Power> |
UNITS.CW
Deprecated.
Use
UNITS.CENTIWATT instead. |
static Unit<Time> |
UNITS.D
Deprecated.
Use
UNITS.DAY instead. |
static Unit<Frequency> |
UNITS.DAHZ
Deprecated.
Use
UNITS.DECAHERTZ instead. |
static Unit<Length> |
UNITS.DAM
Deprecated.
Use
UNITS.DECAMETRE instead. |
static Unit<Pressure> |
UNITS.DAPA
Deprecated.
Use
UNITS.DECAPASCAL instead. |
static Unit<Time> |
UNITS.DAS
Deprecated.
Use
UNITS.DECASECOND instead. |
static Unit<ElectricPotential> |
UNITS.DAV
Deprecated.
Use
UNITS.DECAVOLT instead. |
static Unit<Power> |
UNITS.DAW
Deprecated.
Use
UNITS.DECAWATT instead. |
static Unit<Time> |
UNITS.DAY |
static Unit<Pressure> |
UNITS.DBAR
Deprecated.
Use
UNITS.DECIBAR instead. |
static Unit<Frequency> |
UNITS.DECAHERTZ |
static Unit<Length> |
UNITS.DECAMETER |
static Unit<Length> |
UNITS.DECAMETRE |
static Unit<Pressure> |
UNITS.DECAPASCAL |
static Unit<Time> |
UNITS.DECASECOND |
static Unit<ElectricPotential> |
UNITS.DECAVOLT |
static Unit<Power> |
UNITS.DECAWATT |
static Unit<Pressure> |
UNITS.DECIBAR |
static Unit<Frequency> |
UNITS.DECIHERTZ |
static Unit<Length> |
UNITS.DECIMETER |
static Unit<Length> |
UNITS.DECIMETRE |
static Unit<Pressure> |
UNITS.DECIPASCAL |
static Unit<Time> |
UNITS.DECISECOND |
static Unit<ElectricPotential> |
UNITS.DECIVOLT |
static Unit<Power> |
UNITS.DECIWATT |
static Unit<Angle> |
UNITS.DEG
Deprecated.
Use
UNITS.DEGREE instead. |
static Unit<Angle> |
UNITS.DEGREE |
static Unit<Temperature> |
UNITS.DEGREEC
Deprecated.
Use
UNITS.CELSIUS instead. |
static Unit<Temperature> |
UNITS.DEGREEF
Deprecated.
Use
UNITS.FAHRENHEIT instead. |
static Unit<Temperature> |
UNITS.DEGREER
Deprecated.
Use
UNITS.RANKINE instead. |
static Unit<Frequency> |
UNITS.DHZ
Deprecated.
Use
UNITS.DECIHERTZ instead. |
static Unit<Length> |
UNITS.DM
Deprecated.
Use
UNITS.DECIMETRE instead. |
static Unit<Pressure> |
UNITS.DPA
Deprecated.
Use
UNITS.DECIPASCAL instead. |
static Unit<Time> |
UNITS.DS
Deprecated.
Use
UNITS.DECISECOND instead. |
static Unit<ElectricPotential> |
UNITS.DV
Deprecated.
Use
UNITS.DECIVOLT instead. |
static Unit<Power> |
UNITS.DW
Deprecated.
Use
UNITS.DECIWATT instead. |
static Unit<Frequency> |
UNITS.EXAHERTZ |
static Unit<Frequency> |
UNITS.EXAHZ
Deprecated.
Use
UNITS.EXAHERTZ instead. |
static Unit<Length> |
UNITS.EXAM
Deprecated.
Use
UNITS.EXAMETRE instead. |
static Unit<Length> |
UNITS.EXAMETER |
static Unit<Length> |
UNITS.EXAMETRE |
static Unit<Pressure> |
UNITS.EXAPA
Deprecated.
Use
UNITS.EXAPASCAL instead. |
static Unit<Pressure> |
UNITS.EXAPASCAL |
static Unit<Time> |
UNITS.EXAS
Deprecated.
Use
UNITS.EXASECOND instead. |
static Unit<Time> |
UNITS.EXASECOND |
static Unit<ElectricPotential> |
UNITS.EXAV
Deprecated.
Use
UNITS.EXAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.EXAVOLT |
static Unit<Power> |
UNITS.EXAW
Deprecated.
Use
UNITS.EXAWATT instead. |
static Unit<Power> |
UNITS.EXAWATT |
static Unit<Temperature> |
UNITS.FAHRENHEIT |
static Unit<Frequency> |
UNITS.FEMTOHERTZ |
static Unit<Length> |
UNITS.FEMTOMETER |
static Unit<Length> |
UNITS.FEMTOMETRE |
static Unit<Pressure> |
UNITS.FEMTOPASCAL |
static Unit<Time> |
UNITS.FEMTOSECOND |
static Unit<ElectricPotential> |
UNITS.FEMTOVOLT |
static Unit<Power> |
UNITS.FEMTOWATT |
static Unit<Frequency> |
UNITS.FHZ
Deprecated.
Use
UNITS.FEMTOHERTZ instead. |
static Unit<Length> |
UNITS.FM
Deprecated.
Use
UNITS.FEMTOMETRE instead. |
static Unit<Length> |
UNITS.FOOT |
static Unit<Pressure> |
UNITS.FPA
Deprecated.
Use
UNITS.FEMTOPASCAL instead. |
static Unit<Time> |
UNITS.FS
Deprecated.
Use
UNITS.FEMTOSECOND instead. |
static Unit<Length> |
UNITS.FT
Deprecated.
Use
UNITS.FOOT instead. |
static Unit<ElectricPotential> |
UNITS.FV
Deprecated.
Use
UNITS.FEMTOVOLT instead. |
static Unit<Power> |
UNITS.FW
Deprecated.
Use
UNITS.FEMTOWATT instead. |
static Unit<Frequency> |
UNITS.GIGAHERTZ |
static Unit<Frequency> |
UNITS.GIGAHZ
Deprecated.
Use
UNITS.GIGAHERTZ instead. |
static Unit<Length> |
UNITS.GIGAM
Deprecated.
Use
UNITS.GIGAMETRE instead. |
static Unit<Length> |
UNITS.GIGAMETER |
static Unit<Length> |
UNITS.GIGAMETRE |
static Unit<Pressure> |
UNITS.GIGAPA
Deprecated.
Use
UNITS.GIGAPASCAL instead. |
static Unit<Pressure> |
UNITS.GIGAPASCAL |
static Unit<Time> |
UNITS.GIGAS
Deprecated.
Use
UNITS.GIGASECOND instead. |
static Unit<Time> |
UNITS.GIGASECOND |
static Unit<ElectricPotential> |
UNITS.GIGAV
Deprecated.
Use
UNITS.GIGAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.GIGAVOLT |
static Unit<Power> |
UNITS.GIGAW
Deprecated.
Use
UNITS.GIGAWATT instead. |
static Unit<Power> |
UNITS.GIGAWATT |
static Unit<Angle> |
UNITS.GON
Deprecated.
Use
UNITS.GRADIAN instead. |
static Unit<Angle> |
UNITS.GRADIAN |
static Unit<Time> |
UNITS.H
Deprecated.
Use
UNITS.HOUR instead. |
static Unit<Frequency> |
UNITS.HECTOHERTZ |
static Unit<Length> |
UNITS.HECTOMETER |
static Unit<Length> |
UNITS.HECTOMETRE |
static Unit<Pressure> |
UNITS.HECTOPASCAL |
static Unit<Time> |
UNITS.HECTOSECOND |
static Unit<ElectricPotential> |
UNITS.HECTOVOLT |
static Unit<Power> |
UNITS.HECTOWATT |
static Unit<Frequency> |
UNITS.HERTZ |
static Unit<Frequency> |
UNITS.HHZ
Deprecated.
Use
UNITS.HECTOHERTZ instead. |
static Unit<Length> |
UNITS.HM
Deprecated.
Use
UNITS.HECTOMETRE instead. |
static Unit<Time> |
UNITS.HOUR |
static Unit<Pressure> |
UNITS.HPA
Deprecated.
Use
UNITS.HECTOPASCAL instead. |
static Unit<Time> |
UNITS.HS
Deprecated.
Use
UNITS.HECTOSECOND instead. |
static Unit<ElectricPotential> |
UNITS.HV
Deprecated.
Use
UNITS.HECTOVOLT instead. |
static Unit<Power> |
UNITS.HW
Deprecated.
Use
UNITS.HECTOWATT instead. |
static Unit<Frequency> |
UNITS.HZ
Deprecated.
Use
UNITS.HERTZ instead. |
static Unit<Length> |
UNITS.IN
Deprecated.
Use
UNITS.INCH instead. |
static Unit<Length> |
UNITS.INCH |
static Unit<Temperature> |
UNITS.K
Deprecated.
Use
UNITS.KELVIN instead. |
static Unit<Pressure> |
UNITS.KBAR
Deprecated.
Use
UNITS.KILOBAR instead. |
static Unit<Temperature> |
UNITS.KELVIN |
static Unit<Frequency> |
UNITS.KHZ
Deprecated.
Use
UNITS.KILOHERTZ instead. |
static Unit<Pressure> |
UNITS.KILOBAR |
static Unit<Frequency> |
UNITS.KILOHERTZ |
static Unit<Length> |
UNITS.KILOMETER |
static Unit<Length> |
UNITS.KILOMETRE |
static Unit<Pressure> |
UNITS.KILOPASCAL |
static Unit<Time> |
UNITS.KILOSECOND |
static Unit<ElectricPotential> |
UNITS.KILOVOLT |
static Unit<Power> |
UNITS.KILOWATT |
static Unit<Length> |
UNITS.KM
Deprecated.
Use
UNITS.KILOMETRE instead. |
static Unit<Pressure> |
UNITS.KPA
Deprecated.
Use
UNITS.KILOPASCAL instead. |
static Unit<Time> |
UNITS.KS
Deprecated.
Use
UNITS.KILOSECOND instead. |
static Unit<ElectricPotential> |
UNITS.KV
Deprecated.
Use
UNITS.KILOVOLT instead. |
static Unit<Power> |
UNITS.KW
Deprecated.
Use
UNITS.KILOWATT instead. |
static Unit<Length> |
UNITS.LI
Deprecated.
Use
UNITS.LINE instead. |
static Unit<Length> |
UNITS.LIGHTYEAR |
static Unit<Length> |
UNITS.LINE |
static Unit<Length> |
UNITS.LY
Deprecated.
Use
UNITS.LIGHTYEAR instead. |
static Unit<Length> |
UNITS.M
Deprecated.
Use
UNITS.METRE instead. |
static Unit<Pressure> |
UNITS.MBAR
Deprecated.
Use
UNITS.MILLIBAR instead. |
static Unit<Pressure> |
UNITS.MEGABAR |
static Unit<Frequency> |
UNITS.MEGAHERTZ |
static Unit<Frequency> |
UNITS.MEGAHZ
Deprecated.
Use
UNITS.MEGAHERTZ instead. |
static Unit<Length> |
UNITS.MEGAM
Deprecated.
Use
UNITS.MEGAMETRE instead. |
static Unit<Length> |
UNITS.MEGAMETER |
static Unit<Length> |
UNITS.MEGAMETRE |
static Unit<Pressure> |
UNITS.MEGAPA
Deprecated.
Use
UNITS.MEGAPASCAL instead. |
static Unit<Pressure> |
UNITS.MEGAPASCAL |
static Unit<Time> |
UNITS.MEGAS
Deprecated.
Use
UNITS.MEGASECOND instead. |
static Unit<Time> |
UNITS.MEGASECOND |
static Unit<ElectricPotential> |
UNITS.MEGAV
Deprecated.
Use
UNITS.MEGAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.MEGAVOLT |
static Unit<Power> |
UNITS.MEGAW
Deprecated.
Use
UNITS.MEGAWATT instead. |
static Unit<Power> |
UNITS.MEGAWATT |
static Unit<Length> |
UNITS.METER |
static Unit<Length> |
UNITS.METRE |
static Unit<Frequency> |
UNITS.MHZ
Deprecated.
Use
UNITS.MILLIHERTZ instead. |
static Unit<Length> |
UNITS.MI
Deprecated.
Use
UNITS.MILE instead. |
static Unit<Frequency> |
UNITS.MICROHERTZ |
static Unit<Frequency> |
UNITS.MICROHZ
Deprecated.
Use
UNITS.MICROHERTZ instead. |
static Unit<Length> |
UNITS.MICROM
Deprecated.
Use
UNITS.MICROMETRE instead. |
static Unit<Length> |
UNITS.MICROMETER |
static Unit<Length> |
UNITS.MICROMETRE |
static Unit<Pressure> |
UNITS.MICROPA
Deprecated.
Use
UNITS.MICROPASCAL instead. |
static Unit<Pressure> |
UNITS.MICROPASCAL |
static Unit<Time> |
UNITS.MICROS
Deprecated.
Use
UNITS.MICROSECOND instead. |
static Unit<Time> |
UNITS.MICROSECOND |
static Unit<ElectricPotential> |
UNITS.MICROV
Deprecated.
Use
UNITS.MICROVOLT instead. |
static Unit<ElectricPotential> |
UNITS.MICROVOLT |
static Unit<Power> |
UNITS.MICROW
Deprecated.
Use
UNITS.MICROWATT instead. |
static Unit<Power> |
UNITS.MICROWATT |
static Unit<Length> |
UNITS.MILE |
static Unit<Pressure> |
UNITS.MILLIBAR |
static Unit<Frequency> |
UNITS.MILLIHERTZ |
static Unit<Length> |
UNITS.MILLIMETER |
static Unit<Length> |
UNITS.MILLIMETRE |
static Unit<Pressure> |
UNITS.MILLIPASCAL |
static Unit<Time> |
UNITS.MILLISECOND |
static Unit<Pressure> |
UNITS.MILLITORR |
static Unit<ElectricPotential> |
UNITS.MILLIVOLT |
static Unit<Power> |
UNITS.MILLIWATT |
static Unit<Time> |
UNITS.MIN
Deprecated.
Use
UNITS.MINUTE instead. |
static Unit<Time> |
UNITS.MINUTE |
static Unit<Length> |
UNITS.MM
Deprecated.
Use
UNITS.MILLIMETRE instead. |
static Unit<Pressure> |
UNITS.MMHG |
static Unit<Pressure> |
UNITS.MPA
Deprecated.
Use
UNITS.MILLIPASCAL instead. |
static Unit<Time> |
UNITS.MS
Deprecated.
Use
UNITS.MILLISECOND instead. |
static Unit<Pressure> |
UNITS.MTORR
Deprecated.
Use
UNITS.MILLITORR instead. |
static Unit<ElectricPotential> |
UNITS.MV
Deprecated.
Use
UNITS.MILLIVOLT instead. |
static Unit<Power> |
UNITS.MW
Deprecated.
Use
UNITS.MILLIWATT instead. |
static Unit<Frequency> |
UNITS.NANOHERTZ |
static Unit<Length> |
UNITS.NANOMETER |
static Unit<Length> |
UNITS.NANOMETRE |
static Unit<Pressure> |
UNITS.NANOPASCAL |
static Unit<Time> |
UNITS.NANOSECOND |
static Unit<ElectricPotential> |
UNITS.NANOVOLT |
static Unit<Power> |
UNITS.NANOWATT |
static Unit<Frequency> |
UNITS.NHZ
Deprecated.
Use
UNITS.NANOHERTZ instead. |
static Unit<Length> |
UNITS.NM
Deprecated.
Use
UNITS.NANOMETRE instead. |
static Unit<Pressure> |
UNITS.NPA
Deprecated.
Use
UNITS.NANOPASCAL instead. |
static Unit<Time> |
UNITS.NS
Deprecated.
Use
UNITS.NANOSECOND instead. |
static Unit<ElectricPotential> |
UNITS.NV
Deprecated.
Use
UNITS.NANOVOLT instead. |
static Unit<Power> |
UNITS.NW
Deprecated.
Use
UNITS.NANOWATT instead. |
static Unit<Pressure> |
UNITS.PA
Deprecated.
Use
UNITS.PASCAL instead. |
static Unit<Length> |
UNITS.PARSEC |
static Unit<Pressure> |
UNITS.PASCAL |
static Unit<Length> |
UNITS.PC
Deprecated.
Use
UNITS.PARSEC instead. |
static Unit<Frequency> |
UNITS.PETAHERTZ |
static Unit<Frequency> |
UNITS.PETAHZ
Deprecated.
Use
UNITS.PETAHERTZ instead. |
static Unit<Length> |
UNITS.PETAM
Deprecated.
Use
UNITS.PETAMETRE instead. |
static Unit<Length> |
UNITS.PETAMETER |
static Unit<Length> |
UNITS.PETAMETRE |
static Unit<Pressure> |
UNITS.PETAPA
Deprecated.
Use
UNITS.PETAPASCAL instead. |
static Unit<Pressure> |
UNITS.PETAPASCAL |
static Unit<Time> |
UNITS.PETAS
Deprecated.
Use
UNITS.PETASECOND instead. |
static Unit<Time> |
UNITS.PETASECOND |
static Unit<ElectricPotential> |
UNITS.PETAV
Deprecated.
Use
UNITS.PETAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.PETAVOLT |
static Unit<Power> |
UNITS.PETAW
Deprecated.
Use
UNITS.PETAWATT instead. |
static Unit<Power> |
UNITS.PETAWATT |
static Unit<Frequency> |
UNITS.PHZ
Deprecated.
Use
UNITS.PICOHERTZ instead. |
static Unit<Frequency> |
UNITS.PICOHERTZ |
static Unit<Length> |
UNITS.PICOMETER |
static Unit<Length> |
UNITS.PICOMETRE |
static Unit<Pressure> |
UNITS.PICOPASCAL |
static Unit<Time> |
UNITS.PICOSECOND |
static Unit<ElectricPotential> |
UNITS.PICOVOLT |
static Unit<Power> |
UNITS.PICOWATT |
static Unit<Length> |
UNITS.PIXEL |
static Unit<Length> |
UNITS.PM
Deprecated.
Use
UNITS.PICOMETRE instead. |
static Unit<Length> |
UNITS.POINT |
static Unit<Pressure> |
UNITS.PPA
Deprecated.
Use
UNITS.PICOPASCAL instead. |
static Unit<Time> |
UNITS.PS
Deprecated.
Use
UNITS.PICOSECOND instead. |
static Unit<Pressure> |
UNITS.PSI |
static Unit<Length> |
UNITS.PT
Deprecated.
Use
UNITS.POINT instead. |
static Unit<ElectricPotential> |
UNITS.PV
Deprecated.
Use
UNITS.PICOVOLT instead. |
static Unit<Power> |
UNITS.PW
Deprecated.
Use
UNITS.PICOWATT instead. |
static Unit<Angle> |
UNITS.RAD
Deprecated.
Use
UNITS.RADIAN instead. |
static Unit<Angle> |
UNITS.RADIAN |
static Unit<Temperature> |
UNITS.RANKINE |
static Unit<Length> |
UNITS.REFERENCEFRAME |
static Unit<Time> |
UNITS.S
Deprecated.
Use
UNITS.SECOND instead. |
static Unit<Time> |
UNITS.SECOND |
static Unit<Frequency> |
UNITS.TERAHERTZ |
static Unit<Frequency> |
UNITS.TERAHZ
Deprecated.
Use
UNITS.TERAHERTZ instead. |
static Unit<Length> |
UNITS.TERAM
Deprecated.
Use
UNITS.TERAMETRE instead. |
static Unit<Length> |
UNITS.TERAMETER |
static Unit<Length> |
UNITS.TERAMETRE |
static Unit<Pressure> |
UNITS.TERAPA
Deprecated.
Use
UNITS.TERAPASCAL instead. |
static Unit<Pressure> |
UNITS.TERAPASCAL |
static Unit<Time> |
UNITS.TERAS
Deprecated.
Use
UNITS.TERASECOND instead. |
static Unit<Time> |
UNITS.TERASECOND |
static Unit<ElectricPotential> |
UNITS.TERAV
Deprecated.
Use
UNITS.TERAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.TERAVOLT |
static Unit<Power> |
UNITS.TERAW
Deprecated.
Use
UNITS.TERAWATT instead. |
static Unit<Power> |
UNITS.TERAWATT |
static Unit<Length> |
UNITS.THOU |
static Unit<Pressure> |
UNITS.TORR |
static Unit<Length> |
UNITS.UA
Deprecated.
Use
UNITS.ASTRONOMICALUNIT instead. |
static Unit<ElectricPotential> |
UNITS.V
Deprecated.
Use
UNITS.VOLT instead. |
static Unit<ElectricPotential> |
UNITS.VOLT |
static Unit<Power> |
UNITS.W
Deprecated.
Use
UNITS.WATT instead. |
static Unit<Power> |
UNITS.WATT |
static Unit<Length> |
UNITS.YARD |
static Unit<Length> |
UNITS.YD
Deprecated.
Use
UNITS.YARD instead. |
static Unit<Frequency> |
UNITS.YHZ
Deprecated.
Use
UNITS.YOCTOHERTZ instead. |
static Unit<Length> |
UNITS.YM
Deprecated.
Use
UNITS.YOCTOMETRE instead. |
static Unit<Frequency> |
UNITS.YOCTOHERTZ |
static Unit<Length> |
UNITS.YOCTOMETER |
static Unit<Length> |
UNITS.YOCTOMETRE |
static Unit<Pressure> |
UNITS.YOCTOPASCAL |
static Unit<Time> |
UNITS.YOCTOSECOND |
static Unit<ElectricPotential> |
UNITS.YOCTOVOLT |
static Unit<Power> |
UNITS.YOCTOWATT |
static Unit<Frequency> |
UNITS.YOTTAHERTZ |
static Unit<Frequency> |
UNITS.YOTTAHZ
Deprecated.
Use
UNITS.YOTTAHERTZ instead. |
static Unit<Length> |
UNITS.YOTTAM
Deprecated.
Use
UNITS.YOTTAMETRE instead. |
static Unit<Length> |
UNITS.YOTTAMETER |
static Unit<Length> |
UNITS.YOTTAMETRE |
static Unit<Pressure> |
UNITS.YOTTAPA
Deprecated.
Use
UNITS.YOTTAPASCAL instead. |
static Unit<Pressure> |
UNITS.YOTTAPASCAL |
static Unit<Time> |
UNITS.YOTTAS
Deprecated.
Use
UNITS.YOTTASECOND instead. |
static Unit<Time> |
UNITS.YOTTASECOND |
static Unit<ElectricPotential> |
UNITS.YOTTAV
Deprecated.
Use
UNITS.YOTTAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.YOTTAVOLT |
static Unit<Power> |
UNITS.YOTTAW
Deprecated.
Use
UNITS.YOTTAWATT instead. |
static Unit<Power> |
UNITS.YOTTAWATT |
static Unit<Pressure> |
UNITS.YPA
Deprecated.
Use
UNITS.YOCTOPASCAL instead. |
static Unit<Time> |
UNITS.YS
Deprecated.
Use
UNITS.YOCTOSECOND instead. |
static Unit<ElectricPotential> |
UNITS.YV
Deprecated.
Use
UNITS.YOCTOVOLT instead. |
static Unit<Power> |
UNITS.YW
Deprecated.
Use
UNITS.YOCTOWATT instead. |
static Unit<Frequency> |
UNITS.ZEPTOHERTZ |
static Unit<Length> |
UNITS.ZEPTOMETER |
static Unit<Length> |
UNITS.ZEPTOMETRE |
static Unit<Pressure> |
UNITS.ZEPTOPASCAL |
static Unit<Time> |
UNITS.ZEPTOSECOND |
static Unit<ElectricPotential> |
UNITS.ZEPTOVOLT |
static Unit<Power> |
UNITS.ZEPTOWATT |
static Unit<Frequency> |
UNITS.ZETTAHERTZ |
static Unit<Frequency> |
UNITS.ZETTAHZ
Deprecated.
Use
UNITS.ZETTAHERTZ instead. |
static Unit<Length> |
UNITS.ZETTAM
Deprecated.
Use
UNITS.ZETTAMETRE instead. |
static Unit<Length> |
UNITS.ZETTAMETER |
static Unit<Length> |
UNITS.ZETTAMETRE |
static Unit<Pressure> |
UNITS.ZETTAPA
Deprecated.
Use
UNITS.ZETTAPASCAL instead. |
static Unit<Pressure> |
UNITS.ZETTAPASCAL |
static Unit<Time> |
UNITS.ZETTAS
Deprecated.
Use
UNITS.ZETTASECOND instead. |
static Unit<Time> |
UNITS.ZETTASECOND |
static Unit<ElectricPotential> |
UNITS.ZETTAV
Deprecated.
Use
UNITS.ZETTAVOLT instead. |
static Unit<ElectricPotential> |
UNITS.ZETTAVOLT |
static Unit<Power> |
UNITS.ZETTAW
Deprecated.
Use
UNITS.ZETTAWATT instead. |
static Unit<Power> |
UNITS.ZETTAWATT |
static Unit<Frequency> |
UNITS.ZHZ
Deprecated.
Use
UNITS.ZEPTOHERTZ instead. |
static Unit<Length> |
UNITS.ZM
Deprecated.
Use
UNITS.ZEPTOMETRE instead. |
static Unit<Pressure> |
UNITS.ZPA
Deprecated.
Use
UNITS.ZEPTOPASCAL instead. |
static Unit<Time> |
UNITS.ZS
Deprecated.
Use
UNITS.ZEPTOSECOND instead. |
static Unit<ElectricPotential> |
UNITS.ZV
Deprecated.
Use
UNITS.ZEPTOVOLT instead. |
static Unit<Power> |
UNITS.ZW
Deprecated.
Use
UNITS.ZEPTOWATT instead. |
Modifier and Type | Method and Description |
---|---|
static <T extends Quantity> |
UNITS.ATTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.CENTI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.DECA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.DECI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.EXA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.FEMTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.GIGA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.HECTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.KILO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MEGA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MICRO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MILLI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.NANO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.PETA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.PICO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.TERA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.YOCTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.YOTTA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.ZEPTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.ZETTA(Unit<T> inUnit) |
Modifier and Type | Method and Description |
---|---|
static <T extends Quantity> |
UNITS.ATTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.CENTI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.DECA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.DECI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.EXA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.FEMTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.GIGA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.HECTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.KILO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MEGA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MICRO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MILLI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.NANO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.PETA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.PICO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.TERA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.YOCTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.YOTTA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.ZEPTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.ZETTA(Unit<T> inUnit) |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<ElectricPotential> |
ElectricPotential.unit
Unit type of this quantity.
|
(package private) Unit<Length> |
Length.unit
Unit type of this quantity.
|
(package private) Unit<Power> |
Power.unit
Unit type of this quantity.
|
(package private) Unit<Time> |
Time.unit
Unit type of this quantity.
|
(package private) Unit<Angle> |
Angle.unit
Unit type of this quantity.
|
(package private) Unit<Temperature> |
Temperature.unit
Unit type of this quantity.
|
(package private) Unit<Pressure> |
Pressure.unit
Unit type of this quantity.
|
(package private) Unit<Frequency> |
Frequency.unit
Unit type of this quantity.
|
Modifier and Type | Method and Description |
---|---|
Unit<ElectricPotential> |
ElectricPotential.unit() |
Unit<Length> |
Length.unit() |
Unit<Power> |
Power.unit() |
Unit<Time> |
Time.unit() |
abstract Unit<? extends Quantity> |
Quantity.unit()
Get the unit for this quantity.
|
Unit<Angle> |
Angle.unit() |
Unit<Temperature> |
Temperature.unit() |
Unit<Pressure> |
Pressure.unit() |
Unit<Frequency> |
Frequency.unit() |
Modifier and Type | Method and Description |
---|---|
Number |
Angle.value(Unit<Angle> inUnit)
Perform a unit conversion.
|
Number |
ElectricPotential.value(Unit<ElectricPotential> inUnit)
Perform a unit conversion.
|
Number |
Frequency.value(Unit<Frequency> inUnit)
Perform a unit conversion.
|
Number |
Length.value(Unit<Length> inUnit)
Perform a unit conversion.
|
Number |
Power.value(Unit<Power> inUnit)
Perform a unit conversion.
|
Number |
Pressure.value(Unit<Pressure> inUnit)
Perform a unit conversion.
|
Number |
Temperature.value(Unit<Temperature> inUnit)
Perform a unit conversion.
|
Number |
Time.value(Unit<Time> inUnit)
Perform a unit conversion.
|
Constructor and Description |
---|
Angle(Number inValue,
Unit<Angle> inUnit)
Create an Angle.
|
ElectricPotential(Number inValue,
Unit<ElectricPotential> inUnit)
Create an ElectricPotential.
|
Frequency(Number inValue,
Unit<Frequency> inUnit)
Create a Frequency.
|
Length(Number inValue,
Unit<Length> inUnit)
Create a Length.
|
Power(Number inValue,
Unit<Power> inUnit)
Create a Power.
|
Pressure(Number inValue,
Unit<Pressure> inUnit)
Create an Angle.
|
Temperature(Number inValue,
Unit<Temperature> inUnit)
Create an Temperature.
|
Time(Number inValue,
Unit<Time> inUnit)
Create an Time.
|
Modifier and Type | Method and Description |
---|---|
Unit<Q> |
Unit.add(Double scalar)
Increase the scaling offset in this unit by a scalar.
|
Unit<Q> |
Unit.add(Integer scalar)
Increase the scaling offset in this unit by a scalar.
|
static <Q extends Quantity> |
Unit.CreateBaseUnit(String inMeasurementSystem,
String inSymbol)
Create the "base unit" for a given measurement system.
|
Unit<Q> |
Unit.divide(Double scalar)
Divide the scaling conversion factor in this unit by a scalar.
|
Unit<Q> |
Unit.divide(Integer scalar)
Divide the scaling conversion factor in this unit by a scalar.
|
Unit<Q> |
Unit.multiply(Double scalar)
Multiply the scaling conversion factor in this unit by a scalar.
|
Unit<Q> |
Unit.multiply(Integer scalar)
Multiply the scaling conversion factor in this unit by a scalar.
|
Unit<Q> |
Unit.prefixSymbol(String prefix)
Add a prefix to the unit symbol in this unit.
|
Unit<Q> |
Unit.setSymbol(String inSymbol)
Change the unit symbol in this unit.
|
Modifier and Type | Method and Description |
---|---|
Double |
Unit.convertValue(Number inValue,
Unit<Q> inUnit)
Convert a value in this unit to the specified unit.
|
Boolean |
Unit.isConvertible(Unit<Q> inUnit)
Check if this unit is convertible to another unit.
|
Modifier and Type | Method and Description |
---|---|
static Unit<ElectricPotential> |
UnitsElectricPotentialEnumHandler.getBaseUnit(UnitsElectricPotential inModelUnit) |
static Unit<Frequency> |
UnitsFrequencyEnumHandler.getBaseUnit(UnitsFrequency inModelUnit) |
static Unit<Length> |
UnitsLengthEnumHandler.getBaseUnit(UnitsLength inModelUnit) |
static Unit<Power> |
UnitsPowerEnumHandler.getBaseUnit(UnitsPower inModelUnit) |
static Unit<Pressure> |
UnitsPressureEnumHandler.getBaseUnit(UnitsPressure inModelUnit) |
static Unit<Temperature> |
UnitsTemperatureEnumHandler.getBaseUnit(UnitsTemperature inModelUnit) |
static Unit<Time> |
UnitsTimeEnumHandler.getBaseUnit(UnitsTime inModelUnit) |
Copyright © 2016 Open Microscopy Environment