net.sourceforge.barbecue.formatter
Class SVGFormatter
java.lang.Object
net.sourceforge.barbecue.formatter.SVGFormatter
- All Implemented Interfaces:
- BarcodeFormatter
public class SVGFormatter
- extends Object
- implements BarcodeFormatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGFormatter
public SVGFormatter(Writer out)
SVGFormatter
public SVGFormatter(Writer out,
double scalar,
String units)
formatAsSVG
public static String formatAsSVG(Barcode barcode)
throws FormattingException
- Throws:
FormattingException
format
public void format(Barcode barcode)
throws FormattingException
- Specified by:
format
in interface BarcodeFormatter
- Throws:
FormattingException
setSVGScalar
public void setSVGScalar(double scalar,
String units)
Copyright © 2003-2011 barbecue.sourceforge.net. All Rights Reserved.