@DOMObjectAttribute @DOMNameAttribute(name="SVGGradientElement") public class SVGGradientElement extends SVGElement implements ISVGURIReference, ISVGUnitTypes
The SVGGradientElement interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
SVGElement
,
ISVGURIReference
,
ISVGUnitTypes
Node.Flags
Modifier and Type | Field and Description |
---|---|
static int |
SVG_SPREADMETHOD_PAD
Corresponds to value 'pad'.
|
static int |
SVG_SPREADMETHOD_REFLECT
Corresponds to value 'reflect'.
|
static int |
SVG_SPREADMETHOD_REPEAT
Corresponds to value 'repeat'.
|
static int |
SVG_SPREADMETHOD_UNKNOWN
The type is not one of predefined types.
|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged, PropertyChangedDelegate
Constructor and Description |
---|
SVGGradientElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
Modifier and Type | Method and Description |
---|---|
SVGAnimatedTransformList |
getGradientTransform()
Corresponds to attribute 'gradientTransform’ on the given element.
|
SVGAnimatedEnumeration |
getGradientUnits()
Corresponds to attribute 'gradientUnits’ on the given element.
|
SVGAnimatedString |
getHref()
Corresponds to attribute 'xlink:href’ on the given element.
|
SVGAnimatedEnumeration |
getSpreadMethod()
Corresponds to attribute 'spreadMethod’ on the given element.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndex
attachShadow, dispose, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
@DOMNameAttribute(name="SVG_SPREADMETHOD_UNKNOWN") public static final int SVG_SPREADMETHOD_UNKNOWN
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="SVG_SPREADMETHOD_PAD") public static final int SVG_SPREADMETHOD_PAD
Corresponds to value 'pad'.
@DOMNameAttribute(name="SVG_SPREADMETHOD_REFLECT") public static final int SVG_SPREADMETHOD_REFLECT
Corresponds to value 'reflect'.
@DOMNameAttribute(name="SVG_SPREADMETHOD_REPEAT") public static final int SVG_SPREADMETHOD_REPEAT
Corresponds to value 'repeat'.
public SVGGradientElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGElement
class.
name
- The element name.doc
- The document.public SVGAnimatedString getHref()
Corresponds to attribute 'xlink:href’ on the given element.
Value: The 'xlink:href’ of the given element.getHref
in interface ISVGURIReference
@DOMNameAttribute(name="gradientUnits") public SVGAnimatedEnumeration getGradientUnits()
Corresponds to attribute 'gradientUnits’ on the given element. Takes one of the constants defined in SVGUnitTypes.
Value: The attribute 'gradientUnits’ of the given element.@DOMNameAttribute(name="gradientTransform") public SVGAnimatedTransformList getGradientTransform()
Corresponds to attribute 'gradientTransform’ on the given element.
Value: The attribute 'gradientTransform’ of the given element.@DOMNameAttribute(name="spreadMethod") public SVGAnimatedEnumeration getSpreadMethod()
Corresponds to attribute 'spreadMethod’ on the given element. One of the Spread Method Types defined on this interface.
Value: The attribute 'spreadMethod’ of the given element.