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:
- Code128Writer, Code39Writer, EAN13Writer, EAN8Writer, ITFWriter
public abstract class UPCEANWriter
- extends OneDimensionalCodeWriter
Encapsulates functionality and implementation that is common to UPC and EAN families
of one-dimensional barcodes.
- Author:
- aripollak@gmail.com (Ari Pollak), dsbnatut@gmail.com (Kazuki Nishiura)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPCEANWriter
protected UPCEANWriter()
Copyright © 2007-2012. All Rights Reserved.