|
||||||||||
| 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.SVGOMComponentTransferFunctionElement
public abstract class SVGOMComponentTransferFunctionElement
This class represents the component transfer function elements.
| Nested Class Summary |
|---|
| 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 SVGOMAnimatedNumber |
amplitude
The 'amplitude' attribute value. |
protected SVGOMAnimatedNumber |
exponent
The 'exponent' attribute value. |
protected SVGOMAnimatedNumber |
intercept
The 'intercept' attribute value. |
protected SVGOMAnimatedNumber |
offset
The 'offset' attribute value. |
protected SVGOMAnimatedNumber |
slope
The 'slope' attribute value. |
protected SVGOMAnimatedNumberList |
tableValues
The 'tableValues' 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.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.SVGComponentTransferFunctionElement |
|---|
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE, SVG_FECOMPONENTTRANSFER_TYPE_GAMMA, SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY, SVG_FECOMPONENTTRANSFER_TYPE_LINEAR, SVG_FECOMPONENTTRANSFER_TYPE_TABLE, SVG_FECOMPONENTTRANSFER_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 |
SVGOMComponentTransferFunctionElement()
Creates a new Element object. |
protected |
SVGOMComponentTransferFunctionElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
| Method Summary | |
|---|---|
org.w3c.dom.svg.SVGAnimatedNumber |
getAmplitude()
DOM: Implements SVGComponentTransferFunctionElement.getAmplitude(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getExponent()
DOM: Implements SVGComponentTransferFunctionElement.getExponent(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getIntercept()
DOM: Implements SVGComponentTransferFunctionElement.getIntercept(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getOffset()
DOM: Implements SVGComponentTransferFunctionElement.getOffset(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getSlope()
DOM: Implements SVGComponentTransferFunctionElement.getSlope(). |
org.w3c.dom.svg.SVGAnimatedNumberList |
getTableValues()
DOM: Implements SVGComponentTransferFunctionElement.getTableValues(). |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
org.w3c.dom.svg.SVGAnimatedEnumeration |
getType()
DOM: Implements SVGComponentTransferFunctionElement.getType(). |
protected void |
initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| 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, getLocalName, 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 String[] TYPE_VALUES
protected SVGOMAnimatedEnumeration type
protected SVGOMAnimatedNumberList tableValues
protected SVGOMAnimatedNumber slope
protected SVGOMAnimatedNumber intercept
protected SVGOMAnimatedNumber amplitude
protected SVGOMAnimatedNumber exponent
protected SVGOMAnimatedNumber offset
| Constructor Detail |
|---|
protected SVGOMComponentTransferFunctionElement()
protected SVGOMComponentTransferFunctionElement(String prefix,
AbstractDocument owner)
prefix - The namespace prefix.owner - The owner document.| Method Detail |
|---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes in class SVGOMElementpublic org.w3c.dom.svg.SVGAnimatedEnumeration getType()
SVGComponentTransferFunctionElement.getType().
getType in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementpublic org.w3c.dom.svg.SVGAnimatedNumberList getTableValues()
SVGComponentTransferFunctionElement.getTableValues().
getTableValues in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementpublic org.w3c.dom.svg.SVGAnimatedNumber getSlope()
SVGComponentTransferFunctionElement.getSlope().
getSlope in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementpublic org.w3c.dom.svg.SVGAnimatedNumber getIntercept()
SVGComponentTransferFunctionElement.getIntercept().
getIntercept in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementpublic org.w3c.dom.svg.SVGAnimatedNumber getAmplitude()
SVGComponentTransferFunctionElement.getAmplitude().
getAmplitude in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementpublic org.w3c.dom.svg.SVGAnimatedNumber getExponent()
SVGComponentTransferFunctionElement.getExponent().
getExponent in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementpublic org.w3c.dom.svg.SVGAnimatedNumber getOffset()
SVGComponentTransferFunctionElement.getOffset().
getOffset in interface org.w3c.dom.svg.SVGComponentTransferFunctionElementprotected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable in class SVGOMElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||