public class Inverse extends PropertyGroup
Inverse is the class that configures the inverse mode for the supported linear and 2D symbologies.| Modifier and Type | Field and Description |
|---|---|
EnumProperty<InverseMode> |
linearSymbologies
linearSymbologies set the inverse mode for linear barcode symbologies. |
EnumProperty<InverseMode> |
twoDimensionalSymbologies
twoDimensionalSymbologies set the inverse mode for 2D barcode symbologies. |
| Constructor and Description |
|---|
Inverse(PropertyGetter editor)
This is the constructor of Inverse.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic EnumProperty<InverseMode> linearSymbologies
linearSymbologies set the inverse mode for linear barcode symbologies.public EnumProperty<InverseMode> twoDimensionalSymbologies
twoDimensionalSymbologies set the inverse mode for 2D barcode symbologies.public Inverse(PropertyGetter editor)
editor - A PropertyGetter used to load the current configuration.