com.google.zxing.oned
Class UPCEANWriter
java.lang.Object
com.google.zxing.oned.OneDimensionalCodeWriter
com.google.zxing.oned.UPCEANWriter
- All Implemented Interfaces:
- Writer
- Direct Known Subclasses:
- EAN13Writer, EAN8Writer
public abstract class UPCEANWriter
- extends OneDimensionalCodeWriter
Encapsulates functionality and implementation that is common to UPC and EAN families
of one-dimensional barcodes.
- Author:
- [email protected] (Ari Pollak), [email protected] (Kazuki Nishiura)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPCEANWriter
public UPCEANWriter()
getDefaultMargin
public int getDefaultMargin()
- Overrides:
getDefaultMargin
in class OneDimensionalCodeWriter
Copyright © 2007-2012. All Rights Reserved.