Hi!

The current implementation of getStyle () in org.apache.batik.extension.StylableExtensionElement is as follows (nightly cvs):

 public CSSStyleDeclaration getStyle() {
        throw new InternalError("Not implemented");
    }

Is this the intended behaviour? I mean, should every subclass implement getStyle in its own way, or dos "Not implemented" means "Not implemented yet"?

Guillaume


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to