public final class ImageDescriptor extends Object
| Constructor and Description |
|---|
ImageDescriptor(Attributes attrs) |
ImageDescriptor(Attributes attrs,
int bitsCompressed) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsAllocated() |
int |
getBitsCompressed() |
int |
getBitsStored() |
String |
getBodyPartExamined() |
int |
getColumns() |
int[] |
getEmbeddedOverlays() |
int |
getFrameLength() |
int |
getFrames() |
int |
getLength() |
Photometric |
getPhotometric() |
int |
getPixelRepresentation() |
int |
getPlanarConfiguration() |
int |
getRows() |
int |
getSamples() |
String |
getSopClassUID() |
boolean |
isBanded() |
boolean |
isMultiframe() |
boolean |
isMultiframeWithEmbeddedOverlays() |
boolean |
isSigned() |
public ImageDescriptor(Attributes attrs)
public ImageDescriptor(Attributes attrs, int bitsCompressed)
public int getRows()
public int getColumns()
public int getSamples()
public Photometric getPhotometric()
public int getBitsAllocated()
public int getBitsStored()
public int getBitsCompressed()
public int getPixelRepresentation()
public int getPlanarConfiguration()
public String getSopClassUID()
public String getBodyPartExamined()
public int getFrames()
public boolean isMultiframe()
public int getFrameLength()
public int getLength()
public boolean isSigned()
public boolean isBanded()
public int[] getEmbeddedOverlays()
public boolean isMultiframeWithEmbeddedOverlays()
Copyright © 2021. All rights reserved.