public class SVGFormatter extends Object implements BarcodeFormatter
| Constructor and Description |
|---|
SVGFormatter(Writer out) |
SVGFormatter(Writer out,
double scalar,
String units) |
| Modifier and Type | Method and Description |
|---|---|
void |
format(Barcode barcode) |
static String |
formatAsSVG(Barcode barcode) |
void |
setSVGScalar(double scalar,
String units) |
public SVGFormatter(Writer out)
public static String formatAsSVG(Barcode barcode) throws FormattingException
FormattingExceptionpublic void format(Barcode barcode) throws FormattingException
format in interface BarcodeFormatterFormattingExceptionpublic void setSVGScalar(double scalar,
String units)
Copyright © 2003-2013 barbecue.sourceforge.net. All Rights Reserved.