com.onbarcode.barcode
Class BarcodeFactory

java.lang.Object
  extended by com.onbarcode.barcode.BarcodeFactory

public class BarcodeFactory
extends java.lang.Object


Constructor Summary
BarcodeFactory()
           
 
Method Summary
static AbstractBarcode createBarcode(int type)
           
static AbstractBarcode createBarcode(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeFactory

public BarcodeFactory()
Method Detail

createBarcode

public static AbstractBarcode createBarcode(int type)

createBarcode

public static AbstractBarcode createBarcode(java.lang.String type)