Uses of Enum
de.vwsoft.barcodelib4j.twod.TwoDType
Packages that use TwoDType
-
Uses of TwoDType in de.vwsoft.barcodelib4j.twod
Fields in de.vwsoft.barcodelib4j.twod with type parameters of type TwoDTypeModifier and TypeFieldDescriptionTwoDCode.ALL_QUIET_ZONESMap containing the minimum quiet zones for all supported 2D code types, according to their respective specifications, specified in modules.Methods in de.vwsoft.barcodelib4j.twod that return TwoDTypeModifier and TypeMethodDescriptionTwoDCode.getType()Returns the type of the 2D code.static TwoDTypeTwoDType.valueOf(int id) Returns the enum constant of this class associated with the specified integer ID.static TwoDTypeReturns the enum constant of this type with the specified name.static TwoDType[]TwoDType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.vwsoft.barcodelib4j.twod with parameters of type TwoDType