Uses of Enum Class
com.storedobject.common.Barcode.Format
Packages that use Barcode.Format
-
Uses of Barcode.Format in com.storedobject.common
Methods in com.storedobject.common that return Barcode.FormatModifier and TypeMethodDescriptionfinal Barcode.Format
Barcode.getFormat()
Get the barcode format.static Barcode.Format
Returns the enum constant of this class with the specified name.static Barcode.Format[]
Barcode.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.common with parameters of type Barcode.FormatModifier and TypeMethodDescriptionfinal void
Barcode.setFormat
(Barcode.Format format) Set the barcode format.Constructors in com.storedobject.common with parameters of type Barcode.FormatModifierConstructorDescriptionBarcode
(Barcode.Format format, String data) Constructor (Size will be 100x100).Barcode
(Barcode.Format format, String data, int width, int height) Constructor. -
Uses of Barcode.Format in com.storedobject.ui
Methods in com.storedobject.ui that return Barcode.FormatMethods in com.storedobject.ui with parameters of type Barcode.FormatConstructors in com.storedobject.ui with parameters of type Barcode.FormatModifierConstructorDescriptionBarcodeImage
(Barcode.Format format) BarcodeImage
(Barcode.Format format, String value)