public static enum AFPRendererConfig.ImagesModeOptions extends Enum<AFPRendererConfig.ImagesModeOptions>
Enum Constant and Description |
---|
MODE_COLOR |
MODE_GRAYSCALE |
Modifier and Type | Method and Description |
---|---|
static AFPRendererConfig.ImagesModeOptions |
forName(String name) |
String |
getModeAttribute() |
String |
getName() |
static AFPRendererConfig.ImagesModeOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AFPRendererConfig.ImagesModeOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFPRendererConfig.ImagesModeOptions MODE_GRAYSCALE
public static final AFPRendererConfig.ImagesModeOptions MODE_COLOR
public static AFPRendererConfig.ImagesModeOptions[] values()
for (AFPRendererConfig.ImagesModeOptions c : AFPRendererConfig.ImagesModeOptions.values()) System.out.println(c);
public static AFPRendererConfig.ImagesModeOptions 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 getName()
public String getModeAttribute()
public static AFPRendererConfig.ImagesModeOptions forName(String name)
Copyright © 2025 Apache Software Foundation. All rights reserved.