public enum TransferSyntaxType extends Enum<TransferSyntaxType>
| Enum Constant and Description |
|---|
DEFLATED |
JPEG_2000 |
JPEG_BASELINE |
JPEG_EXTENDED |
JPEG_LOSSLESS |
JPEG_LS |
JPEG_PROGRESSIVE |
JPEG_SPECTRAL |
JPIP |
MPEG |
NATIVE |
RLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
adjustBitsStoredTo12(Attributes attrs) |
boolean |
canEncodeSigned() |
static TransferSyntaxType |
forUID(String uid) |
int |
getMaxBitsStored() |
int |
getPlanarConfiguration() |
static boolean |
isLossyCompression(String uid) |
boolean |
isPixeldataEncapsulated() |
static boolean |
isYBRCompression(String uid) |
boolean |
mayFrameSpanMultipleFragments() |
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_SPECTRAL
public static final TransferSyntaxType JPEG_PROGRESSIVE
public static final TransferSyntaxType JPEG_LOSSLESS
public static final TransferSyntaxType JPEG_LS
public static final TransferSyntaxType JPEG_2000
public static final TransferSyntaxType RLE
public static final TransferSyntaxType JPIP
public static final TransferSyntaxType MPEG
public static final TransferSyntaxType DEFLATED
public static final TransferSyntaxType UNKNOWN
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 static TransferSyntaxType forUID(String uid)
public static boolean isLossyCompression(String uid)
public static boolean isYBRCompression(String uid)
public boolean isPixeldataEncapsulated()
public boolean canEncodeSigned()
public boolean mayFrameSpanMultipleFragments()
public int getPlanarConfiguration()
public int getMaxBitsStored()
public boolean adjustBitsStoredTo12(Attributes attrs)
Copyright © 2020. All rights reserved.