public class Dimension
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Dimension.DimensionKey |
Modifier and Type | Field and Description |
---|---|
long |
bytesInc |
int |
frameIndex |
Dimension.DimensionKey |
key |
private java.lang.Double |
length |
private static long |
METER_MULTIPLY |
private java.lang.Double |
offByOneLength |
boolean |
oldPhysicalSize |
int |
size |
java.lang.String |
unit |
Modifier | Constructor and Description |
---|---|
private |
Dimension() |
|
Dimension(Dimension.DimensionKey key,
int size,
long bytesInc,
java.lang.String unit,
java.lang.Double length,
boolean oldPhysicalSize) |
Modifier and Type | Method and Description |
---|---|
static Dimension |
createChannelDimension(int channelNumber,
long bytesInc) |
java.lang.Double |
getLength() |
void |
setLength(java.lang.Double length) |
public Dimension.DimensionKey key
public int size
public long bytesInc
public java.lang.String unit
private java.lang.Double length
private java.lang.Double offByOneLength
public boolean oldPhysicalSize
public int frameIndex
private static final long METER_MULTIPLY
public Dimension(Dimension.DimensionKey key, int size, long bytesInc, java.lang.String unit, java.lang.Double length, boolean oldPhysicalSize)
private Dimension()
public static Dimension createChannelDimension(int channelNumber, long bytesInc)
public void setLength(java.lang.Double length)
public java.lang.Double getLength()
Copyright © 2024 Open Microscopy Environment