Package | Description |
---|---|
org.dcm4che3.image |
This package is part of the Maven module dcm4che-image.
|
org.dcm4che3.imageio.codec |
This package is part of the Maven module dcm4che-imageio.
|
org.dcm4che3.imageio.plugins.dcm |
This package is contained in the Maven module dcm4che3-imageio.
|
Modifier and Type | Method and Description |
---|---|
PhotometricInterpretation |
PhotometricInterpretation.decompress() |
static PhotometricInterpretation |
PhotometricInterpretation.fromString(String s) |
static PhotometricInterpretation |
PhotometricInterpretation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhotometricInterpretation[] |
PhotometricInterpretation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private PhotometricInterpretation |
ImageParams.pmi |
Modifier and Type | Field and Description |
---|---|
(package private) EnumSet<PhotometricInterpretation> |
CompressionRule.Condition.pmis |
Modifier and Type | Method and Description |
---|---|
PhotometricInterpretation |
TransferSyntaxType.compress(PhotometricInterpretation pmi) |
PhotometricInterpretation |
ImageParams.getPhotometricInterpretation() |
PhotometricInterpretation[] |
CompressionRule.getPhotometricInterpretations() |
(package private) PhotometricInterpretation[] |
CompressionRule.Condition.getPhotometricInterpretations() |
Modifier and Type | Method and Description |
---|---|
EnumSet<PhotometricInterpretation> |
CompressionRule.Condition.getPmis() |
Modifier and Type | Method and Description |
---|---|
PhotometricInterpretation |
TransferSyntaxType.compress(PhotometricInterpretation pmi) |
CompressionRule |
CompressionRules.findCompressionRule(String aeTitle,
PhotometricInterpretation pmi,
int bitsStored,
int pixelRepresentation,
String sopClass,
String[] imgTypes,
String bodyPart) |
boolean |
CompressionRule.Condition.matches(PhotometricInterpretation pmi,
int bitsStored,
int pixelRepresentation,
String aeTitle,
String sopClass,
String[] imgTypes,
String bodyPart) |
boolean |
CompressionRule.matchesCondition(PhotometricInterpretation pmi,
int bitsStored,
int pixelRepresentation,
String aeTitle,
String sopClass,
String[] imgTypes,
String bodyPart) |
Modifier and Type | Method and Description |
---|---|
void |
CompressionRule.Condition.setPmis(EnumSet<PhotometricInterpretation> pmis) |
Modifier and Type | Field and Description |
---|---|
private PhotometricInterpretation |
DicomImageReader.pmi |
Copyright © 2017 dcm4che.org. All rights reserved.