Uses of Class
de.vwsoft.barcodelib4j.twod.TwoDSize
Packages that use TwoDSize
-
Uses of TwoDSize in de.vwsoft.barcodelib4j.twod
Fields in de.vwsoft.barcodelib4j.twod declared as TwoDSizeModifier and TypeFieldDescriptionstatic final TwoDSize[]TwoDCode.AZTEC_SIZES_COMPACTArray of all 4 Aztec compact sizes:15x15,19x19,23x23,27x27.static final TwoDSize[]TwoDCode.AZTEC_SIZES_NORMALArray of all 32 Aztec normal sizes, ranging from19x19to151x151.static final TwoDSize[]TwoDCode.DATAMATRIX_SIZESArray containing all 30 DataMatrix sizes, ranging from10x10to144x144.static final TwoDSize[]TwoDCode.QRCODE_SIZESArray of all QR Code sizes ranging from version 1 to 40, as defined in the specification.Methods in de.vwsoft.barcodelib4j.twod that return TwoDSizeModifier and TypeMethodDescriptionTwoDCode.getPDF417Size()Returns the size of the PDF417 symbol.Methods in de.vwsoft.barcodelib4j.twod with parameters of type TwoDSizeModifier and TypeMethodDescriptionintCompares this object with anotherTwoDSizeobject.voidTwoDCode.setPDF417Size(TwoDSize size) Sets the size of the PDF417 symbol.