artoflife pre0.1.0-dev

org.artoflife.app.svg
Class SvgUtility

java.lang.Object
  |
  +--org.artoflife.app.svg.SvgUtility

public class SvgUtility
extends java.lang.Object

Author:
Steve Meyfroidt
To do:
bring this together with SaveUtility

Constructor Summary
SvgUtility()
           
 
Method Summary
static void save(Individual individual)
          Save an Individual as an SVG file (chosen with a JFileChooser) at the size as hires images in UserPreferences.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgUtility

public SvgUtility()
Method Detail

save

public static void save(Individual individual)
                 throws java.io.IOException
Save an Individual as an SVG file (chosen with a JFileChooser) at the size as hires images in UserPreferences.

Parameters:
individual - Individual with a PaintablePhenotype to save
Throws:
java.io.IOException - on any errors saving the file

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.