class ZeissTIFFHandler.Scaling extends Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
ZeissTIFFHandler.Scaling.Dimension
Scaling information for a single dimension.
|
Modifier and Type | Field and Description |
---|---|
(package private) Integer |
category |
(package private) Map<Integer,ZeissTIFFHandler.Scaling.Dimension> |
dims |
(package private) String |
key |
(package private) Map<Integer,Double> |
matrix |
(package private) ZeissTIFFHandler.TagSet |
tagset |
Constructor and Description |
---|
ZeissTIFFHandler.Scaling() |
Modifier and Type | Method and Description |
---|---|
(package private) ZeissTIFFHandler.Scaling.Dimension |
getDimension(String key)
Get a dimension by its index.
|
String |
toString() |
String key
Integer category
Map<Integer,ZeissTIFFHandler.Scaling.Dimension> dims
ZeissTIFFHandler.TagSet tagset
ZeissTIFFHandler.Scaling.Dimension getDimension(String key)
key
- An XML element name. The index number will be parsed
from this name.Copyright © 2016 Open Microscopy Environment