org.w3c.dom.svg

Interface SVGMaskElement

public interface SVGMaskElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGUnitTypes

Method Summary
SVGAnimatedLengthgetHeight()
SVGAnimatedEnumerationgetMaskContentUnits()
SVGAnimatedEnumerationgetMaskUnits()
SVGAnimatedLengthgetWidth()
SVGAnimatedLengthgetX()
SVGAnimatedLengthgetY()

Method Detail

getHeight

public SVGAnimatedLength getHeight()

getMaskContentUnits

public SVGAnimatedEnumeration getMaskContentUnits()

getMaskUnits

public SVGAnimatedEnumeration getMaskUnits()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()