I've just been chatting online with Mark regarding this. Mark will be creating an issue from that discussion. Please link that issue here Mark so that others following this thread can continue there if they wish.
Bob 2009/1/16 Mark Fortner <[email protected]>: > I'm working on ArgoPrint and one of the needs that we have is to generate > "clickable" Figs. This would make it possible to add links to objects in > the SVG diagram to documentation about those objects. From an API > perspective this might look like this: > > SVGWriter writer = new SVGWriter(outputFile); > writer.setLinkTemplate("<a href=\"somewhere.com/objId=%s\">%s</a>", new > String[]{objectId, objectSvgFragment}); > > The last line would allow a developer to surround an object with a link. > > Is anyone considering this type of use case in the proposed re-write of > SVGWriter? > > -- > Mark Fortner > > blog: http://feeds.feedburner.com/jroller/ideafactory > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1030764 To unsubscribe from this discussion, e-mail: [[email protected]].
