public enum FilterColorMatrixType extends Enum<FilterColorMatrixType> implements HasCSSName
Enum Constant and Description |
---|
HUE_ROTATE |
LUMINANCE_TO_ALPHA |
MATRIX |
SATURATE |
Modifier and Type | Method and Description |
---|---|
String |
css() |
static FilterColorMatrixType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterColorMatrixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterColorMatrixType MATRIX
public static final FilterColorMatrixType SATURATE
public static final FilterColorMatrixType HUE_ROTATE
public static final FilterColorMatrixType LUMINANCE_TO_ALPHA
public static FilterColorMatrixType[] values()
for (FilterColorMatrixType c : FilterColorMatrixType.values()) System.out.println(c);
public static FilterColorMatrixType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String css()
css
in interface HasCSSName
Copyright © 2018 Xalys. All rights reserved.