|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<CompressionType>
net.sf.jcgm.core.CompressionType
public enum CompressionType
Compression types. Source: INTERNATIONAL REGISTER OF ITEMS - Compression Type Section
| Enum Constant Summary | |
|---|---|
BASELINE_JPEG
|
|
BITMAP
Bitmap (uncompressed) |
|
LZW
|
|
NULL_BACKGROUND
|
|
NULL_FOREGROUND
|
|
PNG
PNG Compression Method 0 |
|
RUN_LENGTH
|
|
T4_1
T4 1-dimension |
|
T4_2
T4 2-dimension |
|
T6
|
|
| Method Summary | |
|---|---|
static CompressionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompressionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CompressionType NULL_BACKGROUND
public static final CompressionType NULL_FOREGROUND
public static final CompressionType T6
public static final CompressionType T4_1
public static final CompressionType T4_2
public static final CompressionType BITMAP
public static final CompressionType RUN_LENGTH
public static final CompressionType BASELINE_JPEG
public static final CompressionType LZW
public static final CompressionType PNG
| Method Detail |
|---|
public static CompressionType[] values()
for (CompressionType c : CompressionType.values()) System.out.println(c);
public static CompressionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||