Package org.aoju.bus.image.nimble.codec
Class ImageDescriptor
java.lang.Object
org.aoju.bus.image.nimble.codec.ImageDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionImageDescriptor(Attributes attrs) ImageDescriptor(Attributes attrs, int bitsCompressed) -
Method Summary
-
Constructor Details
-
ImageDescriptor
-
ImageDescriptor
-
-
Method Details
-
getRows
public int getRows() -
getColumns
public int getColumns() -
getSamples
public int getSamples() -
getPhotometric
-
getBitsAllocated
public int getBitsAllocated() -
getBitsStored
public int getBitsStored() -
getBitsCompressed
public int getBitsCompressed() -
getPixelRepresentation
public int getPixelRepresentation() -
getPlanarConfiguration
public int getPlanarConfiguration() -
getSopClassUID
-
getBodyPartExamined
-
getFrames
public int getFrames() -
isMultiframe
public boolean isMultiframe() -
getFrameLength
public int getFrameLength() -
getLength
public int getLength() -
isSigned
public boolean isSigned() -
isBanded
public boolean isBanded() -
getEmbeddedOverlays
public int[] getEmbeddedOverlays() -
isMultiframeWithEmbeddedOverlays
public boolean isMultiframeWithEmbeddedOverlays()
-