Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.scale
Enum ScaleType

java.lang.Object
  src.groovy.pl.burningice.plugins.image.engines.scale.ScaleType

enum ScaleType

Specify scale type provided by BI

author:
Pawel Gdula


Enum Constant Summary
ACCURATE

APPROXIMATE

Specify scale type provided by BI

 
Method Summary
ScaleType valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

ScaleType[] 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

ACCURATE

ScaleType ACCURATE


APPROXIMATE

ScaleType APPROXIMATE
Specify scale type provided by BI
author:
Pawel Gdula


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation