| Package | Description | 
|---|---|
| icy.gui.sequence | 
 Contains all Sequence related graphic components and tools 
 | 
| icy.math | 
 Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...) 
 | 
| icy.sequence | 
 Contains Icy Sequence structure definition and associated objects / tools. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UnitUtil.UnitPrefix | 
SequencePropertiesPanel.getPixelSizeXUnit()  | 
UnitUtil.UnitPrefix | 
SequencePropertiesPanel.getPixelSizeYUnit()  | 
UnitUtil.UnitPrefix | 
SequencePropertiesPanel.getPixelSizeZUnit()  | 
UnitUtil.UnitPrefix | 
SequencePropertiesPanel.getPositionXUnit()  | 
UnitUtil.UnitPrefix | 
SequencePropertiesPanel.getPositionYUnit()  | 
UnitUtil.UnitPrefix | 
SequencePropertiesPanel.getPositionZUnit()  | 
| Modifier and Type | Method and Description | 
|---|---|
static UnitUtil.UnitPrefix | 
UnitUtil.getBestUnit(double value,
                      UnitUtil.UnitPrefix currentUnit)
Get the best unit with the given value and  
UnitUtil.UnitPrefix. | 
static UnitUtil.UnitPrefix | 
UnitUtil.getBestUnit(double value,
                      UnitUtil.UnitPrefix currentUnit,
                      int dimension)
Get the best unit with the given value and  
UnitUtil.UnitPrefix. | 
static UnitUtil.UnitPrefix | 
UnitUtil.UnitPrefix.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UnitUtil.UnitPrefix[] | 
UnitUtil.UnitPrefix.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UnitUtil.UnitPrefix | 
UnitUtil.getBestUnit(double value,
                      UnitUtil.UnitPrefix currentUnit)
Get the best unit with the given value and  
UnitUtil.UnitPrefix. | 
static UnitUtil.UnitPrefix | 
UnitUtil.getBestUnit(double value,
                      UnitUtil.UnitPrefix currentUnit,
                      int dimension)
Get the best unit with the given value and  
UnitUtil.UnitPrefix. | 
static java.lang.String | 
UnitUtil.getBestUnitInMeters(double value,
                                      int decimals,
                                      UnitUtil.UnitPrefix currentUnit)
This method returns a string containing the value rounded to a specified
 number of decimals and its best unit prefix. 
 | 
static double | 
UnitUtil.getValueInUnit(double value,
                            UnitUtil.UnitPrefix currentUnit,
                            UnitUtil.UnitPrefix wantedUnit)
Return the value from a specific unit to another unit. 
 | 
static double | 
UnitUtil.getValueInUnit(double value,
                            UnitUtil.UnitPrefix currentUnit,
                            UnitUtil.UnitPrefix wantedUnit,
                            int dimension)
Return the value from a specific unit to another unit. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UnitUtil.UnitPrefix | 
Sequence.getBestPixelSizeUnit(int dimCompute,
                                        int dimResult)
Returns the best pixel size unit for the specified dimension order given the sequence's pixel
 size informations. 
 |