|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vectomatic.dom.svg.OMNode
org.vectomatic.dom.svg.OMElement
org.vectomatic.dom.svg.OMSVGElement
org.vectomatic.dom.svg.OMSVGGradientElement
public abstract class OMSVGGradientElement
The OMSVGGradientElement interface is a
base interface used by OMSVGLinearGradientElement
and OMSVGRadialGradientElement.
| Field Summary | |
|---|---|
static short |
SVG_SPREADMETHOD_PAD
Corresponds to value 'pad'. |
static short |
SVG_SPREADMETHOD_REFLECT
Corresponds to value 'reflect'. |
static short |
SVG_SPREADMETHOD_REPEAT
Corresponds to value 'repeat'. |
static short |
SVG_SPREADMETHOD_UNKNOWN
The type is not one of predefined types. |
| Fields inherited from class org.vectomatic.dom.svg.OMNode |
|---|
eventBus, ot |
| Fields inherited from interface org.vectomatic.dom.svg.itf.ISVGUnitTypes |
|---|
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX, SVG_UNIT_TYPE_UNKNOWN, SVG_UNIT_TYPE_USERSPACEONUSE |
| Constructor Summary | |
|---|---|
protected |
OMSVGGradientElement(SVGGradientElement ot)
|
| Method Summary | |
|---|---|
OMSVGAnimatedBoolean |
getExternalResourcesRequired()
Corresponds to attribute ISVGExternalResourcesRequired.getExternalResourcesRequired()
on the given element. |
OMSVGAnimatedTransformList |
getGradientTransform()
Corresponds to attribute 'gradientTransform' on the given element. |
OMSVGAnimatedEnumeration |
getGradientUnits()
Corresponds to attribute 'gradientUnits' on the given element. |
OMSVGAnimatedString |
getHref()
Corresponds to attribute 'xlink:href' on the given element. |
OMSVGAnimatedEnumeration |
getSpreadMethod()
Corresponds to attribute 'spreadMethod' on the given element. |
| Methods inherited from class org.vectomatic.dom.svg.OMSVGElement |
|---|
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase |
| Methods inherited from class org.vectomatic.dom.svg.OMElement |
|---|
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS |
| Methods inherited from class org.vectomatic.dom.svg.OMNode |
|---|
addDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGStylable |
|---|
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal |
| Field Detail |
|---|
public static final short SVG_SPREADMETHOD_UNKNOWN
public static final short SVG_SPREADMETHOD_PAD
public static final short SVG_SPREADMETHOD_REFLECT
public static final short SVG_SPREADMETHOD_REPEAT
| Constructor Detail |
|---|
protected OMSVGGradientElement(SVGGradientElement ot)
| Method Detail |
|---|
public final OMSVGAnimatedEnumeration getGradientUnits()
ISVGUnitTypes.
public final OMSVGAnimatedTransformList getGradientTransform()
public final OMSVGAnimatedEnumeration getSpreadMethod()
public final OMSVGAnimatedBoolean getExternalResourcesRequired()
ISVGExternalResourcesRequired.getExternalResourcesRequired()
on the given element. Note that the SVG DOM defines the attribute ISVGExternalResourcesRequired.getExternalResourcesRequired()
as being of type OMSVGAnimatedBoolean, whereas
the SVG language definition says that ISVGExternalResourcesRequired.getExternalResourcesRequired()
is not animated. Because the SVG language definition states that ISVGExternalResourcesRequired.getExternalResourcesRequired()
cannot be animated, the OMSVGAnimatedBoolean.getAnimVal()
will always be the same as the OMSVGAnimatedBoolean.getBaseVal().
getExternalResourcesRequired in interface ISVGExternalResourcesRequiredpublic final OMSVGAnimatedString getHref()
getHref in interface ISVGURIReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||