|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.AbstractNode | +--org.apache.batik.dom.AbstractParentNode | +--org.apache.batik.dom.AbstractParentChildNode | +--org.apache.batik.dom.AbstractElement | +--org.apache.batik.dom.svg.SVGOMElement | +--org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes | +--org.apache.batik.dom.svg.SVGOMFECompositeElement
This class implements SVGFECompositeElement
.
Inner classes inherited from class org.apache.batik.dom.svg.SVGOMElement |
SVGOMElement.SVGNamedNodeHashMap |
Inner classes inherited from class org.apache.batik.dom.AbstractElement |
AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
Inner classes inherited from class org.apache.batik.dom.AbstractParentNode |
AbstractParentNode.ChildNodes, AbstractParentNode.Nodes |
Field Summary | |
protected static java.util.Map |
attributeValues
The attribute-value map map. |
protected SVGExternalResourcesRequiredSupport |
externalResourcesRequiredSupport
The SVGExternalResourcesRequired support. |
protected java.lang.ref.WeakReference |
in2Reference
The reference to the in2 attribute. |
protected java.lang.ref.WeakReference |
inReference
The reference to the in attribute. |
protected static DefaultAttributeValueProducer |
K1_DEFAULT_VALUE_PRODUCER
The DefaultAttributeValueProducer for k1. |
protected java.lang.ref.WeakReference |
k1Reference
The reference to the k1 attribute. |
protected static DefaultAttributeValueProducer |
K2_DEFAULT_VALUE_PRODUCER
The DefaultAttributeValueProducer for k2. |
protected java.lang.ref.WeakReference |
k2Reference
The reference to the k2 attribute. |
protected static DefaultAttributeValueProducer |
K3_DEFAULT_VALUE_PRODUCER
The DefaultAttributeValueProducer for k3. |
protected java.lang.ref.WeakReference |
k3Reference
The reference to the k3 attribute. |
protected static DefaultAttributeValueProducer |
K4_DEFAULT_VALUE_PRODUCER
The DefaultAttributeValueProducer for k4. |
protected java.lang.ref.WeakReference |
k4Reference
The reference to the k4 attribute. |
protected static DefaultAttributeValueProducer |
OPERATOR_DEFAULT_VALUE_PRODUCER
The DefaultAttributeValueProducer for operator. |
protected java.lang.ref.WeakReference |
operatorReference
The reference to the operator attribute. |
protected static java.util.Map |
SHORT_TO_STRING_OPERATOR
|
protected static java.util.Map |
STRING_TO_SHORT_OPERATOR
|
protected SVGStylableSupport |
stylableSupport
The stylable support. |
Fields inherited from class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes |
heightReference, resultReference, widthReference, xReference, yReference |
Fields inherited from class org.apache.batik.dom.svg.SVGOMElement |
ID_NAME, liveAttributeValues, parentElement, prefix, readonly |
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.svg.SVGFECompositeElement |
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC, SVG_FECOMPOSITE_OPERATOR_ATOP, SVG_FECOMPOSITE_OPERATOR_IN, SVG_FECOMPOSITE_OPERATOR_OUT, SVG_FECOMPOSITE_OPERATOR_OVER, SVG_FECOMPOSITE_OPERATOR_UNKNOWN, SVG_FECOMPOSITE_OPERATOR_XOR |
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 |
Constructor Summary | |
protected |
SVGOMFECompositeElement()
Creates a new SVGOMFECompositeElement object. |
|
SVGOMFECompositeElement(java.lang.String prefix,
AbstractDocument owner)
Creates a new SVGOMFECompositeElement object. |
Method Summary | |
SVGAnimatedString |
getClassName()
DOM: Implements SVGStylable.getClassName() . |
protected java.util.Map |
getDefaultAttributeValues()
Returns the default attribute values in a map. |
SVGAnimatedBoolean |
getExternalResourcesRequired()
DOM: Implements SVGExternalResourcesRequired#getExternalResourcesRequired() . |
protected SVGExternalResourcesRequiredSupport |
getExternalResourcesRequiredSupport()
Returns testsSupport different from null. |
SVGAnimatedString |
getIn1()
DOM: Implements SVGFECompositeElement.getIn1() . |
SVGAnimatedString |
getIn2()
DOM: Implements SVGFECompositeElement.getIn2() . |
SVGAnimatedNumber |
getK1()
DOM: Implements SVGFECompositeElement.getK1() . |
SVGAnimatedNumber |
getK2()
DOM: Implements SVGFECompositeElement.getK2() . |
SVGAnimatedNumber |
getK3()
DOM: Implements SVGFECompositeElement.getK3() . |
SVGAnimatedNumber |
getK4()
DOM: Implements SVGFECompositeElement.getK4() . |
java.lang.String |
getLocalName()
DOM: Implements Node.getLocalName() . |
CSSStyleDeclaration |
getNonCSSPresentationalHints()
Returns the translation of the non-CSS hints to the corresponding CSS rules. |
SVGAnimatedEnumeration |
getOperator()
DOM: Implements SVGFECompositeElement.getOperator() . |
CSSStyleDeclaration |
getOverrideStyle(java.lang.String pseudoElt)
Implements OverrideStyleElement.getOverrideStyle(String) . |
CSSValue |
getPresentationAttribute(java.lang.String name)
DOM: Implements SVGStylable.getPresentationAttribute(String) . |
protected SVGStylableSupport |
getStylableSupport()
Returns stylableSupport different from null. |
CSSStyleDeclaration |
getStyle()
DOM: Implements SVGStylable.getStyle() . |
java.lang.String |
getXMLlang()
DOM: Returns the xml:lang attribute value. |
java.lang.String |
getXMLspace()
DOM: Returns the xml:space attribute value. |
boolean |
hasOverrideStyle(java.lang.String pseudoElt)
Implements OverrideStyleElement.hasOverrideStyle(String) . |
boolean |
hasStyle()
Implements ExtendedElementCSSInlineStyle.hasStyle() . |
protected Node |
newNode()
Returns a new uninitialized instance of this object's class. |
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.SVGOMFilterPrimitiveStandardAttributes |
getHeight, getResult, getWidth, getX, getY |
Methods inherited from class org.apache.batik.dom.svg.SVGOMElement |
copyInto, createAttributes, deepCopyInto, deepExport, export, getId, getID, getNamespaceURI, getNodeName, getOwnerSVGElement, getParentElement, getParentNodeEventTarget, getViewportElement, getXMLbase, initializeAttributes, isReadonly, matchPseudoClass, putLiveAttributeValue, resetAttribute, setDefaultAttributeValue, setId, setIDName, setParentElement, setPrefix, setReadonly, setXMLbase |
Methods inherited from class org.apache.batik.dom.AbstractElement |
checkChildType, fireDOMAttrModifiedEvent, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, 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.SVGFilterPrimitiveStandardAttributes |
getHeight, getResult, getWidth, getX, getY |
Field Detail |
protected static final DefaultAttributeValueProducer OPERATOR_DEFAULT_VALUE_PRODUCER
protected static final DefaultAttributeValueProducer K1_DEFAULT_VALUE_PRODUCER
protected static final DefaultAttributeValueProducer K2_DEFAULT_VALUE_PRODUCER
protected static final DefaultAttributeValueProducer K3_DEFAULT_VALUE_PRODUCER
protected static final DefaultAttributeValueProducer K4_DEFAULT_VALUE_PRODUCER
protected transient java.lang.ref.WeakReference inReference
protected transient java.lang.ref.WeakReference in2Reference
protected transient java.lang.ref.WeakReference operatorReference
protected transient java.lang.ref.WeakReference k1Reference
protected transient java.lang.ref.WeakReference k2Reference
protected transient java.lang.ref.WeakReference k3Reference
protected transient java.lang.ref.WeakReference k4Reference
protected static java.util.Map attributeValues
protected static final java.util.Map STRING_TO_SHORT_OPERATOR
protected static final java.util.Map SHORT_TO_STRING_OPERATOR
protected SVGStylableSupport stylableSupport
protected SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
Constructor Detail |
protected SVGOMFECompositeElement()
public SVGOMFECompositeElement(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 Node
getLocalName
in class AbstractNode
public SVGAnimatedString getIn1()
SVGFECompositeElement.getIn1()
.getIn1
in interface SVGFECompositeElement
public SVGAnimatedString getIn2()
SVGFECompositeElement.getIn2()
.getIn2
in interface SVGFECompositeElement
public SVGAnimatedEnumeration getOperator()
SVGFECompositeElement.getOperator()
.getOperator
in interface SVGFECompositeElement
public SVGAnimatedNumber getK1()
SVGFECompositeElement.getK1()
.getK1
in interface SVGFECompositeElement
public SVGAnimatedNumber getK2()
SVGFECompositeElement.getK2()
.getK2
in interface SVGFECompositeElement
public SVGAnimatedNumber getK3()
SVGFECompositeElement.getK3()
.getK3
in interface SVGFECompositeElement
public SVGAnimatedNumber getK4()
SVGFECompositeElement.getK4()
.getK4
in interface SVGFECompositeElement
public CSSStyleDeclaration getNonCSSPresentationalHints()
getNonCSSPresentationalHints
in interface ElementNonCSSPresentationalHints
protected final SVGStylableSupport getStylableSupport()
public boolean hasStyle()
ExtendedElementCSSInlineStyle.hasStyle()
.hasStyle
in interface ExtendedElementCSSInlineStyle
public CSSStyleDeclaration getStyle()
SVGStylable.getStyle()
.getStyle
in interface ElementCSSInlineStyle
public CSSValue getPresentationAttribute(java.lang.String name)
SVGStylable.getPresentationAttribute(String)
.public SVGAnimatedString getClassName()
SVGStylable.getClassName()
.public boolean hasOverrideStyle(java.lang.String pseudoElt)
OverrideStyleElement.hasOverrideStyle(String)
.hasOverrideStyle
in interface OverrideStyleElement
public CSSStyleDeclaration getOverrideStyle(java.lang.String pseudoElt)
OverrideStyleElement.getOverrideStyle(String)
.getOverrideStyle
in interface OverrideStyleElement
org.apache.batik.dom.util.OverrideStyleElement
pseudoElt
- The pseudo element or null
if none.protected final SVGExternalResourcesRequiredSupport getExternalResourcesRequiredSupport()
public SVGAnimatedBoolean getExternalResourcesRequired()
SVGExternalResourcesRequired#getExternalResourcesRequired()
.public java.lang.String getXMLlang()
public void setXMLlang(java.lang.String lang)
public java.lang.String getXMLspace()
public void setXMLspace(java.lang.String space)
protected java.util.Map getDefaultAttributeValues()
getDefaultAttributeValues
in class SVGOMElement
protected Node newNode()
newNode
in class AbstractNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |