|
||||||||||
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.SVGGraphicsElement
org.apache.batik.anim.dom.SVGOMPathElement
public class SVGOMPathElement
This class implements SVGPathElement
.
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 SVGOMAnimatedPathData |
d
The 'd' attribute value. |
protected static DoublyIndexedTable |
xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Fields inherited from class org.apache.batik.anim.dom.SVGGraphicsElement |
---|
externalResourcesRequired, motionTransform, transform |
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.apache.batik.anim.dom.AnimationTarget |
---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
Constructor Summary | |
---|---|
protected |
SVGOMPathElement()
Creates a new SVGOMPathElement object. |
|
SVGOMPathElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMPathElement object. |
Method Summary | |
---|---|
org.w3c.dom.svg.SVGPathSegArcAbs |
createSVGPathSegArcAbs(float x_value,
float y_value,
float r1_value,
float r2_value,
float angle_value,
boolean largeArcFlag_value,
boolean sweepFlag_value)
DOM: Implements SVGPathElement.createSVGPathSegArcAbs(float,float,float,float,float,boolean,boolean) . |
org.w3c.dom.svg.SVGPathSegArcRel |
createSVGPathSegArcRel(float x_value,
float y_value,
float r1_value,
float r2_value,
float angle_value,
boolean largeArcFlag_value,
boolean sweepFlag_value)
DOM: Implements SVGPathElement.createSVGPathSegArcRel(float,float,float,float,float,boolean,boolean) . |
org.w3c.dom.svg.SVGPathSegClosePath |
createSVGPathSegClosePath()
DOM: Implements SVGPathElement.createSVGPathSegClosePath() . |
org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs |
createSVGPathSegCurvetoCubicAbs(float x_value,
float y_value,
float x1_value,
float y1_value,
float x2_value,
float y2_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicAbs(float,float,float,float,float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoCubicRel |
createSVGPathSegCurvetoCubicRel(float x_value,
float y_value,
float x1_value,
float y1_value,
float x2_value,
float y2_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicRel(float,float,float,float,float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs |
createSVGPathSegCurvetoCubicSmoothAbs(float x_value,
float y_value,
float x2_value,
float y2_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs(float,float,float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel |
createSVGPathSegCurvetoCubicSmoothRel(float x_value,
float y_value,
float x2_value,
float y2_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(float,float,float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs |
createSVGPathSegCurvetoQuadraticAbs(float x_value,
float y_value,
float x1_value,
float y1_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticAbs(float,float,float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel |
createSVGPathSegCurvetoQuadraticRel(float x_value,
float y_value,
float x1_value,
float y1_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticRel(float,float,float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs |
createSVGPathSegCurvetoQuadraticSmoothAbs(float x_value,
float y_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(float,float) . |
org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel |
createSVGPathSegCurvetoQuadraticSmoothRel(float x_value,
float y_value)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel(float,float) . |
org.w3c.dom.svg.SVGPathSegLinetoAbs |
createSVGPathSegLinetoAbs(float x_value,
float y_value)
DOM: Implements SVGPathElement.createSVGPathSegLinetoAbs(float,float) . |
org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs |
createSVGPathSegLinetoHorizontalAbs(float x_value)
DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalAbs(float) . |
org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel |
createSVGPathSegLinetoHorizontalRel(float x_value)
DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalRel(float) . |
org.w3c.dom.svg.SVGPathSegLinetoRel |
createSVGPathSegLinetoRel(float x_value,
float y_value)
DOM: Implements SVGPathElement.createSVGPathSegLinetoRel(float,float) . |
org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs |
createSVGPathSegLinetoVerticalAbs(float y_value)
DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalAbs(float) . |
org.w3c.dom.svg.SVGPathSegLinetoVerticalRel |
createSVGPathSegLinetoVerticalRel(float y_value)
DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalRel(float) . |
org.w3c.dom.svg.SVGPathSegMovetoAbs |
createSVGPathSegMovetoAbs(float x_value,
float y_value)
DOM: Implements SVGPathElement.createSVGPathSegMovetoAbs(float,float) . |
org.w3c.dom.svg.SVGPathSegMovetoRel |
createSVGPathSegMovetoRel(float x_value,
float y_value)
DOM: Implements SVGPathElement.createSVGPathSegMovetoRel(float,float) . |
org.w3c.dom.svg.SVGPathSegList |
getAnimatedNormalizedPathSegList()
DOM: Implements SVGAnimatedPathData.getAnimatedNormalizedPathSegList() . |
SVGOMAnimatedPathData |
getAnimatedPathData()
Returns the SVGOMAnimatedPathData object that manages the
path data for this element. |
org.w3c.dom.svg.SVGPathSegList |
getAnimatedPathSegList()
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList() . |
String |
getLocalName()
DOM: Implements Node.getLocalName() . |
org.w3c.dom.svg.SVGPathSegList |
getNormalizedPathSegList()
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList() . |
org.w3c.dom.svg.SVGAnimatedNumber |
getPathLength()
DOM: Implements SVGPathElement.getPathLength() . |
int |
getPathSegAtLength(float distance)
DOM: Implements SVGPathElement.getPathSegAtLength(float) . |
org.w3c.dom.svg.SVGPathSegList |
getPathSegList()
DOM: Implements SVGAnimatedPathData.getPathSegList() . |
org.w3c.dom.svg.SVGPoint |
getPointAtLength(float distance)
DOM: Implements SVGPathElement.getPointAtLength(float) . |
float |
getTotalLength()
DOM: Implements SVGPathElement.getTotalLength() . |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
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.SVGGraphicsElement |
---|
getBBox, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getMotionTransform, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform, getTransformToElement, getXMLlang, getXMLspace, hasExtension, setXMLlang, setXMLspace, updateOtherValue |
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.SVGTests |
---|
getRequiredExtensions, getRequiredFeatures, getSystemLanguage, hasExtension |
Methods inherited from interface org.w3c.dom.svg.SVGLangSpace |
---|
getXMLlang, getXMLspace, setXMLlang, setXMLspace |
Methods inherited from interface org.w3c.dom.svg.SVGExternalResourcesRequired |
---|
getExternalResourcesRequired |
Methods inherited from interface org.w3c.dom.svg.SVGStylable |
---|
getClassName, getPresentationAttribute, getStyle |
Methods inherited from interface org.w3c.dom.svg.SVGTransformable |
---|
getTransform |
Methods inherited from interface org.w3c.dom.svg.SVGLocatable |
---|
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getScreenCTM, getTransformToElement |
Methods inherited from interface org.w3c.dom.events.EventTarget |
---|
addEventListener, addEventListenerNS, dispatchEvent, removeEventListener, removeEventListenerNS |
Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
---|
addEventListenerNS, dispatchEvent, getEventSupport, getParentNodeEventTarget, removeEventListenerNS |
Field Detail |
---|
protected static DoublyIndexedTable xmlTraitInformation
protected SVGOMAnimatedPathData d
Constructor Detail |
---|
protected SVGOMPathElement()
public SVGOMPathElement(String prefix, AbstractDocument owner)
prefix
- The namespace prefix.owner
- The owner document.Method Detail |
---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes
in class SVGGraphicsElement
public String getLocalName()
Node.getLocalName()
.
getLocalName
in interface Node
getLocalName
in class AbstractNode
public org.w3c.dom.svg.SVGAnimatedNumber getPathLength()
SVGPathElement.getPathLength()
.
getPathLength
in interface org.w3c.dom.svg.SVGPathElement
public float getTotalLength()
SVGPathElement.getTotalLength()
.
getTotalLength
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPoint getPointAtLength(float distance)
SVGPathElement.getPointAtLength(float)
.
getPointAtLength
in interface org.w3c.dom.svg.SVGPathElement
public int getPathSegAtLength(float distance)
SVGPathElement.getPathSegAtLength(float)
.
getPathSegAtLength
in interface org.w3c.dom.svg.SVGPathElement
public SVGOMAnimatedPathData getAnimatedPathData()
SVGOMAnimatedPathData
object that manages the
path data for this element.
public org.w3c.dom.svg.SVGPathSegList getPathSegList()
SVGAnimatedPathData.getPathSegList()
.
getPathSegList
in interface org.w3c.dom.svg.SVGAnimatedPathData
public org.w3c.dom.svg.SVGPathSegList getNormalizedPathSegList()
SVGAnimatedPathData.getNormalizedPathSegList()
.
getNormalizedPathSegList
in interface org.w3c.dom.svg.SVGAnimatedPathData
public org.w3c.dom.svg.SVGPathSegList getAnimatedPathSegList()
SVGAnimatedPathData.getAnimatedPathSegList()
.
getAnimatedPathSegList
in interface org.w3c.dom.svg.SVGAnimatedPathData
public org.w3c.dom.svg.SVGPathSegList getAnimatedNormalizedPathSegList()
SVGAnimatedPathData.getAnimatedNormalizedPathSegList()
.
getAnimatedNormalizedPathSegList
in interface org.w3c.dom.svg.SVGAnimatedPathData
public org.w3c.dom.svg.SVGPathSegClosePath createSVGPathSegClosePath()
SVGPathElement.createSVGPathSegClosePath()
.
createSVGPathSegClosePath
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(float x_value, float y_value)
SVGPathElement.createSVGPathSegMovetoAbs(float,float)
.
createSVGPathSegMovetoAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegMovetoRel createSVGPathSegMovetoRel(float x_value, float y_value)
SVGPathElement.createSVGPathSegMovetoRel(float,float)
.
createSVGPathSegMovetoRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(float x_value, float y_value)
SVGPathElement.createSVGPathSegLinetoAbs(float,float)
.
createSVGPathSegLinetoAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegLinetoRel createSVGPathSegLinetoRel(float x_value, float y_value)
SVGPathElement.createSVGPathSegLinetoRel(float,float)
.
createSVGPathSegLinetoRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float x_value)
SVGPathElement.createSVGPathSegLinetoHorizontalAbs(float)
.
createSVGPathSegLinetoHorizontalAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(float x_value)
SVGPathElement.createSVGPathSegLinetoHorizontalRel(float)
.
createSVGPathSegLinetoHorizontalRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(float y_value)
SVGPathElement.createSVGPathSegLinetoVerticalAbs(float)
.
createSVGPathSegLinetoVerticalAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(float y_value)
SVGPathElement.createSVGPathSegLinetoVerticalRel(float)
.
createSVGPathSegLinetoVerticalRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(float x_value, float y_value, float x1_value, float y1_value, float x2_value, float y2_value)
SVGPathElement.createSVGPathSegCurvetoCubicAbs(float,float,float,float,float,float)
.
createSVGPathSegCurvetoCubicAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(float x_value, float y_value, float x1_value, float y1_value, float x2_value, float y2_value)
SVGPathElement.createSVGPathSegCurvetoCubicRel(float,float,float,float,float,float)
.
createSVGPathSegCurvetoCubicRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(float x_value, float y_value, float x1_value, float y1_value)
SVGPathElement.createSVGPathSegCurvetoQuadraticAbs(float,float,float,float)
.
createSVGPathSegCurvetoQuadraticAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(float x_value, float y_value, float x1_value, float y1_value)
SVGPathElement.createSVGPathSegCurvetoQuadraticRel(float,float,float,float)
.
createSVGPathSegCurvetoQuadraticRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(float x_value, float y_value, float x2_value, float y2_value)
SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs(float,float,float,float)
.
createSVGPathSegCurvetoCubicSmoothAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(float x_value, float y_value, float x2_value, float y2_value)
SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(float,float,float,float)
.
createSVGPathSegCurvetoCubicSmoothRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(float x_value, float y_value)
SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(float,float)
.
createSVGPathSegCurvetoQuadraticSmoothAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(float x_value, float y_value)
SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel(float,float)
.
createSVGPathSegCurvetoQuadraticSmoothRel
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegArcAbs createSVGPathSegArcAbs(float x_value, float y_value, float r1_value, float r2_value, float angle_value, boolean largeArcFlag_value, boolean sweepFlag_value)
SVGPathElement.createSVGPathSegArcAbs(float,float,float,float,float,boolean,boolean)
.
createSVGPathSegArcAbs
in interface org.w3c.dom.svg.SVGPathElement
public org.w3c.dom.svg.SVGPathSegArcRel createSVGPathSegArcRel(float x_value, float y_value, float r1_value, float r2_value, float angle_value, boolean largeArcFlag_value, boolean sweepFlag_value)
SVGPathElement.createSVGPathSegArcRel(float,float,float,float,float,boolean,boolean)
.
createSVGPathSegArcRel
in interface org.w3c.dom.svg.SVGPathElement
protected Node newNode()
newNode
in class AbstractNode
protected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable
in class SVGGraphicsElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |