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

All Implemented Interfaces:
    SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
public static final  short SVG_FECOLORMATRIX_TYPE_UNKNOWN     
public static final  short SVG_FECOLORMATRIX_TYPE_MATRIX     
public static final  short SVG_FECOLORMATRIX_TYPE_SATURATE     
public static final  short SVG_FECOLORMATRIX_TYPE_HUEROTATE     
public static final  short SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA     
Method from org.w3c.dom.svg.SVGFEColorMatrixElement Summary:
getIn1,   getType,   getValues
Method from org.w3c.dom.svg.SVGFEColorMatrixElement Detail:
 public SVGAnimatedString getIn1()
 public SVGAnimatedEnumeration getType()
 public SVGAnimatedNumberList getValues()