| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _UDFSCALE_SAME_SIZE
Integer value of enum value "UDFSCALE_SAME_SIZE" Scale the dimension values so that the UDF becomes the same size as in the definition. |
| static final UDFScaleType | UDFSCALE_SAME_SIZE
Object value of enum value "UDFSCALE_SAME_SIZE" Scale the dimension values so that the UDF becomes the same size as in the definition. |
| static final int | _UDFSCALE_SAME_DIMS
Integer value of enum value "UDFSCALE_SAME_DIMS" Use the values of the dimensions defined in the UDF. |
| static final UDFScaleType | UDFSCALE_SAME_DIMS
Object value of enum value "UDFSCALE_SAME_DIMS" Use the values of the dimensions defined in the UDF. |
| static final int | _UDFSCALE_CUSTOM
Integer value of enum value "UDFSCALE_CUSTOM" Use the scale field in the UDFCustomCreateInstructions . |
| static final UDFScaleType | UDFSCALE_CUSTOM
Object value of enum value "UDFSCALE_CUSTOM" Use the scale field in the UDFCustomCreateInstructions . |
| static final int | _UDFScaleType_null
Enum null value. |
| Method Summary | |
|---|---|
| static UDFScaleType | FromInt
(int value)
Creates enum object from an integer. |
| static UDFScaleType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static UDFScaleType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static UDFScaleType | FromInt | (Integer value) |
Creates enum object from an integer object.
|