|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVGFilterPrimitiveStandardAttributes
This interface defines the set of DOM attributes that are common across the filter primitive interfaces.
Method Summary | |
---|---|
OMSVGAnimatedLength |
getHeight()
Corresponds to attribute getHeight()
on the given element. |
OMSVGAnimatedString |
getResult()
Corresponds to attribute getResult()
on the given element. |
OMSVGAnimatedLength |
getWidth()
Corresponds to attribute getWidth()
on the given element. |
OMSVGAnimatedLength |
getX()
Corresponds to attribute getX()
on the given element. |
OMSVGAnimatedLength |
getY()
Corresponds to attribute getY()
on the given element. |
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGStylable |
---|
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal |
Method Detail |
---|
OMSVGAnimatedLength getX()
getX()
on the given element.
OMSVGAnimatedLength getY()
getY()
on the given element.
OMSVGAnimatedLength getWidth()
getWidth()
on the given element.
OMSVGAnimatedLength getHeight()
getHeight()
on the given element.
OMSVGAnimatedString getResult()
getResult()
on the given element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |