public class ImageParams extends Object
Modifier and Type | Field and Description |
---|---|
private int |
bitsAllocated |
private int |
bitsStored |
private int |
cols |
private int |
frameLength |
private int |
frames |
private int |
length |
private int |
pixelRepresentation |
private int |
planarConfiguration |
private PhotometricInterpretation |
pmi |
private int |
rows |
private int |
samples |
Constructor and Description |
---|
ImageParams(Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
void |
compress(Attributes attrs,
TransferSyntaxType tstype) |
void |
decompress(Attributes attrs,
TransferSyntaxType tstype) |
int |
getBitsAllocated() |
int |
getBitsStored() |
int |
getColumns() |
int |
getEncodedLength() |
int |
getFrameLength() |
int |
getFrames() |
int |
getLength() |
PhotometricInterpretation |
getPhotometricInterpretation() |
int |
getRows() |
int |
getSamples() |
boolean |
isBanded() |
boolean |
isSigned() |
boolean |
paddingNull() |
private final int rows
private final int cols
private final int samples
private final int pixelRepresentation
private final int bitsAllocated
private final int bitsStored
private final int frames
private final int frameLength
private final int length
private PhotometricInterpretation pmi
private int planarConfiguration
public ImageParams(Attributes attrs)
public int getRows()
public int getColumns()
public int getSamples()
public int getBitsAllocated()
public int getBitsStored()
public int getFrameLength()
public int getLength()
public PhotometricInterpretation getPhotometricInterpretation()
public int getEncodedLength()
public boolean paddingNull()
public boolean isBanded()
public boolean isSigned()
public int getFrames()
public void decompress(Attributes attrs, TransferSyntaxType tstype)
public void compress(Attributes attrs, TransferSyntaxType tstype)
Copyright © 2017 dcm4che.org. All rights reserved.