Save This Page
Home » openjdk-7 » org.w3c » dom » svg » [javadoc | source]
org.w3c.dom.svg
public interface: SVGFECompositeElement [javadoc | source]

All Implemented Interfaces:
    SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
public static final  short SVG_FECOMPOSITE_OPERATOR_UNKNOWN     
public static final  short SVG_FECOMPOSITE_OPERATOR_OVER     
public static final  short SVG_FECOMPOSITE_OPERATOR_IN     
public static final  short SVG_FECOMPOSITE_OPERATOR_OUT     
public static final  short SVG_FECOMPOSITE_OPERATOR_ATOP     
public static final  short SVG_FECOMPOSITE_OPERATOR_XOR     
public static final  short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC     
Method from org.w3c.dom.svg.SVGFECompositeElement Summary:
getIn1,   getIn2,   getK1,   getK2,   getK3,   getK4,   getOperator
Method from org.w3c.dom.svg.SVGFECompositeElement Detail:
 public SVGAnimatedString getIn1()
 public SVGAnimatedString getIn2()
 public SVGAnimatedNumber getK1()
 public SVGAnimatedNumber getK2()
 public SVGAnimatedNumber getK3()
 public SVGAnimatedNumber getK4()
 public SVGAnimatedEnumeration getOperator()