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:
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)

Constructor Summary
UPCEANWriter()
           
 
Method Summary
 int getDefaultMargin()
           
 
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

public UPCEANWriter()
Method Detail

getDefaultMargin

public int getDefaultMargin()
Overrides:
getDefaultMargin in class OneDimensionalCodeWriter


Copyright © 2007-2012. All Rights Reserved.