Re: [PATCH] BasicLink extends Inline the 2nd

2001-09-27 Thread Keiron Liddle
The BasicLink does now extend Inline. All makers should only extend FObj.Maker. Removing parts that are yet to be implemented properly should wait until we have a better understanding of how the properties are going to be used. On Fri, 28 Sep 2001 00:17:30 Enrico Schnepel wrote: > Hello, > > Ab

[PATCH] BasicLink extends Inline the 2nd

2001-09-27 Thread Enrico Schnepel
Hello, About one month ago I've send a patch to extend Basiclink from Inline and not from FObjMixed. There wasn't any reaction. The original email body was: I have the problem that I want to specify other inline related properties than color ( like text-decoration="underline" ) to basic-link.

BasicLink extends Inline

2001-08-29 Thread Enrico Schnepel
FOPException; import org.apache.fop.fo.properties.*; import org.apache.fop.layout.*; import org.apache.fop.datatypes.ColorType; // Java import java.util.Enumeration; import java.awt.Rectangle; public class BasicLink extends Inline { public static class Maker extends Inline.Maker { public F