Uses of Class
mgui.util.Unit
Package | Description |
---|---|
mgui.geometry.util |
Uility classes for geometric operations.
|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
mgui.util |
-
Uses of Unit in mgui.geometry.util
Subclasses of Unit in mgui.geometry.util Modifier and Type Class Description class
SpatialUnit
Specifies a spatial unit, with respect to the default Java3D unit (meter).Methods in mgui.geometry.util with parameters of type Unit Modifier and Type Method Description double
SpatialUnit. convert(Unit unit, double value)
Convertsvalue
, specified withunit
, to its equivalent in thisUnit
. -
Uses of Unit in mgui.interfaces
Methods in mgui.interfaces that return Unit Modifier and Type Method Description static Unit
InterfaceEnvironment. getUnit(java.lang.String name)
Methods in mgui.interfaces that return types with arguments of type Unit Modifier and Type Method Description static java.util.ArrayList<Unit>
InterfaceEnvironment. getAllUnits()
-
Uses of Unit in mgui.interfaces.plots.sgt
-
Uses of Unit in mgui.util
Subclasses of Unit in mgui.util Modifier and Type Class Description class
ScaledUnit
Specifies a simple unit, scaled by a constant factor with respect to a base unit.Methods in mgui.util with parameters of type Unit Modifier and Type Method Description int
Unit. compareTo(Unit unit)
double
ScaledUnit. convert(Unit unit, double value)
Convertsvalue
, specified withunit
, to its equivalent in thisUnit
.abstract double
Unit. convert(Unit unit, double value)
Convertsvalue
, specified withunit
, to its equivalent in thisUnit
.