|
||||||||||
| 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.anim.dom.AbstractElement
org.apache.batik.anim.dom.SVGOMElement
org.apache.batik.anim.dom.SVGStylableElement
org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
org.apache.batik.anim.dom.SVGOMFETurbulenceElement
public class SVGOMFETurbulenceElement
This class implements SVGFETurbulenceElement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
SVGStylableElement.OverrideStyleDeclaration, SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue, SVGStylableElement.PresentationAttributeValue, SVGStylableElement.StyleDeclaration |
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
SVGOMElement.UnitContext |
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.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 SVGOMAnimatedInteger |
numOctaves
The 'numOctaves' attribute value. |
protected SVGOMAnimatedNumber |
seed
The 'seed' attribute value. |
protected static String[] |
STITCH_TILES_VALUES
The 'stitchTiles' attribute values. |
protected SVGOMAnimatedEnumeration |
stitchTiles
The 'stitchTiles' attribute value. |
protected SVGOMAnimatedEnumeration |
type
The 'type' attribute value. |
protected static String[] |
TYPE_VALUES
The 'type' attribute values. |
protected static DoublyIndexedTable |
xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Fields inherited from class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes |
|---|
height, result, width, x, y |
| Fields inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
className, computedStyleMap, overrideStyleDeclaration, style |
| Fields inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
prefix, readonly, svgContext, targetListeners, unitContext |
| Fields inherited from class org.apache.batik.anim.dom.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.w3c.dom.svg.SVGFETurbulenceElement |
|---|
SVG_STITCHTYPE_NOSTITCH, SVG_STITCHTYPE_STITCH, SVG_STITCHTYPE_UNKNOWN, SVG_TURBULENCE_TYPE_FRACTALNOISE, SVG_TURBULENCE_TYPE_TURBULENCE, SVG_TURBULENCE_TYPE_UNKNOWN |
| Fields inherited from interface org.apache.batik.anim.dom.AnimationTarget |
|---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
| Constructor Summary | |
|---|---|
protected |
SVGOMFETurbulenceElement()
Creates a new SVGOMFETurbulence object. |
|
SVGOMFETurbulenceElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFETurbulenceElement object. |
| Method Summary | |
|---|---|
org.w3c.dom.svg.SVGAnimatedNumber |
getBaseFrequencyX()
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyX(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getBaseFrequencyY()
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyY(). |
String |
getLocalName()
DOM: Implements Node.getLocalName(). |
org.w3c.dom.svg.SVGAnimatedInteger |
getNumOctaves()
DOM: Implements SVGFETurbulenceElement.getNumOctaves(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getSeed()
DOM: Implements SVGFETurbulenceElement.getSeed(). |
org.w3c.dom.svg.SVGAnimatedEnumeration |
getStitchTiles()
DOM: Implements SVGFETurbulenceElement.getStitchTiles(). |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
org.w3c.dom.svg.SVGAnimatedEnumeration |
getType()
DOM: Implements SVGFETurbulenceElement.getType(). |
protected void |
initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node |
newNode()
Returns a new uninitialized instance of this object's class. |
| Methods inherited from class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes |
|---|
getHeight, getResult, getWidth, getX, getY |
| Methods inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
addTargetListener, getClassName, getComputedStyleMap, getCSSBase, getCSSClass, getOverrideStyle, getOverrideStyleDeclarationProvider, getPresentationAttribute, getStyle, getXMLId, isPseudoInstanceOf, removeTargetListener, setComputedStyleMap, updatePropertyValue, useLinearRGBColorInterpolation |
| Methods inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
attrAdded, attrModified, attrRemoved, createAttributes, fireDOMAttrModifiedEvent, getAttributeInitializer, 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.svg.SVGElement |
|---|
getId, getOwnerSVGElement, getViewportElement, getXMLbase, setId, setXMLbase |
| 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.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes |
|---|
getHeight, getResult, getWidth, getX, getY |
| Methods inherited from interface org.w3c.dom.svg.SVGStylable |
|---|
getClassName, getPresentationAttribute, getStyle |
| 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 String[] STITCH_TILES_VALUES
protected static final String[] TYPE_VALUES
protected SVGOMAnimatedInteger numOctaves
protected SVGOMAnimatedNumber seed
protected SVGOMAnimatedEnumeration stitchTiles
protected SVGOMAnimatedEnumeration type
| Constructor Detail |
|---|
protected SVGOMFETurbulenceElement()
public SVGOMFETurbulenceElement(String prefix,
AbstractDocument owner)
prefix - The namespace prefix.owner - The owner document.| Method Detail |
|---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes in class SVGOMFilterPrimitiveStandardAttributespublic String getLocalName()
Node.getLocalName().
getLocalName in interface NodegetLocalName in class AbstractNodepublic org.w3c.dom.svg.SVGAnimatedNumber getBaseFrequencyX()
SVGFETurbulenceElement.getBaseFrequencyX().
getBaseFrequencyX in interface org.w3c.dom.svg.SVGFETurbulenceElementpublic org.w3c.dom.svg.SVGAnimatedNumber getBaseFrequencyY()
SVGFETurbulenceElement.getBaseFrequencyY().
getBaseFrequencyY in interface org.w3c.dom.svg.SVGFETurbulenceElementpublic org.w3c.dom.svg.SVGAnimatedInteger getNumOctaves()
SVGFETurbulenceElement.getNumOctaves().
getNumOctaves in interface org.w3c.dom.svg.SVGFETurbulenceElementpublic org.w3c.dom.svg.SVGAnimatedNumber getSeed()
SVGFETurbulenceElement.getSeed().
getSeed in interface org.w3c.dom.svg.SVGFETurbulenceElementpublic org.w3c.dom.svg.SVGAnimatedEnumeration getStitchTiles()
SVGFETurbulenceElement.getStitchTiles().
getStitchTiles in interface org.w3c.dom.svg.SVGFETurbulenceElementpublic org.w3c.dom.svg.SVGAnimatedEnumeration getType()
SVGFETurbulenceElement.getType().
getType in interface org.w3c.dom.svg.SVGFETurbulenceElementprotected Node newNode()
newNode in class AbstractNodeprotected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable in class SVGOMFilterPrimitiveStandardAttributes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||