public class SVGFECompositeElement extends SVGElement implements SVGFilterPrimitiveStandardAttributes
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
SVGAnimatedLength |
height |
SVGAnimatedString |
in1 |
SVGAnimatedString |
in2 |
SVGAnimatedNumber |
k1 |
SVGAnimatedNumber |
k2 |
SVGAnimatedNumber |
k3 |
SVGAnimatedNumber |
k4 |
SVGAnimatedEnumeration |
operator |
SVGAnimatedString |
result |
static double |
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC |
static double |
SVG_FECOMPOSITE_OPERATOR_ATOP |
static double |
SVG_FECOMPOSITE_OPERATOR_IN |
static double |
SVG_FECOMPOSITE_OPERATOR_OUT |
static double |
SVG_FECOMPOSITE_OPERATOR_OVER |
static double |
SVG_FECOMPOSITE_OPERATOR_UNKNOWN |
static double |
SVG_FECOMPOSITE_OPERATOR_XOR |
SVGAnimatedLength |
width |
SVGAnimatedLength |
x |
SVGAnimatedLength |
y |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGFECompositeElement() |
| 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_FECOMPOSITE_OPERATOR_ARITHMETIC
public static final double SVG_FECOMPOSITE_OPERATOR_ATOP
public static final double SVG_FECOMPOSITE_OPERATOR_IN
public static final double SVG_FECOMPOSITE_OPERATOR_OUT
public static final double SVG_FECOMPOSITE_OPERATOR_OVER
public static final double SVG_FECOMPOSITE_OPERATOR_UNKNOWN
public static final double SVG_FECOMPOSITE_OPERATOR_XOR
public SVGAnimatedString className
public SVGAnimatedLength height
public SVGAnimatedString in1
public SVGAnimatedString in2
public SVGAnimatedNumber k1
public SVGAnimatedNumber k2
public SVGAnimatedNumber k3
public SVGAnimatedNumber k4
public SVGAnimatedEnumeration operator
public SVGAnimatedString result
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