Uses of Class
org.krysalis.barcode4j.BarGroup
Packages that use BarGroup
Package
Description
-
Uses of BarGroup in org.krysalis.barcode4j
Fields in org.krysalis.barcode4j declared as BarGroupModifier and TypeFieldDescriptionstatic final BarGroupBarGroup.MSG_CHARACTERBar group is represents a message character or a part of the messagestatic final BarGroupBarGroup.START_CHARACTERBar group is represents a start characterstatic final BarGroupBarGroup.STOP_CHARACTERBar group is represents a stop characterstatic final BarGroupBarGroup.UPC_EAN_CHECKBar group is represents a UPC/EAN check characterstatic final BarGroupBarGroup.UPC_EAN_GROUPBar group is represents a UPC/EAN character groupstatic final BarGroupBarGroup.UPC_EAN_GUARDBar group is represents a UPC/EAN guardstatic final BarGroupBarGroup.UPC_EAN_LEADBar group is represents a UPC/EAN leadstatic final BarGroupBarGroup.UPC_EAN_SUPPBar group is represents a UPC/EAN supplementalFields in org.krysalis.barcode4j with type parameters of type BarGroupMethods in org.krysalis.barcode4j that return BarGroupMethods in org.krysalis.barcode4j with parameters of type BarGroupModifier and TypeMethodDescriptionvoidClassicBarcodeLogicHandler.startBarGroup(BarGroup type, 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 BarGroupModifier and TypeMethodDescriptionvoidAbstractVariableHeightLogicHandler.startBarGroup(BarGroup barGroup, String string) This method is called when a new group of bars is about to start.voidDefaultCanvasLogicHandler.startBarGroup(BarGroup type, String submsg) This method is called when a new group of bars is about to start.voidDefaultTwoDimCanvasLogicHandler.startBarGroup(BarGroup type, String submsg) -
Uses of BarGroup in org.krysalis.barcode4j.impl.upcean
Methods in org.krysalis.barcode4j.impl.upcean with parameters of type BarGroupModifier and TypeMethodDescriptionvoidUPCEANCanvasLogicHandler.startBarGroup(BarGroup type, String submsg)