barcode4j 2.1.0

Uses of Class
org.krysalis.barcode4j.BarGroup

Packages that use BarGroup
org.krysalis.barcode4j Main package of Barcode4J. 
org.krysalis.barcode4j.impl This package contains the implementations (logic and layout) of the various barcode symbologies. 
org.krysalis.barcode4j.impl.upcean This package contains the UPC and EAN implementations. 
 

Uses of BarGroup in org.krysalis.barcode4j
 

Fields in org.krysalis.barcode4j declared as BarGroup
static BarGroup BarGroup.MSG_CHARACTER
          Bar group is represents a message character or a part of the message
static BarGroup BarGroup.START_CHARACTER
          Bar group is represents a start character
static BarGroup BarGroup.STOP_CHARACTER
          Bar group is represents a stop character
static BarGroup BarGroup.UPC_EAN_CHECK
          Bar group is represents a UPC/EAN check character
static BarGroup BarGroup.UPC_EAN_GROUP
          Bar group is represents a UPC/EAN character group
static BarGroup BarGroup.UPC_EAN_GUARD
          Bar group is represents a UPC/EAN guard
static BarGroup BarGroup.UPC_EAN_LEAD
          Bar group is represents a UPC/EAN lead
static BarGroup BarGroup.UPC_EAN_SUPP
          Bar group is represents a UPC/EAN supplemental
 

Methods in org.krysalis.barcode4j that return BarGroup
static BarGroup BarGroup.byName(java.lang.String name)
          Returns a BarGroup instance by name.
 

Methods in org.krysalis.barcode4j with parameters of type BarGroup
 void ClassicBarcodeLogicHandler.startBarGroup(BarGroup type, java.lang.String submsg)
          This method is called when a new group of bars is about to start.
 

Uses of BarGroup in org.krysalis.barcode4j.impl
 

Methods in org.krysalis.barcode4j.impl with parameters of type BarGroup
 void LoggingLogicHandlerProxy.startBarGroup(BarGroup type, java.lang.String submsg)
           
 void DefaultTwoDimCanvasLogicHandler.startBarGroup(BarGroup type, java.lang.String submsg)
           
 void DefaultCanvasLogicHandler.startBarGroup(BarGroup type, java.lang.String submsg)
          This method is called when a new group of bars is about to start.
 void AbstractVariableHeightLogicHandler.startBarGroup(BarGroup barGroup, java.lang.String string)
          This method is called when a new group of bars is about to start.
 

Uses of BarGroup in org.krysalis.barcode4j.impl.upcean
 

Methods in org.krysalis.barcode4j.impl.upcean with parameters of type BarGroup
 void UPCEANCanvasLogicHandler.startBarGroup(BarGroup type, java.lang.String submsg)
           
 


barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.