Code

More multiple inheritance delegation. 53 files to go.
[inkscape.git] / src / bind / java / org / inkscape / dom / svg / SVGAElementImpl.java
index 0ebd44a2c5e118c56ceae10270c6f766f9a3c05c..5a2c8986fe9bb97e57288cb8e696f038d45ee377 100644 (file)
@@ -54,25 +54,23 @@ public class SVGAElementImpl
                //EventTarget
        implements org.w3c.dom.svg.SVGAElement
 {
+
 public SVGAElementImpl()
 {
-     imbue(_SVGURIReference = new SVGURIReferenceImpl());
-     imbue(_SVGTests = new SVGTestsImpl());
-     imbue(_SVGLangSpace = new SVGLangSpaceImpl());
-     imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
-     imbue(_SVGStylable = new SVGStylableImpl());
-     imbue(_SVGTransformable = new SVGTransformableImpl());
-     imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
+    imbue(_SVGURIReference = new SVGURIReferenceImpl());
+    imbue(_SVGTests = new SVGTestsImpl());
+    imbue(_SVGLangSpace = new SVGLangSpaceImpl());
+    imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
+    imbue(_SVGStylable = new SVGStylableImpl());
+    imbue(_SVGTransformable = new SVGTransformableImpl());
+    imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
 }
 
 
-
 //from SVGURIReference
 private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref( )
-{
-    return _SVGURIReference.getHref( );
-}
+public SVGAnimatedString getHref()
+    { return _SVGURIReference.getHref(); }
 //end SVGURIReference
 
 //from SVGTests