|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.AFPShadingMode
Enumeration class for the AFP shading mode.
Field Summary | |
static AFPShadingMode |
COLOR
the color mode (the default) |
static AFPShadingMode |
DITHERED
the dithered mode |
Method Summary | |
java.lang.String |
getName()
|
java.lang.String |
toString()
|
static AFPShadingMode |
valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AFPShadingMode COLOR
public static final AFPShadingMode DITHERED
Method Detail |
public java.lang.String getName()
public static AFPShadingMode valueOf(java.lang.String name)
name
- the name of the enumeration value
public java.lang.String toString()
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |