Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines
Enum RenderingEngine

java.lang.Object
  src.groovy.pl.burningice.plugins.image.engines.RenderingEngine

enum RenderingEngine

Specify rendering engines that can be used with BI

author:
pawel.gdula@burningice.pl


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

IMAGE_MAGICK

RenderingEngine IMAGE_MAGICK


JAI

RenderingEngine JAI
Specify rendering engines that can be used with BI
author:
pawel.gdula@burningice.pl


 
Method Detail

valueOf

RenderingEngine valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

RenderingEngine[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation