public interface ISVGExternalResourcesRequired
ISVGExternalResourcesRequired
defines an interface which applies to all elements where this element or
one of its descendants can reference an external resource.Modifier and Type | Method and Description |
---|---|
OMSVGAnimatedBoolean |
getExternalResourcesRequired()
Corresponds to attribute
getExternalResourcesRequired()
on the given element. |
OMSVGAnimatedBoolean getExternalResourcesRequired()
getExternalResourcesRequired()
on the given element. Note that the SVG DOM defines the attribute getExternalResourcesRequired()
as being of type OMSVGAnimatedBoolean
, whereas
the SVG language definition says that getExternalResourcesRequired()
is not animated. Because the SVG language definition states that getExternalResourcesRequired()
cannot be animated, the OMSVGAnimatedBoolean.getAnimVal()
will always be the same as the OMSVGAnimatedBoolean.getBaseVal()
.Copyright © 2018. All Rights Reserved.