com.google.zxing.oned
Class UPCEANWriter

java.lang.Object
  extended by com.google.zxing.oned.OneDimensionalCodeWriter
      extended by 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:
[email protected] (Ari Pollak), [email protected] (Kazuki Nishiura)

Constructor Summary
protected UPCEANWriter()
           
 
Method Summary
 
Methods inherited from class com.google.zxing.oned.OneDimensionalCodeWriter
appendPattern, encode, encode, encode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPCEANWriter

protected UPCEANWriter()


Copyright © 2007-2012. All Rights Reserved.