| Modifier and Type | Method and Description |
|---|---|
FlattenerGrayCompression |
FlattenTransparencyParams.getGrayCompressionScheme()
The compression scheme used for flattened gray images.
|
static FlattenerGrayCompression |
FlattenerGrayCompression.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlattenerGrayCompression[] |
FlattenerGrayCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlattenTransparencyParams.setGrayCompressionScheme(FlattenerGrayCompression theScheme)
The compression scheme used for flattened gray images.
|