|
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.scale.ScaleType
enum ScaleType
Specify scale type provided by BI
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 |
---|
ScaleType ACCURATE
ScaleType APPROXIMATE
Method Detail |
---|
ScaleType valueOf(java.lang.String name)
ScaleType[] values()
Groovy Documentation