public class SVGFEColorMatrixElement extends SVGElement implements SVGFilterPrimitiveStandardAttributes
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedLength |
height |
SVGAnimatedString |
in1 |
SVGAnimatedString |
result |
static double |
SVG_FECOLORMATRIX_TYPE_HUEROTATE |
static double |
SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA |
static double |
SVG_FECOLORMATRIX_TYPE_MATRIX |
static double |
SVG_FECOLORMATRIX_TYPE_SATURATE |
static double |
SVG_FECOLORMATRIX_TYPE_UNKNOWN |
SVGAnimatedEnumeration |
type |
SVGAnimatedNumberList |
values |
SVGAnimatedLength |
width |
SVGAnimatedLength |
x |
SVGAnimatedLength |
y |
className, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGFEColorMatrixElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedLength |
getHeight() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
SVGAnimatedString |
getResult() |
SVGAnimatedLength |
getWidth() |
SVGAnimatedLength |
getX() |
SVGAnimatedLength |
getY() |
void |
setClassName(SVGAnimatedString className) |
void |
setHeight(SVGAnimatedLength height) |
void |
setResult(SVGAnimatedString result) |
void |
setWidth(SVGAnimatedLength width) |
void |
setX(SVGAnimatedLength x) |
void |
setY(SVGAnimatedLength y) |
public static final double SVG_FECOLORMATRIX_TYPE_HUEROTATE
public static final double SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
public static final double SVG_FECOLORMATRIX_TYPE_MATRIX
public static final double SVG_FECOLORMATRIX_TYPE_SATURATE
public static final double SVG_FECOLORMATRIX_TYPE_UNKNOWN
public SVGAnimatedLength height
public SVGAnimatedString in1
public SVGAnimatedString result
public SVGAnimatedEnumeration type
public SVGAnimatedNumberList values
public SVGAnimatedLength width
public SVGAnimatedLength x
public SVGAnimatedLength y
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic SVGAnimatedLength getHeight()
getHeight in interface SVGFilterPrimitiveStandardAttributespublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic SVGAnimatedString getResult()
getResult in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getWidth()
getWidth in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getX()
getX in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getY()
getY in interface SVGFilterPrimitiveStandardAttributespublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setHeight(SVGAnimatedLength height)
setHeight in interface SVGFilterPrimitiveStandardAttributespublic void setResult(SVGAnimatedString result)
setResult in interface SVGFilterPrimitiveStandardAttributespublic void setWidth(SVGAnimatedLength width)
setWidth in interface SVGFilterPrimitiveStandardAttributespublic void setX(SVGAnimatedLength x)
setX in interface SVGFilterPrimitiveStandardAttributespublic void setY(SVGAnimatedLength y)
setY in interface SVGFilterPrimitiveStandardAttributes