Uses of Class
de.vwsoft.barcodelib4j.image.CompoundColor
Packages that use CompoundColor
-
Uses of CompoundColor in de.vwsoft.barcodelib4j.image
Fields in de.vwsoft.barcodelib4j.image declared as CompoundColorModifier and TypeFieldDescriptionstatic final CompoundColorCompoundColor.CC_BLACKConstant representing the color black in both RGB and CMYK color models.static final CompoundColorCompoundColor.CC_WHITEConstant representing the color white in both RGB and CMYK color models.Methods in de.vwsoft.barcodelib4j.image with parameters of type CompoundColorModifier and TypeMethodDescriptionvoidImageCreator.setBackground(CompoundColor color) Sets the background color for the exported barcode image.voidImageCreator.setForeground(CompoundColor color) Sets the foreground color for the exported barcode image.