Class Dimension
java.lang.Object
loci.formats.in.LeicaMicrosystemsMetadata.Dimension
This class represents image dimensions extracted from LMS image xmls.
- Author:
- Constanze Wendlandt constanze.wendlandt at leica-microsystems.com
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDimension(Dimension.DimensionKey key, int size, long bytesInc, String unit, Double length, boolean oldPhysicalSize) -
Method Summary
-
Field Details
-
key
-
size
public int size -
bytesInc
public long bytesInc -
unit
-
length
-
offByOneLength
-
oldPhysicalSize
public boolean oldPhysicalSize -
frameIndex
public int frameIndex -
METER_MULTIPLY
private static final long METER_MULTIPLY- See Also:
-
-
Constructor Details
-
Dimension
public Dimension(Dimension.DimensionKey key, int size, long bytesInc, String unit, Double length, boolean oldPhysicalSize) -
Dimension
private Dimension()
-
-
Method Details
-
createChannelDimension
-
setLength
-
getLength
-