Package | Description |
---|---|
com.zebra.sdk.common.card.enumerations |
Provides card printer enumerated objects.
|
com.zebra.sdk.zmotif.settings |
Provides container for accessing ZMotif card printer settings.
|
Modifier and Type | Method and Description |
---|---|
static CalibrationTable |
CalibrationTable.fromInteger(int id)
Returns the integer representation associated with the CalibrationTable from the specified integer value.
|
static CalibrationTable |
CalibrationTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalibrationTable[] |
CalibrationTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CalibrationTable |
SettingsHelperUtilZmotif.getActiveLUTTable()
Get the printer's Active LUT Table.
ZMotif series 7, 8, and 9 printers only. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CalibrationTable,String> |
SettingsHelperUtilZmotif.getCalibrationTableNames()
Get the list of all the stored calibration tables from the printer.
ZMotif series 7, 8, and 9 printers only. |
Modifier and Type | Method and Description |
---|---|
String |
SettingsHelperUtilZmotif.getCalibrationTableData(CalibrationTable table)
Get the printer's specified Calibration Table data.
ZMotif series 7, 8, and 9 printers only. |
void |
SettingsHelperUtilZmotif.setActiveLUTTable(CalibrationTable table)
Set the printer's Active LUT Table.
ZMotif series 7, 8, and 9 printers only. |
© 2016 ZIH Corp. All Rights Reserved.