Hi Rick. Rick Bullotta: > Any thought to adding a method signature to ImageTranscoder (and making > the class non-abstract) that returns an object of type Image? If not, > what is the best way to achieve the same result (without duplicating all > of the code in the SVGAbstractTranscoder and ImageTranscoder)? Goal is > to return an Image reference given an SVGDocument object.
I recently made an SVGIcon class that wraps an SVGDocument as an Icon. It generates a BufferedImage, so it could quite easily be made to give an Image instead of the Icon. http://mcc.id.au/2005/04/SVGIcon.java Cameron -- e-mail : cam (at) mcc.id.au icq : 26955922 web : http://mcc.id.au/ msn : cam-msn (at) aka.mcc.id.au office : +61399055779 jabber : heycam (at) jabber.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
