|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.engines.RenderingEngine
enum RenderingEngine
Specify rendering engines that can be used with BI
Enum Constant Summary | |
---|---|
IMAGE_MAGICK
|
|
JAI
Specify rendering engines that can be used with BI |
Method Summary | |
---|---|
RenderingEngine
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
RenderingEngine[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
RenderingEngine IMAGE_MAGICK
RenderingEngine JAI
Method Detail |
---|
RenderingEngine valueOf(java.lang.String name)
RenderingEngine[] values()
Groovy Documentation