|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractParentNode
org.apache.batik.dom.AbstractParentChildNode
org.apache.batik.dom.AbstractElement
org.apache.batik.dom.svg.AbstractElement
org.apache.batik.dom.svg.SVGOMElement
org.apache.batik.dom.svg.SVGStylableElement
org.apache.batik.dom.svg.SVGOMFilterElement
This class implements SVGFilterElement
.
Nested Class Summary |
---|
Nested classes inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue, SVGStylableElement.PresentationAttributeValue, SVGStylableElement.StyleDeclaration |
Nested classes inherited from class org.apache.batik.dom.svg.AbstractElement |
---|
AbstractElement.ExtendedNamedNodeHashMap |
Nested classes inherited from class org.apache.batik.dom.AbstractElement |
---|
AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
Nested classes inherited from class org.apache.batik.dom.AbstractParentNode |
---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
Field Summary | |
---|---|
protected static AttributeInitializer |
attributeInitializer
The attribute initializer. |
protected static java.lang.String[] |
UNITS_VALUES
The units values. |
Fields inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
computedStyleMap |
Fields inherited from class org.apache.batik.dom.svg.SVGOMElement |
---|
prefix, readonly, svgContext |
Fields inherited from class org.apache.batik.dom.svg.AbstractElement |
---|
liveAttributeValues |
Fields inherited from class org.apache.batik.dom.AbstractElement |
---|
attributes |
Fields inherited from class org.apache.batik.dom.AbstractParentChildNode |
---|
nextSibling, parentNode, previousSibling |
Fields inherited from class org.apache.batik.dom.AbstractParentNode |
---|
childNodes |
Fields inherited from class org.apache.batik.dom.AbstractNode |
---|
EMPTY_NODE_LIST, eventSupport, ownerDocument |
Fields inherited from interface org.w3c.dom.Node |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from interface org.w3c.dom.svg.SVGUnitTypes |
---|
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX, SVG_UNIT_TYPE_UNKNOWN, SVG_UNIT_TYPE_USERSPACEONUSE |
Constructor Summary | |
---|---|
protected |
SVGOMFilterElement()
Creates a new SVGOMFilterElement object. |
|
SVGOMFilterElement(java.lang.String prefix,
AbstractDocument owner)
Creates a new SVGOMFilterElement object. |
Method Summary | |
---|---|
protected AttributeInitializer |
getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
SVGAnimatedBoolean |
getExternalResourcesRequired()
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired() . |
SVGAnimatedInteger |
getFilterResX()
DOM: Implements SVGFilterElement.getFilterResX() . |
SVGAnimatedInteger |
getFilterResY()
DOM: Implements SVGFilterElement.getFilterResY() . |
SVGAnimatedEnumeration |
getFilterUnits()
DOM: Implements SVGFilterElement.getFilterUnits() . |
SVGAnimatedLength |
getHeight()
DOM: Implements SVGFilterElement.getHeight() . |
SVGAnimatedString |
getHref()
DOM: Implements SVGURIReference.getHref() . |
java.lang.String |
getLocalName()
DOM: Implements Node.getLocalName() . |
SVGAnimatedEnumeration |
getPrimitiveUnits()
DOM: Implements SVGFilterElement.getPrimitiveUnits() . |
SVGAnimatedLength |
getWidth()
DOM: Implements SVGFilterElement.getWidth() . |
SVGAnimatedLength |
getX()
DOM: Implements SVGFilterElement.getX() . |
java.lang.String |
getXMLlang()
DOM: Returns the xml:lang attribute value. |
java.lang.String |
getXMLspace()
DOM: Returns the xml:space attribute value. |
SVGAnimatedLength |
getY()
DOM: Implements SVGFilterElement.getY() . |
protected org.w3c.dom.Node |
newNode()
Returns a new uninitialized instance of this object's class. |
void |
setFilterRes(int filterResX,
int filterResY)
DOM: Implements SVGFilterElement.setFilterRes(int,int) . |
void |
setXMLlang(java.lang.String lang)
DOM: Sets the xml:lang attribute value. |
void |
setXMLspace(java.lang.String space)
DOM: Sets the xml:space attribute value. |
Methods inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
getClassName, getComputedStyleMap, getCSSBase, getCSSClass, getPresentationAttribute, getStyle, getXMLId, isPseudoInstanceOf, setComputedStyleMap |
Methods inherited from class org.apache.batik.dom.svg.SVGOMElement |
---|
copyInto, createSVGException, deepCopyInto, deepExport, export, getAnimatedEnumerationAttribute, getAnimatedIntegerAttribute, getAnimatedLengthAttribute, getAnimatedNumberAttribute, getAnimatedStringAttribute, getId, getNamespaceURI, getNodeName, getOwnerSVGElement, getSVGContext, getViewportElement, getXMLbase, isReadonly, setId, setPrefix, setReadonly, setSVGContext, setXMLbase |
Methods inherited from class org.apache.batik.dom.svg.AbstractElement |
---|
attrAdded, attrModified, attrRemoved, createAttributes, getLiveAttributeValue, getParentNodeEventTarget, initializeAttributes, putLiveAttributeValue, resetAttribute, setUnspecifiedAttribute |
Methods inherited from class org.apache.batik.dom.AbstractElement |
---|
checkChildType, fireDOMAttrModifiedEvent, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, nodeAdded, nodeToBeRemoved, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.apache.batik.dom.AbstractParentChildNode |
---|
getNextSibling, getParentNode, getPreviousSibling, setNextSibling, setParentNode, setPreviousSibling |
Methods inherited from class org.apache.batik.dom.AbstractParentNode |
---|
appendChild, checkAndRemove, fireDOMNodeInsertedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedEvent, fireDOMNodeRemovedFromDocumentEvent, fireDOMSubtreeModifiedEvent, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, hasChildNodes, insertBefore, removeChild, replaceChild |
Methods inherited from class org.apache.batik.dom.AbstractNode |
---|
addEventListener, cloneNode, createDOMException, dispatchEvent, fireDOMCharacterDataModifiedEvent, getCurrentDocument, getEventSupport, getNodeValue, getOwnerDocument, getPrefix, isSupported, removeEventListener, setNodeName, setNodeValue, setOwnerDocument, setSpecified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.svg.SVGElement |
---|
getId, getOwnerSVGElement, getViewportElement, getXMLbase, setId, setXMLbase |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.w3c.dom.svg.SVGStylable |
---|
getClassName, getPresentationAttribute, getStyle |
Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
---|
getEventSupport |
Methods inherited from interface org.w3c.dom.events.EventTarget |
---|
addEventListener, dispatchEvent, removeEventListener |
Field Detail |
protected static final AttributeInitializer attributeInitializer
protected static final java.lang.String[] UNITS_VALUES
Constructor Detail |
protected SVGOMFilterElement()
public SVGOMFilterElement(java.lang.String prefix, AbstractDocument owner)
prefix
- The namespace prefix.owner
- The owner document.Method Detail |
public java.lang.String getLocalName()
Node.getLocalName()
.
getLocalName
in interface org.w3c.dom.Node
getLocalName
in class AbstractNode
public SVGAnimatedEnumeration getFilterUnits()
SVGFilterElement.getFilterUnits()
.
getFilterUnits
in interface SVGFilterElement
public SVGAnimatedEnumeration getPrimitiveUnits()
SVGFilterElement.getPrimitiveUnits()
.
getPrimitiveUnits
in interface SVGFilterElement
public SVGAnimatedLength getX()
SVGFilterElement.getX()
.
getX
in interface SVGFilterElement
public SVGAnimatedLength getY()
SVGFilterElement.getY()
.
getY
in interface SVGFilterElement
public SVGAnimatedLength getWidth()
SVGFilterElement.getWidth()
.
getWidth
in interface SVGFilterElement
public SVGAnimatedLength getHeight()
SVGFilterElement.getHeight()
.
getHeight
in interface SVGFilterElement
public SVGAnimatedInteger getFilterResX()
SVGFilterElement.getFilterResX()
.
getFilterResX
in interface SVGFilterElement
public SVGAnimatedInteger getFilterResY()
SVGFilterElement.getFilterResY()
.
getFilterResY
in interface SVGFilterElement
public void setFilterRes(int filterResX, int filterResY)
SVGFilterElement.setFilterRes(int,int)
.
setFilterRes
in interface SVGFilterElement
public SVGAnimatedString getHref()
SVGURIReference.getHref()
.
getHref
in interface SVGURIReference
public SVGAnimatedBoolean getExternalResourcesRequired()
SVGExternalResourcesRequired.getExternalResourcesRequired()
.
getExternalResourcesRequired
in interface SVGExternalResourcesRequired
public java.lang.String getXMLlang()
getXMLlang
in interface SVGLangSpace
public void setXMLlang(java.lang.String lang)
setXMLlang
in interface SVGLangSpace
public java.lang.String getXMLspace()
getXMLspace
in interface SVGLangSpace
public void setXMLspace(java.lang.String space)
setXMLspace
in interface SVGLangSpace
protected AttributeInitializer getAttributeInitializer()
getAttributeInitializer
in class AbstractElement
protected org.w3c.dom.Node newNode()
newNode
in class AbstractNode
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |