Exporting SVG from Java

Several programs I’ve written in Java have had an image export componet to them.  Up until now the export has always only been as a bitmap image.  This is very easy to do using a BufferedImage and an ImageWriter.  Given a Component (all AWT or Swing widgets) and a file you can create a PNG…

Date
Categories
Tags
Comments

Published:February 8, 2009 View Post

Computing

Also tagged

Comments closed