Enumeration of different image filters. This enum class should be used, whenever a imaging filters needs to be described. Every filter needs to have a meaningful and descriptive label. Abbreviations are discouraged. @since: 1.10.0 @author: Jennifer Bödker
Enum constant | Description |
---|---|
BEAMLP |
|
BEAMPOLARIZING |
|
BEAMSP |
|
EMISSION510LP |
|
EMISSION550BP |
|
EMISSION580LP |
|
EMISSION600BP |
|
UNKNOWN |
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Contains the String representation of a filter item. |
Constructor and description |
---|
private Filter
(java.lang.String value) Enumeration of different image filters. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getValue() The string representation of the filter item. |
|
java.lang.String |
toString() The toString() method is overridden to return the String
representation of a filter item. |
null |
Filter |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
Filter[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Contains the String representation of a filter item.
Enumeration of different image filters.
value
- Filter.valueThe string representation of the filter item.
The toString()
method is overridden to return the String
representation of a filter item. This is equivalent
to the getValue()
return value.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
Groovy Documentation