org.w3c.dom.svg

Interface SVGFEConvolveMatrixElement

public interface SVGFEConvolveMatrixElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
static shortSVG_EDGEMODE_DUPLICATE
static shortSVG_EDGEMODE_NONE
static shortSVG_EDGEMODE_UNKNOWN
static shortSVG_EDGEMODE_WRAP
Method Summary
SVGAnimatedNumbergetBias()
SVGAnimatedNumbergetDivisor()
SVGAnimatedEnumerationgetEdgeMode()
SVGAnimatedNumberListgetKernelMatrix()
SVGAnimatedNumbergetKernelUnitLengthX()
SVGAnimatedNumbergetKernelUnitLengthY()
SVGAnimatedIntegergetOrderX()
SVGAnimatedIntegergetOrderY()
SVGAnimatedBooleangetPreserveAlpha()
SVGAnimatedIntegergetTargetX()
SVGAnimatedIntegergetTargetY()

Field Detail

SVG_EDGEMODE_DUPLICATE

public static final short SVG_EDGEMODE_DUPLICATE

SVG_EDGEMODE_NONE

public static final short SVG_EDGEMODE_NONE

SVG_EDGEMODE_UNKNOWN

public static final short SVG_EDGEMODE_UNKNOWN

SVG_EDGEMODE_WRAP

public static final short SVG_EDGEMODE_WRAP

Method Detail

getBias

public SVGAnimatedNumber getBias()

getDivisor

public SVGAnimatedNumber getDivisor()

getEdgeMode

public SVGAnimatedEnumeration getEdgeMode()

getKernelMatrix

public SVGAnimatedNumberList getKernelMatrix()

getKernelUnitLengthX

public SVGAnimatedNumber getKernelUnitLengthX()

getKernelUnitLengthY

public SVGAnimatedNumber getKernelUnitLengthY()

getOrderX

public SVGAnimatedInteger getOrderX()

getOrderY

public SVGAnimatedInteger getOrderY()

getPreserveAlpha

public SVGAnimatedBoolean getPreserveAlpha()

getTargetX

public SVGAnimatedInteger getTargetX()

getTargetY

public SVGAnimatedInteger getTargetY()