public enum TransferSyntaxType extends Enum<TransferSyntaxType>
Enum Constant and Description |
---|
JPEG_2000 |
JPEG_2000_LOSSLESS |
JPEG_BASELINE |
JPEG_EXTENDED |
JPEG_LOSSLESS |
JPIP |
MPEG |
NATIVE |
RLE |
Modifier and Type | Field and Description |
---|---|
private static HashMap<String,TransferSyntaxType> |
map |
Modifier and Type | Method and Description |
---|---|
boolean |
canEncodeSigned() |
PhotometricInterpretation |
compress(PhotometricInterpretation pmi) |
static TransferSyntaxType |
forUID(String uid) |
int |
getMaxBitsStored() |
int |
getPlanarConfiguration() |
boolean |
isPixeldataEncapsulated() |
static TransferSyntaxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferSyntaxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferSyntaxType NATIVE
public static final TransferSyntaxType JPEG_BASELINE
public static final TransferSyntaxType JPEG_EXTENDED
public static final TransferSyntaxType JPEG_LOSSLESS
public static final TransferSyntaxType JPEG_2000
public static final TransferSyntaxType JPEG_2000_LOSSLESS
public static final TransferSyntaxType RLE
public static final TransferSyntaxType JPIP
public static final TransferSyntaxType MPEG
private static final HashMap<String,TransferSyntaxType> map
public static TransferSyntaxType[] values()
for (TransferSyntaxType c : TransferSyntaxType.values()) System.out.println(c);
public static TransferSyntaxType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isPixeldataEncapsulated()
public boolean canEncodeSigned()
public int getPlanarConfiguration()
public int getMaxBitsStored()
public PhotometricInterpretation compress(PhotometricInterpretation pmi)
public static TransferSyntaxType forUID(String uid)
Copyright © 2017 dcm4che.org. All rights reserved.