public final class AFPShadingMode
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static AFPShadingMode |
COLOR
the color mode (the default)
|
static AFPShadingMode |
DITHERED
the dithered mode
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
static AFPShadingMode |
valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.
|
public static final AFPShadingMode COLOR
public static final AFPShadingMode DITHERED
public java.lang.String getName()
public static AFPShadingMode valueOf(java.lang.String name)
name
- the name of the enumeration valuepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.