public static enum TiffExportOptions.PixelFormatEnum extends Enum<TiffExportOptions.PixelFormatEnum>
Modifier and Type | Class and Description |
---|---|
static class |
TiffExportOptions.PixelFormatEnum.Adapter |
Enum Constant and Description |
---|
FORMAT1BPPINDEXED |
FORMAT24BPPRGB |
FORMAT32BPPARGB |
FORMAT4BPPINDEXED |
FORMAT8BPPINDEXED |
Modifier and Type | Method and Description |
---|---|
static TiffExportOptions.PixelFormatEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TiffExportOptions.PixelFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffExportOptions.PixelFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiffExportOptions.PixelFormatEnum FORMAT1BPPINDEXED
public static final TiffExportOptions.PixelFormatEnum FORMAT4BPPINDEXED
public static final TiffExportOptions.PixelFormatEnum FORMAT8BPPINDEXED
public static final TiffExportOptions.PixelFormatEnum FORMAT24BPPRGB
public static final TiffExportOptions.PixelFormatEnum FORMAT32BPPARGB
public static TiffExportOptions.PixelFormatEnum[] values()
for (TiffExportOptions.PixelFormatEnum c : TiffExportOptions.PixelFormatEnum.values()) System.out.println(c);
public static TiffExportOptions.PixelFormatEnum 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 String getValue()
public String toString()
toString
in class Enum<TiffExportOptions.PixelFormatEnum>
public static TiffExportOptions.PixelFormatEnum fromValue(String text)
Copyright © 2023. All rights reserved.