@DOMObjectAttribute @DOMNameAttribute(name="SVGLinearGradientElement") public class SVGLinearGradientElement extends SVGGradientElement
The SVGLinearGradientElement interface corresponds to the ‘linearGradient’ element.
SVGGradientElement
Node.Flags
SVG_SPREADMETHOD_PAD, SVG_SPREADMETHOD_REFLECT, SVG_SPREADMETHOD_REPEAT, SVG_SPREADMETHOD_UNKNOWN
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, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
SVGLinearGradientElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
Modifier and Type | Method and Description |
---|---|
SVGAnimatedLength |
getX1()
Corresponds to attribute ‘x1’ on the given ‘linearGradient’ element.
|
SVGAnimatedLength |
getX2()
Corresponds to attribute ‘x2’ on the given ‘linearGradient’ element.
|
SVGAnimatedLength |
getY1()
Corresponds to attribute ‘y1’ on the given ‘linearGradient’ element.
|
SVGAnimatedLength |
getY2()
Corresponds to attribute ‘y2’ on the given ‘linearGradient’ element.
|
getGradientTransform, getGradientUnits, getHref, getSpreadMethod
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndex
attachShadow, 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, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGLinearGradientElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGElement
class.
name
- The element name.doc
- The document.@DOMNameAttribute(name="x1") public SVGAnimatedLength getX1()
Corresponds to attribute ‘x1’ on the given ‘linearGradient’ element.
Value: The attribute ‘x1’ of the given ‘linearGradient’ element.@DOMNameAttribute(name="y1") public SVGAnimatedLength getY1()
Corresponds to attribute ‘y1’ on the given ‘linearGradient’ element.
Value: The attribute ‘y1’ of the given ‘linearGradient’ element.@DOMNameAttribute(name="x2") public SVGAnimatedLength getX2()
Corresponds to attribute ‘x2’ on the given ‘linearGradient’ element.
Value: The attribute ‘x2’ of the given ‘linearGradient’ element.@DOMNameAttribute(name="y2") public SVGAnimatedLength getY2()
Corresponds to attribute ‘y2’ on the given ‘linearGradient’ element.
Value: The attribute ‘y2’ of the given ‘linearGradient’ element.