@DOMObjectAttribute @DOMNameAttribute(name="SVGFEDropShadowElement") public class SVGFEDropShadowElement extends SVGElement implements ISVGFilterPrimitiveStandardAttributes
The SVGFEDropShadowElement interface corresponds to the ‘feDropShadow’ element.
SVGElement
,
ISVGFilterPrimitiveStandardAttributes
Node.Flags
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 |
---|
SVGFEDropShadowElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGFEDropShadowElement class. |
Modifier and Type | Method and Description |
---|---|
SVGAnimatedNumber |
getDx()
Corresponds to attribute ‘dx’ on the given ‘feDropShadow’ element.
|
SVGAnimatedNumber |
getDy()
Corresponds to attribute ‘dy’ on the given ‘feDropShadow’ element.
|
SVGAnimatedLength |
getHeight()
Corresponds to attribute ‘height’ on the given ‘feDropShadow’ element.
|
SVGAnimatedString |
getIn1()
Corresponds to attribute ‘in’ on the given ‘feDropShadow’ element.
|
SVGAnimatedString |
getResult()
Corresponds to attribute ‘result’ on the given ‘feDropShadow’ element.
|
SVGAnimatedNumber |
getStdDeviationX()
Corresponds to attribute ‘stdDeviation’ on the given ‘feDropShadow’ element.
|
SVGAnimatedNumber |
getStdDeviationY()
Corresponds to attribute ‘stdDeviation’ on the given ‘feDropShadow’ element.
|
SVGAnimatedLength |
getWidth()
Corresponds to attribute ‘width’ on the given ‘feDropShadow’ element.
|
SVGAnimatedLength |
getX()
Corresponds to attribute ‘x’ on the given ‘feDropShadow’ element.
|
SVGAnimatedLength |
getY()
Corresponds to attribute ‘y’ on the given ‘feDropShadow’ element.
|
void |
setStdDeviation(float stdDeviationX,
float stdDeviationY)
Sets the values for attribute ‘stdDeviation’.
|
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 SVGFEDropShadowElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGFEDropShadowElement
class.
name
- The element name.doc
- The document.public SVGAnimatedLength getX()
Corresponds to attribute ‘x’ on the given ‘feDropShadow’ element.
Value: The attribute ‘x’ of the given ‘feDropShadow’ element.getX
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedLength getY()
Corresponds to attribute ‘y’ on the given ‘feDropShadow’ element.
Value: The attribute ‘y’ of the given ‘feDropShadow’ element.getY
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedLength getWidth()
Corresponds to attribute ‘width’ on the given ‘feDropShadow’ element.
Value: The attribute ‘width’ of the given ‘feDropShadow’ element.getWidth
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedLength getHeight()
Corresponds to attribute ‘height’ on the given ‘feDropShadow’ element.
Value: The attribute ‘height’ of the given ‘feDropShadow’ element.getHeight
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedString getResult()
Corresponds to attribute ‘result’ on the given ‘feDropShadow’ element.
Value: The attribute ‘result’ of the given ‘feDropShadow’ element.getResult
in interface ISVGFilterPrimitiveStandardAttributes
@DOMNameAttribute(name="in1") public SVGAnimatedString getIn1()
Corresponds to attribute ‘in’ on the given ‘feDropShadow’ element.
Value: The attribute ‘in’ of the given ‘feDropShadow’ element.@DOMNameAttribute(name="dx") public SVGAnimatedNumber getDx()
Corresponds to attribute ‘dx’ on the given ‘feDropShadow’ element.
Value: The attribute ‘dx’ of the given ‘feDropShadow’ element.@DOMNameAttribute(name="dy") public SVGAnimatedNumber getDy()
Corresponds to attribute ‘dy’ on the given ‘feDropShadow’ element.
Value: The attribute ‘dy’ of the given ‘feDropShadow’ element.@DOMNameAttribute(name="stdDeviationX") public SVGAnimatedNumber getStdDeviationX()
Corresponds to attribute ‘stdDeviation’ on the given ‘feDropShadow’ element. Contains the X component of attribute ‘stdDeviation’.
Value: The attribute ‘stdDeviationX’ of the given ‘feDropShadow’ element.@DOMNameAttribute(name="stdDeviationY") public SVGAnimatedNumber getStdDeviationY()
Corresponds to attribute ‘stdDeviation’ on the given ‘feDropShadow’ element. Contains the Y component (possibly computed automatically) of attribute ‘stdDeviation’.
Value: The attribute ‘stdDeviationY’ of the given ‘feDropShadow’ element.@DOMNameAttribute(name="setStdDeviation") public void setStdDeviation(float stdDeviationX, float stdDeviationY)
Sets the values for attribute ‘stdDeviation’.
stdDeviationX
- The X component of attribute ‘stdDeviation’.stdDeviationY
- The Y component of attribute ‘stdDeviation’.DOMException
- Code DOMException.NO_MODIFICATION_ALLOWED_ERR
.
Raised on an attempt to change the value of a read only attribute.