|
||||||||||
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
public class SVGOMFilterElement
This class implements SVGFilterElement
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
SVGStylableElement.OverrideStyleDeclaration, SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue, SVGStylableElement.PresentationAttributeValue, SVGStylableElement.StyleDeclaration |
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.SVGOMElement |
---|
SVGOMElement.UnitContext |
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractElement |
---|
AbstractElement.ExtendedNamedNodeHashMap |
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractElement |
---|
AbstractElement.ElementTypeInfo, AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode |
---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
Field Summary | |
---|---|
protected static AttributeInitializer |
attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedBoolean |
externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected SVGOMAnimatedEnumeration |
filterUnits
The 'filterUnits' attribute value. |
protected SVGOMAnimatedLength |
height
The 'height' attribute value. |
protected SVGOMAnimatedString |
href
The 'xlink:href' attribute value. |
protected SVGOMAnimatedEnumeration |
primitiveUnits
The 'primitiveUnits' attribute value. |
protected static String[] |
UNITS_VALUES
The units values. |
protected SVGOMAnimatedLength |
width
The 'width' attribute value. |
protected SVGOMAnimatedLength |
x
The 'x' attribute value. |
protected static DoublyIndexedTable |
xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedLength |
y
The 'y' attribute value. |
Fields inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
className, computedStyleMap, overrideStyleDeclaration, style |
Fields inherited from class org.apache.batik.dom.svg.SVGOMElement |
---|
prefix, readonly, svgContext, targetListeners, unitContext |
Fields inherited from class org.apache.batik.dom.svg.AbstractElement |
---|
liveAttributeValues |
Fields inherited from class org.apache.batik.dom.AbstractElement |
---|
attributes, typeInfo |
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 |
---|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers |
Fields inherited from interface org.apache.batik.dom.anim.AnimationTarget |
---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
Constructor Summary | |
---|---|
protected |
SVGOMFilterElement()
Creates a new SVGOMFilterElement object. |
|
SVGOMFilterElement(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 svg.SVGExternalResourcesRequired . |
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 svg.SVGURIReference . |
String |
getLocalName()
DOM: Implements Node.getLocalName() . |
SVGAnimatedEnumeration |
getPrimitiveUnits()
DOM: Implements SVGFilterElement#getPrimitiveUnits() . |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength |
getWidth()
DOM: Implements SVGFilterElement#getWidth() . |
SVGAnimatedLength |
getX()
DOM: Implements SVGFilterElement#getX() . |
String |
getXMLlang()
DOM: Returns the xml:lang attribute value. |
String |
getXMLspace()
DOM: Returns the xml:space attribute value. |
SVGAnimatedLength |
getY()
DOM: Implements SVGFilterElement#getY() . |
protected void |
initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected 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(String lang)
DOM: Sets the xml:lang attribute value. |
void |
setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
Methods inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
addTargetListener, getClassName, getComputedStyleMap, getCSSBase, getCSSClass, getOverrideStyle, getOverrideStyleDeclarationProvider, getPresentationAttribute, getStyle, getXMLId, isPseudoInstanceOf, removeTargetListener, setComputedStyleMap, updatePropertyValue, useLinearRGBColorInterpolation |
Methods inherited from class org.apache.batik.dom.svg.AbstractElement |
---|
attrAdded, attrModified, attrRemoved, createAttributes, fireDOMAttrModifiedEvent, getCSSFirstChild, getCSSLastChild, getCSSNextSibling, getCSSParentNode, getCSSPreviousSibling, getLiveAttributeValue, initializeAttributes, isHiddenFromSelectors, putLiveAttributeValue, resetAttribute, setUnspecifiedAttribute |
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, getTextContent, hasChildNodes, insertBefore, removeChild, replaceChild |
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.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
---|
addEventListenerNS, dispatchEvent, getEventSupport, getParentNodeEventTarget, removeEventListenerNS |
Methods inherited from interface org.w3c.dom.events.EventTarget |
---|
addEventListener, removeEventListener |
Field Detail |
---|
protected static DoublyIndexedTable xmlTraitInformation
protected static final AttributeInitializer attributeInitializer
protected static final String[] UNITS_VALUES
protected SVGOMAnimatedEnumeration filterUnits
protected SVGOMAnimatedEnumeration primitiveUnits
protected SVGOMAnimatedLength x
protected SVGOMAnimatedLength y
protected SVGOMAnimatedLength width
protected SVGOMAnimatedLength height
protected SVGOMAnimatedString href
protected SVGOMAnimatedBoolean externalResourcesRequired
Constructor Detail |
---|
protected SVGOMFilterElement()
public SVGOMFilterElement(String prefix, AbstractDocument owner)
prefix
- The namespace prefix.owner
- The owner document.Method Detail |
---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes
in class SVGStylableElement
public String getLocalName()
Node.getLocalName()
.
getLocalName
in interface Node
getLocalName
in class AbstractNode
public SVGAnimatedEnumeration getFilterUnits()
SVGFilterElement#getFilterUnits()
.
public SVGAnimatedEnumeration getPrimitiveUnits()
SVGFilterElement#getPrimitiveUnits()
.
public SVGAnimatedLength getX()
SVGFilterElement#getX()
.
public SVGAnimatedLength getY()
SVGFilterElement#getY()
.
public SVGAnimatedLength getWidth()
SVGFilterElement#getWidth()
.
public SVGAnimatedLength getHeight()
SVGFilterElement#getHeight()
.
public SVGAnimatedInteger getFilterResX()
SVGFilterElement#getFilterResX()
.
public SVGAnimatedInteger getFilterResY()
SVGFilterElement#getFilterResY()
.
public void setFilterRes(int filterResX, int filterResY)
SVGFilterElement#setFilterRes(int,int)
.
public SVGAnimatedString getHref()
svg.SVGURIReference
.
public SVGAnimatedBoolean getExternalResourcesRequired()
svg.SVGExternalResourcesRequired
.
protected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable
in class SVGStylableElement
public String getXMLlang()
public void setXMLlang(String lang)
public String getXMLspace()
public void setXMLspace(String space)
protected AttributeInitializer getAttributeInitializer()
getAttributeInitializer
in class AbstractElement
protected Node newNode()
newNode
in class AbstractNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |