Java Doc for SVGOMPathElement.java in  » Graphic-Library » batik » org » apache » batik » dom » svg » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Graphic Library » batik » org.apache.batik.dom.svg 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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.SVGGraphicsElement
               org.apache.batik.dom.svg.SVGOMPathElement

SVGOMPathElement
public class SVGOMPathElement extends SVGGraphicsElement implements SVGPathElement,SVGPathSegConstants(Code)
This class implements SVGPathElement .
author:
   Stephane Hillion
version:
   $Id: SVGOMPathElement.java 489964 2006-12-24 01:30:23Z cam $


Field Summary
protected  SVGOMAnimatedPathDatad
     The 'd' attribute value.
protected static  DoublyIndexedTablexmlTraitInformation
     Table mapping XML attribute names to TraitInformation objects.

Constructor Summary
protected  SVGOMPathElement()
     Creates a new SVGOMPathElement object.
public  SVGOMPathElement(String prefix, AbstractDocument owner)
     Creates a new SVGOMPathElement object.

Method Summary
public  SVGPathSegArcAbscreateSVGPathSegArcAbs(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(floatfloatfloatfloatfloatbooleanboolean) .
public  SVGPathSegArcRelcreateSVGPathSegArcRel(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(floatfloatfloatfloatfloatbooleanboolean) .
public  SVGPathSegClosePathcreateSVGPathSegClosePath()
     DOM: Implements SVGPathElement.createSVGPathSegClosePath .
public  SVGPathSegCurvetoCubicAbscreateSVGPathSegCurvetoCubicAbs(float x_value, float y_value, float x1_value, float y1_value, float x2_value, float y2_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicAbs(floatfloatfloatfloatfloatfloat) .
public  SVGPathSegCurvetoCubicRelcreateSVGPathSegCurvetoCubicRel(float x_value, float y_value, float x1_value, float y1_value, float x2_value, float y2_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicRel(floatfloatfloatfloatfloatfloat) .
public  SVGPathSegCurvetoCubicSmoothAbscreateSVGPathSegCurvetoCubicSmoothAbs(float x_value, float y_value, float x2_value, float y2_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs(floatfloatfloatfloat) .
public  SVGPathSegCurvetoCubicSmoothRelcreateSVGPathSegCurvetoCubicSmoothRel(float x_value, float y_value, float x2_value, float y2_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(floatfloatfloatfloat) .
public  SVGPathSegCurvetoQuadraticAbscreateSVGPathSegCurvetoQuadraticAbs(float x_value, float y_value, float x1_value, float y1_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticAbs(floatfloatfloatfloat) .
public  SVGPathSegCurvetoQuadraticRelcreateSVGPathSegCurvetoQuadraticRel(float x_value, float y_value, float x1_value, float y1_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticRel(floatfloatfloatfloat) .
public  SVGPathSegCurvetoQuadraticSmoothAbscreateSVGPathSegCurvetoQuadraticSmoothAbs(float x_value, float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(floatfloat) .
public  SVGPathSegCurvetoQuadraticSmoothRelcreateSVGPathSegCurvetoQuadraticSmoothRel(float x_value, float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel(floatfloat) .
public  SVGPathSegLinetoAbscreateSVGPathSegLinetoAbs(float x_value, float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegLinetoAbs(floatfloat) .
public  SVGPathSegLinetoHorizontalAbscreateSVGPathSegLinetoHorizontalAbs(float x_value)
     DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalAbs(float) .
public  SVGPathSegLinetoHorizontalRelcreateSVGPathSegLinetoHorizontalRel(float x_value)
     DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalRel(float) .
public  SVGPathSegLinetoRelcreateSVGPathSegLinetoRel(float x_value, float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegLinetoRel(floatfloat) .
public  SVGPathSegLinetoVerticalAbscreateSVGPathSegLinetoVerticalAbs(float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalAbs(float) .
public  SVGPathSegLinetoVerticalRelcreateSVGPathSegLinetoVerticalRel(float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalRel(float) .
public  SVGPathSegMovetoAbscreateSVGPathSegMovetoAbs(float x_value, float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegMovetoAbs(floatfloat) .
public  SVGPathSegMovetoRelcreateSVGPathSegMovetoRel(float x_value, float y_value)
     DOM: Implements SVGPathElement.createSVGPathSegMovetoRel(floatfloat) .
public  SVGPathSegListgetAnimatedNormalizedPathSegList()
     DOM: Implements SVGPathElement.getAnimatedNormalizedPathSegList .
public  SVGPathSegListgetAnimatedPathSegList()
     DOM: Implements SVGPathElement.getAnimatedPathSegList .
public  StringgetLocalName()
     DOM: Implements org.w3c.dom.Node.getLocalName .
public  SVGPathSegListgetNormalizedPathSegList()
     DOM: Implements SVGPathElement.getNormalizedPathSegList .
public  SVGAnimatedNumbergetPathLength()
     DOM: Implements SVGPathElement.getPathLength .
public  intgetPathSegAtLength(float distance)
     DOM: Implements SVGPathElement.getPathSegAtLength(float) .
public  SVGPathSegListgetPathSegList()
     DOM: Implements SVGPathElement.getPathSegList .
public  SVGPointgetPointAtLength(float distance)
     DOM: Implements SVGPathElement.getPointAtLength(float) .
public  floatgetTotalLength()
     DOM: Implements SVGPathElement.getTotalLength .
protected  DoublyIndexedTablegetTraitInformationTable()
     Returns the table of TraitInformation objects for this element.
protected  voidinitializeAllLiveAttributes()
     Initializes all live attributes for this element.
protected  NodenewNode()
     Returns a new uninitialized instance of this object's class.

Field Detail
d
protected SVGOMAnimatedPathData d(Code)
The 'd' attribute value.



xmlTraitInformation
protected static DoublyIndexedTable xmlTraitInformation(Code)
Table mapping XML attribute names to TraitInformation objects.




Constructor Detail
SVGOMPathElement
protected SVGOMPathElement()(Code)
Creates a new SVGOMPathElement object.



SVGOMPathElement
public SVGOMPathElement(String prefix, AbstractDocument owner)(Code)
Creates a new SVGOMPathElement object.
Parameters:
  prefix - The namespace prefix.
Parameters:
  owner - The owner document.




Method Detail
createSVGPathSegArcAbs
public SVGPathSegArcAbs createSVGPathSegArcAbs(float x_value, float y_value, float r1_value, float r2_value, float angle_value, boolean largeArcFlag_value, boolean sweepFlag_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegArcAbs(floatfloatfloatfloatfloatbooleanboolean) .



createSVGPathSegArcRel
public SVGPathSegArcRel createSVGPathSegArcRel(float x_value, float y_value, float r1_value, float r2_value, float angle_value, boolean largeArcFlag_value, boolean sweepFlag_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegArcRel(floatfloatfloatfloatfloatbooleanboolean) .



createSVGPathSegClosePath
public SVGPathSegClosePath createSVGPathSegClosePath()(Code)
DOM: Implements SVGPathElement.createSVGPathSegClosePath .



createSVGPathSegCurvetoCubicAbs
public SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(float x_value, float y_value, float x1_value, float y1_value, float x2_value, float y2_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicAbs(floatfloatfloatfloatfloatfloat) .



createSVGPathSegCurvetoCubicRel
public SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(float x_value, float y_value, float x1_value, float y1_value, float x2_value, float y2_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicRel(floatfloatfloatfloatfloatfloat) .



createSVGPathSegCurvetoCubicSmoothAbs
public SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(float x_value, float y_value, float x2_value, float y2_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs(floatfloatfloatfloat) .



createSVGPathSegCurvetoCubicSmoothRel
public SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(float x_value, float y_value, float x2_value, float y2_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(floatfloatfloatfloat) .



createSVGPathSegCurvetoQuadraticAbs
public SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(float x_value, float y_value, float x1_value, float y1_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticAbs(floatfloatfloatfloat) .



createSVGPathSegCurvetoQuadraticRel
public SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(float x_value, float y_value, float x1_value, float y1_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticRel(floatfloatfloatfloat) .



createSVGPathSegCurvetoQuadraticSmoothAbs
public SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(float x_value, float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(floatfloat) .



createSVGPathSegCurvetoQuadraticSmoothRel
public SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(float x_value, float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel(floatfloat) .



createSVGPathSegLinetoAbs
public SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(float x_value, float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegLinetoAbs(floatfloat) .



createSVGPathSegLinetoHorizontalAbs
public SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float x_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalAbs(float) .



createSVGPathSegLinetoHorizontalRel
public SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(float x_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalRel(float) .



createSVGPathSegLinetoRel
public SVGPathSegLinetoRel createSVGPathSegLinetoRel(float x_value, float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegLinetoRel(floatfloat) .



createSVGPathSegLinetoVerticalAbs
public SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalAbs(float) .



createSVGPathSegLinetoVerticalRel
public SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalRel(float) .



createSVGPathSegMovetoAbs
public SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(float x_value, float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegMovetoAbs(floatfloat) .



createSVGPathSegMovetoRel
public SVGPathSegMovetoRel createSVGPathSegMovetoRel(float x_value, float y_value)(Code)
DOM: Implements SVGPathElement.createSVGPathSegMovetoRel(floatfloat) .



getAnimatedNormalizedPathSegList
public SVGPathSegList getAnimatedNormalizedPathSegList()(Code)
DOM: Implements SVGPathElement.getAnimatedNormalizedPathSegList .



getAnimatedPathSegList
public SVGPathSegList getAnimatedPathSegList()(Code)
DOM: Implements SVGPathElement.getAnimatedPathSegList .



getLocalName
public String getLocalName()(Code)
DOM: Implements org.w3c.dom.Node.getLocalName .



getNormalizedPathSegList
public SVGPathSegList getNormalizedPathSegList()(Code)
DOM: Implements SVGPathElement.getNormalizedPathSegList .



getPathLength
public SVGAnimatedNumber getPathLength()(Code)
DOM: Implements SVGPathElement.getPathLength .



getPathSegAtLength
public int getPathSegAtLength(float distance)(Code)
DOM: Implements SVGPathElement.getPathSegAtLength(float) .



getPathSegList
public SVGPathSegList getPathSegList()(Code)
DOM: Implements SVGPathElement.getPathSegList .



getPointAtLength
public SVGPoint getPointAtLength(float distance)(Code)
DOM: Implements SVGPathElement.getPointAtLength(float) .



getTotalLength
public float getTotalLength()(Code)
DOM: Implements SVGPathElement.getTotalLength .



getTraitInformationTable
protected DoublyIndexedTable getTraitInformationTable()(Code)
Returns the table of TraitInformation objects for this element.



initializeAllLiveAttributes
protected void initializeAllLiveAttributes()(Code)
Initializes all live attributes for this element.



newNode
protected Node newNode()(Code)
Returns a new uninitialized instance of this object's class.



Fields inherited from org.apache.batik.dom.svg.SVGGraphicsElement
protected SVGOMAnimatedBoolean externalResourcesRequired(Code)(Java Doc)
protected AffineTransform motionTransform(Code)(Java Doc)
protected SVGOMAnimatedTransformList transform(Code)(Java Doc)
protected static DoublyIndexedTable xmlTraitInformation(Code)(Java Doc)

Methods inherited from org.apache.batik.dom.svg.SVGGraphicsElement
public SVGRect getBBox()(Code)(Java Doc)
public SVGMatrix getCTM()(Code)(Java Doc)
public SVGAnimatedBoolean getExternalResourcesRequired()(Code)(Java Doc)
public SVGElement getFarthestViewportElement()(Code)(Java Doc)
public AffineTransform getMotionTransform()(Code)(Java Doc)
public SVGElement getNearestViewportElement()(Code)(Java Doc)
public SVGStringList getRequiredExtensions()(Code)(Java Doc)
public SVGStringList getRequiredFeatures()(Code)(Java Doc)
public SVGMatrix getScreenCTM()(Code)(Java Doc)
public SVGStringList getSystemLanguage()(Code)(Java Doc)
protected DoublyIndexedTable getTraitInformationTable()(Code)(Java Doc)
public SVGAnimatedTransformList getTransform()(Code)(Java Doc)
public SVGMatrix getTransformToElement(SVGElement element) throws SVGException(Code)(Java Doc)
public String getXMLlang()(Code)(Java Doc)
public String getXMLspace()(Code)(Java Doc)
public boolean hasExtension(String extension)(Code)(Java Doc)
protected void initializeAllLiveAttributes()(Code)(Java Doc)
public void setXMLlang(String lang)(Code)(Java Doc)
public void setXMLspace(String space)(Code)(Java Doc)
public void updateOtherValue(String type, AnimatableValue val)(Code)(Java Doc)

Fields inherited from org.apache.batik.dom.svg.SVGStylableElement
protected SVGOMAnimatedString className(Code)(Java Doc)
protected StyleMap computedStyleMap(Code)(Java Doc)
protected OverrideStyleDeclaration overrideStyleDeclaration(Code)(Java Doc)
protected StyleDeclaration style(Code)(Java Doc)
protected static DoublyIndexedTable xmlTraitInformation(Code)(Java Doc)

Methods inherited from org.apache.batik.dom.svg.SVGStylableElement
public void addTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l)(Code)(Java Doc)
public URL getCSSBase()(Code)(Java Doc)
public String getCSSClass()(Code)(Java Doc)
public SVGAnimatedString getClassName()(Code)(Java Doc)
public StyleMap getComputedStyleMap(String pseudoElement)(Code)(Java Doc)
public CSSStyleDeclaration getOverrideStyle()(Code)(Java Doc)
public StyleDeclarationProvider getOverrideStyleDeclarationProvider()(Code)(Java Doc)
public CSSValue getPresentationAttribute(String name)(Code)(Java Doc)
public CSSStyleDeclaration getStyle()(Code)(Java Doc)
protected DoublyIndexedTable getTraitInformationTable()(Code)(Java Doc)
public String getXMLId()(Code)(Java Doc)
protected void initializeAllLiveAttributes()(Code)(Java Doc)
public boolean isPseudoInstanceOf(String pseudoClass)(Code)(Java Doc)
public void removeTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l)(Code)(Java Doc)
public void setComputedStyleMap(String pseudoElement, StyleMap sm)(Code)(Java Doc)
public void updatePropertyValue(String pn, AnimatableValue val)(Code)(Java Doc)
public boolean useLinearRGBColorInterpolation()(Code)(Java Doc)

Fields inherited from org.apache.batik.dom.svg.SVGOMElement
protected String prefix(Code)(Java Doc)
protected transient boolean readonly(Code)(Java Doc)
protected transient SVGContext svgContext(Code)(Java Doc)
protected DoublyIndexedTable targetListeners(Code)(Java Doc)
protected UnitProcessor.Context unitContext(Code)(Java Doc)
protected static DoublyIndexedTable xmlTraitInformation(Code)(Java Doc)

Methods inherited from org.apache.batik.dom.svg.SVGOMElement
public void addTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l)(Code)(Java Doc)
protected Node copyInto(Node n)(Code)(Java Doc)
protected SVGOMAnimatedBoolean createLiveAnimatedBoolean(String ns, String ln, boolean def)(Code)(Java Doc)
protected SVGOMAnimatedEnumeration createLiveAnimatedEnumeration(String ns, String ln, String[] val, short def)(Code)(Java Doc)
protected SVGOMAnimatedInteger createLiveAnimatedInteger(String ns, String ln, int def)(Code)(Java Doc)
protected SVGOMAnimatedLength createLiveAnimatedLength(String ns, String ln, String val, short dir, boolean nonneg)(Code)(Java Doc)
protected SVGOMAnimatedLengthList createLiveAnimatedLengthList(String ns, String ln, String def, boolean emptyAllowed, short dir)(Code)(Java Doc)
protected SVGOMAnimatedMarkerOrientValue createLiveAnimatedMarkerOrientValue(String ns, String ln)(Code)(Java Doc)
protected SVGOMAnimatedNumber createLiveAnimatedNumber(String ns, String ln, float def)(Code)(Java Doc)
protected SVGOMAnimatedNumber createLiveAnimatedNumber(String ns, String ln, float def, boolean allowPercentage)(Code)(Java Doc)
protected SVGOMAnimatedNumberList createLiveAnimatedNumberList(String ns, String ln, String def, boolean canEmpty)(Code)(Java Doc)
protected SVGOMAnimatedPathData createLiveAnimatedPathData(String ns, String ln, String def)(Code)(Java Doc)
protected SVGOMAnimatedPoints createLiveAnimatedPoints(String ns, String ln, String def)(Code)(Java Doc)
protected SVGOMAnimatedPreserveAspectRatio createLiveAnimatedPreserveAspectRatio()(Code)(Java Doc)
protected SVGOMAnimatedString createLiveAnimatedString(String ns, String ln)(Code)(Java Doc)
protected SVGOMAnimatedTransformList createLiveAnimatedTransformList(String ns, String ln, String def)(Code)(Java Doc)
public SVGException createSVGException(short type, String key, Object[] args)(Code)(Java Doc)
protected Node deepCopyInto(Node n)(Code)(Java Doc)
protected Node deepExport(Node n, AbstractDocument d)(Code)(Java Doc)
protected Node export(Node n, AbstractDocument d)(Code)(Java Doc)
void fireBaseAttributeListeners(String ns, String ln)(Code)(Java Doc)
final protected short getAttributePercentageInterpretation(String ns, String ln)(Code)(Java Doc)
final public int getAttributeType(String ns, String ln)(Code)(Java Doc)
protected AnimatableValue getBaseValue(SVGAnimatedInteger n, SVGAnimatedInteger on)(Code)(Java Doc)
protected AnimatableValue getBaseValue(SVGAnimatedNumber n, SVGAnimatedNumber on)(Code)(Java Doc)
protected String getCascadedXMLBase(Node node)(Code)(Java Doc)
public Element getElement()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public String getNamespaceURI()(Code)(Java Doc)
public String getNodeName()(Code)(Java Doc)
public SVGSVGElement getOwnerSVGElement()(Code)(Java Doc)
public short getPercentageInterpretation(String ns, String an, boolean isCSS)(Code)(Java Doc)
public int getPropertyType(String pn)(Code)(Java Doc)
public SVGContext getSVGContext()(Code)(Java Doc)
protected DoublyIndexedTable getTraitInformationTable()(Code)(Java Doc)
public AnimatableValue getUnderlyingValue(String ns, String ln)(Code)(Java Doc)
public SVGElement getViewportElement()(Code)(Java Doc)
public String getXMLbase()(Code)(Java Doc)
public boolean hasProperty(String pn)(Code)(Java Doc)
public boolean hasTrait(String ns, String ln)(Code)(Java Doc)
protected void initializeAllLiveAttributes()(Code)(Java Doc)
public boolean isAttributeAdditive(String ns, String ln)(Code)(Java Doc)
final public boolean isAttributeAnimatable(String ns, String ln)(Code)(Java Doc)
public boolean isPropertyAdditive(String pn)(Code)(Java Doc)
public boolean isPropertyAnimatable(String pn)(Code)(Java Doc)
public boolean isReadonly()(Code)(Java Doc)
public boolean isTraitAdditive(String ns, String tn)(Code)(Java Doc)
public boolean isTraitAnimatable(String ns, String tn)(Code)(Java Doc)
public void removeTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setPrefix(String prefix) throws DOMException(Code)(Java Doc)
public void setReadonly(boolean v)(Code)(Java Doc)
public void setSVGContext(SVGContext ctx)(Code)(Java Doc)
public void setXMLbase(String xmlbase) throws DOMException(Code)(Java Doc)
public float svgToUserSpace(float v, short type, short pcInterp)(Code)(Java Doc)
public void updateAttributeValue(String ns, String ln, AnimatableValue val)(Code)(Java Doc)
public void updateOtherValue(String type, AnimatableValue val)(Code)(Java Doc)
public void updatePropertyValue(String pn, AnimatableValue val)(Code)(Java Doc)
public boolean useLinearRGBColorInterpolation()(Code)(Java Doc)

Fields inherited from org.apache.batik.dom.svg.AbstractElement
protected transient DoublyIndexedTable liveAttributeValues(Code)(Java Doc)

Methods inherited from org.apache.batik.dom.svg.AbstractElement
protected void attrAdded(Attr node, String newv)(Code)(Java Doc)
protected void attrModified(Attr node, String oldv, String newv)(Code)(Java Doc)
protected void attrRemoved(Attr node, String oldv)(Code)(Java Doc)
protected NamedNodeMap createAttributes()(Code)(Java Doc)
protected Node deepExport(Node n, AbstractDocument d)(Code)(Java Doc)
protected Node export(Node n, AbstractDocument d)(Code)(Java Doc)
protected AttributeInitializer getAttributeInitializer()(Code)(Java Doc)
public Node getCSSFirstChild()(Code)(Java Doc)
public Node getCSSLastChild()(Code)(Java Doc)
public Node getCSSNextSibling()(Code)(Java Doc)
public Node getCSSParentNode()(Code)(Java Doc)
public Node getCSSPreviousSibling()(Code)(Java Doc)
public LiveAttributeValue getLiveAttributeValue(String ns, String ln)(Code)(Java Doc)
protected void initializeAttributes()(Code)(Java Doc)
public boolean isHiddenFromSelectors()(Code)(Java Doc)
public void putLiveAttributeValue(String ns, String ln, LiveAttributeValue val)(Code)(Java Doc)
protected boolean resetAttribute(String ns, String prefix, String ln)(Code)(Java Doc)
public void setUnspecifiedAttribute(String nsURI, String name, String value)(Code)(Java Doc)

Fields inherited from org.apache.batik.dom.AbstractElement
protected NamedNodeMap attributes(Code)(Java Doc)
protected TypeInfo typeInfo(Code)(Java Doc)

Methods inherited from org.apache.batik.dom.AbstractElement
protected void attrAdded(Attr node, String newv)(Code)(Java Doc)
protected void attrModified(Attr node, String oldv, String newv)(Code)(Java Doc)
protected void attrRemoved(Attr node, String oldv)(Code)(Java Doc)
protected void checkChildType(Node n, boolean replace)(Code)(Java Doc)
protected Node copyInto(Node n)(Code)(Java Doc)
protected NamedNodeMap createAttributes()(Code)(Java Doc)
protected Node deepCopyInto(Node n)(Code)(Java Doc)
protected Node deepExport(Node n, AbstractDocument d)(Code)(Java Doc)
protected Node export(Node n, AbstractDocument d)(Code)(Java Doc)
public void fireDOMAttrModifiedEvent(String name, Attr node, String oldv, String newv, short change)(Code)(Java Doc)
public String getAttribute(String name)(Code)(Java Doc)
public String getAttributeNS(String namespaceURI, String localName)(Code)(Java Doc)
public Attr getAttributeNode(String name)(Code)(Java Doc)
public Attr getAttributeNodeNS(String namespaceURI, String localName)(Code)(Java Doc)
public NamedNodeMap getAttributes()(Code)(Java Doc)
protected String getId()(Code)(Java Doc)
protected Attr getIdAttribute()(Code)(Java Doc)
public short getNodeType()(Code)(Java Doc)
public TypeInfo getSchemaTypeInfo()(Code)(Java Doc)
public String getTagName()(Code)(Java Doc)
public boolean hasAttribute(String name)(Code)(Java Doc)
public boolean hasAttributeNS(String namespaceURI, String localName)(Code)(Java Doc)
public boolean hasAttributes()(Code)(Java Doc)
protected void nodeAdded(Node node)(Code)(Java Doc)
protected void nodeToBeRemoved(Node node)(Code)(Java Doc)
public void normalize()(Code)(Java Doc)
public void removeAttribute(String name) throws DOMException(Code)(Java Doc)
public void removeAttributeNS(String namespaceURI, String localName) throws DOMException(Code)(Java Doc)
public Attr removeAttributeNode(Attr oldAttr) throws DOMException(Code)(Java Doc)
public void setAttribute(String name, String value) throws DOMException(Code)(Java Doc)
public void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException(Code)(Java Doc)
public Attr setAttributeNode(Attr newAttr) throws DOMException(Code)(Java Doc)
public Attr setAttributeNodeNS(Attr newAttr) throws DOMException(Code)(Java Doc)
public void setIdAttribute(String name, boolean isId) throws DOMException(Code)(Java Doc)
public void setIdAttributeNS(String ns, String ln, boolean isId) throws DOMException(Code)(Java Doc)
public void setIdAttributeNode(Attr attr, boolean isId) throws DOMException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.