| Package | Description | 
|---|---|
| com.zebra.sdk.common.card.device | Provides interfaces for implementing card devices. | 
| com.zebra.sdk.common.card.job | Provides interfaces for card print job related functions. | 
| com.zebra.sdk.common.card.job.template | Utility package to support template printing within Zebra card printers | 
| com.zebra.sdk.common.card.template | Utility package to support template printing within Zebra card printers | 
| com.zebra.sdk.zmotif.device | Provides ZMotif card printer objects. | 
| com.zebra.sdk.zmotif.job | Provides container for ZMotif card printer job related functions. | 
| com.zebra.sdk.zmotif.settings | Provides container for accessing ZMotif card printer settings. | 
| com.zebra.sdk.zxp.job | Provides container for ZXP job related functions | 
| com.zebra.sdk.zxp.settings | Provides container for ZXP settings access | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DeviceUtil. clearOCPDisplay(boolean lockOCP)Clears any custom line data from the OCP and returns it to the main view. ZXP Series 1 and 3 and ZMotif series 7, 8, and 9 printers only. | 
| CardCountInfo | DeviceUtil. getCardCount()Returns the printer's total card count values. | 
| MagneticEncoderInfo | DeviceUtil. getMagneticEncoderConfiguration()Returns the printer's magnetic encoder configuration. | 
| java.util.List<MediaInfo> | DeviceUtil. getMediaInformation()Returns a List of the printer's installed media information. | 
| OCPDisplayInfo | DeviceUtil. getOCPDisplay()Returns the line data currently displayed on the printer's OCP. ZXP Series 1 and 3 and ZMotif series 7, 8, and 9 printers only. | 
| TransferType | DeviceUtil. getPrintCapability()Returns the transfer type of the printer. | 
| PrinterInfo | DeviceUtil. getPrinterInformation()Returns the printer's specific device information. | 
| PrinterStatusInfo | DeviceUtil. getPrinterStatus()Returns the printer's current status information. | 
| java.util.Map<String,String> | DeviceUtil. getSensorStates()Returns the printer's sensor states. | 
| java.util.Map<String,String> | DeviceUtil. getSensorValues()Returns the printer's sensor values. | 
| SmartCardInfo | DeviceUtil. getSmartCardConfiguration()Deprecated. 
 | 
| java.util.Map<String,String> | DeviceUtil. getSmartCardConfigurations()Returns the printer's smart card configuration. | 
| boolean | DeviceUtil. hasLaminator()Returns true if printer includes a laminator. | 
| boolean | DeviceUtil. hasMagneticEncoder()Returns true if printer includes magnetic encoder | 
| boolean | DeviceUtil. hasSmartCardEncoder()Returns true if printer includes a smart card encoder. | 
| void | DeviceUtil. setOCPDisplay(OCPDisplayInfo ocpDisplay)Displays the specified line data on the printer's OCP. ZXP Series 1 and 3 and ZMotif series 7, 8, and 9 printers only. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<String,Setting> | JobControlProvider. getAllJobSettings()Retrieve all settings and their attributes. | 
| java.util.Map<String,String> | JobControlProvider. getAllJobSettingValues()Retrieves all of the printer's setting values. | 
| String | JobControlProvider. getJobSettingRange(String settingId)Retrieves the allowable range for a setting. | 
| java.util.Set<String> | JobControlProvider. getJobSettings()Retrieve all of the setting identifiers for a printer. | 
| java.util.Map<String,String> | JobControlProvider. getJobSettingsValues(java.util.List<String> listOfSettings)Retrieves the printer's setting values for a list of setting IDs. | 
| String | JobControlProvider. getJobSettingType(String settingId)Returns the data type of the setting. | 
| String | JobControlProvider. getJobSettingValue(String settingId)Retrieves the printer's setting value for a specific setting ID. | 
| boolean | JobControlProvider. isJobSettingReadOnly(String settingId)Returns true if the setting's value is read only for the given setting. | 
| boolean | JobControlProvider. isJobSettingValid(String settingId,
                 String value)Returns true if the setting's value is valid for the given setting. | 
| boolean | JobControlProvider. isJobSettingWriteOnly(String settingId)Returns true if the setting's value is write only for the given setting. | 
| int | JobUtil. magEncode(int copies,
         String track1Data,
         String track2Data,
         String track3Data)Encodes a magnetic card for the current job. | 
| int | JobUtil. positionCard()Moves a card from the specified source to the specified destination. | 
| int | JobUtil. print(int copies,
     java.util.List<GraphicsInfo> graphicsData)Prints a card with the images provided. | 
| int | JobUtil. printAndMagEncode(int copies,
                 java.util.List<GraphicsInfo> graphicsData,
                 String track1Data,
                 String track2Data,
                 String track3Data)Encodes the magnetic encoding data and prints a card with the images provided. | 
| int | JobUtil. printTemplate(int copies,
             TemplateJob jobData)Prints a card with the provided template. | 
| MagTrackData | JobUtil. readMagData(java.util.EnumSet<DataSource> tracksToRead)Reads the data from a magnetically encoded card. | 
| MagTrackData | JobUtil. readMagData(java.util.EnumSet<DataSource> tracksToRead,
           boolean isVerbose)Reads the data from a magnetically encoded card. | 
| void | JobControlProvider. setJobSetting(String settingId,
             String value)Sets the printer's setting to the given value. | 
| void | JobControlProvider. setJobSettings(java.util.Map<String,String> settingValuePairs)Sets a set of the printer's settings to their given values. | 
| int | JobUtil. smartCardEncode(int copies)Positions a card at the smartcard station, suspends the job to allow the card to be read or encoded, and waits for  JobUtil.resume()to be called before
 completing the job. | 
| Modifier and Type | Method and Description | 
|---|---|
| TemplateJob | ZebraTemplate. generateTemplateDataJob(String templateData,
                       java.util.Map<String,String> fieldDataMap)Returns an instance of TemplateJob containing the job specific data. | 
| TemplateJob | ZebraTemplate. generateTemplateJob(String templateName,
                   java.util.Map<String,String> fieldDataMap)Returns an instance of TemplateJob containing the job specific data. | 
| Modifier and Type | Method and Description | 
|---|---|
| TemplateJob | ZebraCardTemplate. generateTemplateDataJob(String templateData,
                       java.util.Map<String,String> fieldDataMap) | 
| TemplateJob | ZebraCardTemplate. generateTemplateJob(String templateName,
                   java.util.Map<String,String> fieldDataMap) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LaminatorUtilZmotif. calibrateLaminate()Calibrates the Laminator. | 
| void | DeviceUtilZmotif. clearRejectBinCounter()Clears the printer's Reject Bin counter. | 
| java.util.List<String> | DeviceUtilZmotif. getAvailableCardTypes()Queries the printer and returns the available card types. | 
| MemoryInfo | DeviceUtilZmotif. getAvailableMemory()Queries the printer and returns the memory available for job storage. | 
| CardTypeInfo | DeviceUtilZmotif. getCardTypeInformation(String cardType)Queries the printer and returns the card type information for specified card type. | 
| LaminatorCardCountInfo | LaminatorUtilZmotif. getLaminatorCardCount()Queries the printer and returns the Laminator card count. | 
| LaminatorInfo | LaminatorUtilZmotif. getLaminatorInformation()Queries the printer and returns Laminator information. | 
| java.util.Map<String,String> | LaminatorUtilZmotif. getLaminatorOdometerValues()Returns the odometer names and values. | 
| java.util.Map<String,String> | LaminatorUtilZmotif. getLaminatorSensorStates()Queries the printer and returns a Map of Laminator Sensor and their states. | 
| java.util.Map<String,String> | LaminatorUtilZmotif. getLaminatorSensorValues()Returns Map of Laminator sensors and their values. | 
| String | LaminatorUtilZmotif. getLaminatorStatus()Queries the printer and returns the Laminator Status. | 
| java.util.Map<String,String> | DeviceUtilZmotif. getWirelessRadioStatus()Queries the printer and returns the Wireless Radio Status. | 
| java.util.Map<String,String> | DeviceUtilZmotif. getWirelessStatus()Queries the printer and returns the Wireless Status. | 
| boolean | DeviceUtilZmotif. hasBarcodeReader()Queries the printer's configuration and returns true if printer includes barcode reader. | 
| void | DeviceUtilZmotif. resetNetwork()Sends the network reset command to the printer. | 
| void | LaminatorUtilZmotif. restoreLaminatorDefaultConfiguration()Restores the Laminator to default configuration | 
| java.util.List<WirelessAccessPointInfo> | DeviceUtilZmotif. scanWirelessAccessPoints(int scanIterations)Gets the Access points discoverable by printer. | 
| Modifier and Type | Method and Description | 
|---|---|
| CardDestination | JobControlHelperUtilZmotif. getCardDestination()Returns the current card destination location. | 
| CardSource | JobControlHelperUtilZmotif. getCardSource()Returns the current card source location. | 
| int | JobControlHelperUtilZmotif. getCardThickness()Returns the card thickness in mils. | 
| String | JobControlHelperUtilZmotif. getCardType()Returns the currently selected card type. | 
| int | JobControlHelperUtilZmotif. getColorPreheatLevel()Returns the preheat level for the color panels. | 
| java.util.EnumSet<DataSource> | JobControlHelperUtilZmotif. getDataSource()Returns the selected data source(s) to be used during a read job. | 
| OrientationType | JobControlHelperUtilZmotif. getImageOrientation(CardSide side)Returns the selected image orientation for the specified card side. | 
| ImageRotation | JobControlHelperUtilZmotif. getImageRotation(CardSide side)Returns the image rotation data for the specified card side. | 
| SharpeningLevel | JobControlHelperUtilZmotif. getImageSharpening(CardSide side)Returns the image sharpening level to be used on the specified side of the card. | 
| KOptimizationType | JobControlHelperUtilZmotif. getKPanelOptimization(CardSide side)Returns the selected monochrome panel optimization type for the specified card side. | 
| int | JobControlHelperUtilZmotif. getKPreheatLevel(CardSide side)Returns the current monochrome preheat level. | 
| java.util.Map<TrackNumber,Integer> | JobControlHelperUtilZmotif. getMagBitsPerCharacter()Gets the bits per character for each track number. | 
| CoercivityType | JobControlHelperUtilZmotif. getMagCoercivity()Returns the current coercivity type for magnetic encoding. | 
| java.util.Map<TrackNumber,DataFormat> | JobControlHelperUtilZmotif. getMagDataFormat()Returns the magnetic encoding data format for each track. | 
| java.util.Map<TrackNumber,DataCharParity> | JobControlHelperUtilZmotif. getMagDataParity()Gets the data parity for each track. | 
| CardSide | JobControlHelperUtilZmotif. getMagEncodeSide()Returns the side of the card that will be magnetic encoded. | 
| MagEncodingType | JobControlHelperUtilZmotif. getMagEncodingType()Returns the current type of magnetic encoding to perform. | 
| java.util.Map<TrackNumber,MagSentinel> | JobControlHelperUtilZmotif. getMagSentinelFormat()Gets the sentinel format values for each track. | 
| java.util.Map<TrackNumber,Integer> | JobControlHelperUtilZmotif. getMagTrackDensity()Gets the density value for each track. | 
| PrintOptimizationMode | JobControlHelperUtilZmotif. getPrintOptimizationMode()Gets the print optimization mode. | 
| java.util.List<String> | JobUtilZmotif. getTestPrintImageNames()Queries the printer and returns a list of available test print image names. ZC Series printers only. | 
| boolean | JobControlHelperUtilZmotif. isDeleteAfter()Returns whether the image data will be deleted following a completed job. | 
| boolean | JobControlHelperUtilZmotif. isEnableOCPReprint()Returns whether the OCP reprint button in enabled. | 
| boolean | JobControlHelperUtilZmotif. isKPanelOverwrite(CardSide side)Returns whether or not monochrome panel overwrite has been selected for the specified card side. | 
| boolean | JobControlHelperUtilZmotif. isMagVerification()Returns whether magnetic encoding write verification should be performed. | 
| BarcodeReadInfo | JobUtilZmotif. readBarcodeData()Sends a job to the printer to scan and return the barcode data from a card. | 
| void | JobUtilZmotif. retrySmartCard(SmartCardType type)Repositions a smart card that is already present at the encoder. | 
| void | JobControlHelperUtilZmotif. setCardDestination(CardDestination destination)Sets the card destination for the current job. | 
| void | JobControlHelperUtilZmotif. setCardSource(CardSource cardSource)Sets the card source for the current job. | 
| void | JobControlHelperUtilZmotif. setCardThickness(int mils)Sets the thickness of the card to be used. | 
| void | JobControlHelperUtilZmotif. setCardType(String cardType)Sets the card type to be used for the job. | 
| void | JobControlHelperUtilZmotif. setColorPreheatLevel(int preheatLevel)Sets the color preheat level. | 
| void | JobControlHelperUtilZmotif. setDataSource(java.util.EnumSet<DataSource> dataSource)Sets the data source(s) to be used during a read job. | 
| void | JobControlHelperUtilZmotif. setDeleteAfter(boolean deleteAfter)Sets the flag indicating whether image data should be deleted following the current job completion. | 
| void | JobControlHelperUtilZmotif. setEnableOCPReprint(boolean enable)Sets whether or not the OCP Reprint button will be enabled. | 
| void | JobControlHelperUtilZmotif. setEncryptionKey(byte[] encryptionKey)Sets the 16 byte encryption used to encrypt job data between the printer and host. Encryption option must be pre-configured on the printer. | 
| void | JobControlHelperUtilZmotif. setHostAuthenticationKey(byte[] authenticationKey)Sets the 16 byte host authentication key used when sending a job to the printer. Host authentication option must be pre-configured on the printer. | 
| void | JobControlHelperUtilZmotif. setImageOrientation(CardSide side,
                   OrientationType orientation)Sets the image orientation for the specified card side for the current job. | 
| void | JobControlHelperUtilZmotif. setImageRotation(CardSide side,
                ImageRotation rotation)Sets the image rotation type for the specified card side for the current job. | 
| void | JobControlHelperUtilZmotif. setImageSharpening(CardSide side,
                  SharpeningLevel sharpness)Sets the image sharpening level to be used on the specified card side. | 
| void | JobControlHelperUtilZmotif. setJobConfiguration(JobConfigInfo jobConfig)Method for configuring the current print job. | 
| void | JobControlHelperUtilZmotif. setKPanelOptimization(CardSide side,
                     KOptimizationType mode)Sets the monochrome optimization mode for the specified card side. | 
| void | JobControlHelperUtilZmotif. setKPanelOverwrite(CardSide side,
                  boolean enable)Sets a flag indicating whether the monochrome panel overwrite should be performed for the specified card side. | 
| void | JobControlHelperUtilZmotif. setKPreheatLevel(CardSide side,
                int level)Sets the monochrome preheat level for the specified card side. | 
| void | JobControlHelperUtilZmotif. setMagBitsPerCharacter(java.util.Map<TrackNumber,Integer> bitsPerChar)Sets the bits per character for each track. | 
| void | JobControlHelperUtilZmotif. setMagCoercivity(CoercivityType coercivity)Sets the magnetic encoding coercivity type for the current job. | 
| void | JobControlHelperUtilZmotif. setMagConfiguration(MagConfigInfo magConfig)Method for configuring settings for a magnetic encoding job. | 
| void | JobControlHelperUtilZmotif. setMagDataFormat(java.util.Map<TrackNumber,DataFormat> dataFormat)Sets the magnetic encoding data format for each track contained in the supplied Map. | 
| void | JobControlHelperUtilZmotif. setMagDataParity(java.util.Map<TrackNumber,DataCharParity> parity)Sets the data character parity for each track for the current job. | 
| void | JobControlHelperUtilZmotif. setMagEncodeSide(CardSide side)Sets the side of card to be magnetic encoded. | 
| void | JobControlHelperUtilZmotif. setMagEncodingType(MagEncodingType type)Sets the type of magnetic encoding to perform for the current job. | 
| void | JobControlHelperUtilZmotif. setMagEncodingType(java.util.Map<TrackNumber,MagEncodingType> type)Sets the magnetic encoding type for each track contained in the specified Map object. | 
| void | JobControlHelperUtilZmotif. setMagSentinelFormat(java.util.Map<TrackNumber,MagSentinel> sentinel)Sets the sentinel formats for each supplied track for the current job. | 
| void | JobControlHelperUtilZmotif. setMagTrackDensity(java.util.Map<TrackNumber,Integer> density)Sets the density value for each supplied track number for the current job. | 
| void | JobControlHelperUtilZmotif. setMagVerification(boolean enabled)Sets whether magnetic encoding write verification should be performed for the current job. | 
| void | JobControlHelperUtilZmotif. setPrintOptimizationMode(PrintOptimizationMode optimizationMode)Sets the print optimization mode. | 
| void | JobControlHelperUtilZmotif. setSmartCardConfiguration(java.util.List<SmartCardType> smartCardTypes)Deprecated. 
 | 
| void | JobControlHelperUtilZmotif. setSmartCardConfigurations(java.util.List<String> smartCardTypes)Configures smart card encoding for the current job. | 
| Modifier and Type | Method and Description | 
|---|---|
| CalibrationTable | SettingsHelperUtilZmotif. getActiveLUTTable()Get the printer's Active LUT Table. ZMotif series 7, 8, and 9 printers only. | 
| 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. | 
| ParameterInfo | SettingsHelperUtilZmotif. getCleaningInterval(CleaningPath path)Get specified Cleaning Path ParameterInfo object | 
| ParameterInfo | SettingsHelperUtilZmotif. getCleanWarningThreshold()Get the printer's Cleaning Warning Threshold. | 
| ParameterInfo | SettingsHelperUtilZmotif. getContactlessSmartCardOffset(String encoderType)Returns the offset value for the specified contactless smart card encoder type. | 
| CardTypeInfo | SettingsHelperUtilZmotif. getCustomCardConfiguration(CustomCard card)Get the specified Card Type Information. | 
| ErrorControlLevel | SettingsHelperUtilZmotif. getErrorControlLevel()Get the Error Control Level. | 
| ParameterInfo | SettingsHelperUtilZmotif. getHeadResistance()Returns the ParameterInfo object. | 
| TransferType | SettingsHelperUtilZmotif. getImageTransferType()Get the printer's Image Transfer Type. | 
| ParameterInfo | SettingsHelperUtilZmotif. getLaminatorOffset(LaminatorOffsetType type)Get the printer's laminator offset value and range. | 
| MagneticEncoderOffsetInfo | SettingsHelperUtilZmotif. getMagneticEncoderOffsets()Gets the Magnetic Encoder Offset Info object | 
| NetworkInfo | SettingsHelperUtilZmotif. getNetworkParameters()Gets the NetworkInfo object | 
| OCPSettings | SettingsHelperUtilZmotif. getOCPParameters()Gets the printer's OCP configuration. ZMotif series 7, 8, and 9 printers only. | 
| ParameterInfo | SettingsHelperUtilZmotif. getPanelPowerLevel(PanelType panel)Gets the specified panel Power Level. | 
| ParameterInfo | SettingsHelperUtilZmotif. getSmartCardOffset()Gets the Smart Card Offset ParameterInfo object. | 
| Timeout | SettingsHelperUtilZmotif. getStandbyTimeout()Get the printer's Standby Timeout. | 
| ParameterInfo | SettingsHelperUtilZmotif. getTransferTemperatureOffset(TransferTemperatureType type)Get the transfer temperature offset for the specified transfer sensor. For ZMotif Series re-transfer printers only. | 
| WirelessNetworkInfo | SettingsHelperUtilZmotif. getWirelessParameters()Gets the Wireless Network Information. | 
| void | SettingsHelperUtilZmotif. setActiveLUTTable(CalibrationTable table)Set the printer's Active LUT Table. ZMotif series 7, 8, and 9 printers only. | 
| void | SettingsHelperUtilZmotif. setCleaningInterval(CleaningPath path,
                   int interval)Sets the specified Cleaning path interval. | 
| void | SettingsHelperUtilZmotif. setCleanWarningThreshold(int threshold)Set the printer's Cleaning Warning Threshold. | 
| void | SettingsHelperUtilZmotif. setConfiguration(String xmlConfiguration)Set specified values for settings with an XML form. | 
| void | SettingsHelperUtilZmotif. setContactlessSmartCardOffset(String encoderType,
                             int offset)Sets the contactless smart card encoding position offset value. | 
| void | SettingsHelperUtilZmotif. setCustomCardConfiguration(CardTypeInfo cardInfo)Set the specified Card Type Information. | 
| void | SettingsHelperUtilZmotif. setErrorControlLevel(ErrorControlLevel level)Set the Error Control Level. | 
| void | SettingsHelperUtilZmotif. setHeadResistance(int headResistance)Sets the Head Resistance | 
| void | SettingsHelperUtilZmotif. setLaminatorOffset(LaminatorOffsetType type,
                  int value)Set the printer's laminator offset value. | 
| void | SettingsHelperUtilZmotif. setMagneticEncoderOffsets(MagneticEncoderOffsetInfo offsets)Set Magnetic Encoder Offsets. | 
| void | SettingsHelperUtilZmotif. setNetworkParameters(NetworkInfo netInfo)Set the printer's Network Information. | 
| void | SettingsHelperUtilZmotif. setOCPParameters(OCPSettings ocpParams)Set the printer's OCP configuration. ZMotif series 7, 8, and 9 printers only. | 
| void | SettingsHelperUtilZmotif. setPanelPowerLevel(PanelType panel,
                  byte powerLevel)Set specified Panel power level | 
| void | SettingsHelperUtilZmotif. setSmartCardOffset(int offset)Sets the contact smart card encoding position offset value. | 
| void | SettingsHelperUtilZmotif. setStandbyTimeout(Timeout timeout)Set the printer's Standby Timeout. | 
| void | SettingsHelperUtilZmotif. setTransferTemperatureOffset(TransferTemperatureType type,
                            int offset)Set the transfer temperature offset for the specified transfer sensor. For ZMotif Series re-transfer printers only. | 
| void | SettingsHelperUtilZmotif. setWirelessParameters(WirelessNetworkInfo netInfo)Sets the Wireless Network Information. | 
| Modifier and Type | Method and Description | 
|---|---|
| CardDestination | JobControlHelperUtilZxp. getCardDestination()Returns the destination of the card following job completion. | 
| CardSource | JobControlHelperUtilZxp. getCardSource()Returns the card source location. | 
| java.util.EnumSet<DataSource> | JobControlHelperUtilZxp. getDataSource()Returns the data source for all magnetic read operations. | 
| CoercivityType | JobControlHelperUtilZxp. getMagCoercivity()Returns the coercivity type for magnetic encoding. | 
| MagEncodingType | JobControlHelperUtilZxp. getMagEncodingType()Returns the type of magnetic encoding the will be performed. | 
| MonoConversionType | JobControlHelperUtilZxp. getMonochromeConversion(CardSide side)Returns the type of monochrome conversion to be performed for the designated side of a card. | 
| PrintOptimizationMode | JobControlHelperUtilZxp. getPrintOptimizationMode()Returns the print optimization mode. | 
| ParameterInfo | JobControlHelperUtilZxp. getRibbonPanelIntensity(CardSide side,
                       RibbonPanelType panel)Returns the requested ribbon panels intensity values. | 
| boolean | JobControlHelperUtilZxp. isDeleteAfter()Returns whether or not the printer will delete the current job after successfully completing. | 
| boolean | JobControlHelperUtilZxp. isMagVerification()Returns whether or not the current job will verify the magnetic encoding. | 
| void | JobControlHelperUtilZxp. setCardDestination(CardDestination destination)Sets the card destination location for the current job. | 
| void | JobControlHelperUtilZxp. setCardSource(CardSource cardSource)Sets the card source location for the current job. | 
| void | JobControlHelperUtilZxp. setDataSource(java.util.EnumSet<DataSource> dataSource)Sets the data source for the specified magnetic read operation for the current job. | 
| void | JobControlHelperUtilZxp. setDeleteAfter(boolean deleteAfter)Sets whether to delete the current job after successfully completing. | 
| void | JobControlHelperUtilZxp. setJobConfiguration(JobConfigInfo jobConfig)Sets print job settings for the current print job. | 
| void | JobControlHelperUtilZxp. setMagCoercivity(CoercivityType coercivity)Sets the coercivity type for magnetic encoding. | 
| void | JobControlHelperUtilZxp. setMagEncodingType(MagEncodingType type)Sets the type of magnetic encoding to perform. | 
| void | JobControlHelperUtilZxp. setMagVerification(boolean enabled)Set whether to verify the magnetic encoding on the current job. | 
| void | JobControlHelperUtilZxp. setMonochromeConversion(CardSide side,
                       MonoConversionType type)Sets the monochrome conversion operation to perform for the specified card side. | 
| void | JobControlHelperUtilZxp. setPrintOptimizationMode(PrintOptimizationMode printMode)Sets the print optimization mode. | 
| void | JobControlHelperUtilZxp. setRibbonPanelIntensity(CardSide side,
                       RibbonPanelType panel,
                       int intensity)Sets the specified ribbon panel's intensity value. | 
| void | JobControlHelperUtilZxp. setSmartCardConfiguration(java.util.List<SmartCardType> smartCardTypes)Configures smart card encoding for the current job. | 
| Modifier and Type | Method and Description | 
|---|---|
| ATMMode | SettingsHelperUtilZxp. getATMMode()Returns the ATM card feed mode. | 
| ParameterInfo | SettingsHelperUtilZxp. getEndCardOffset()Returns the printer's end of print value. | 
| ParameterInfo | SettingsHelperUtilZxp. getHeadResistance()Returns the print head resistance value and valid range. | 
| MagneticEncoderOffsetInfo | SettingsHelperUtilZxp. getMagneticEncoderOffsets()Returns the magnetic encoder offset values. | 
| ParameterInfo | SettingsHelperUtilZxp. getMonochromeBias()Returns the monochrome bias value. | 
| NetworkInfo | SettingsHelperUtilZxp. getNetworkParameters()Returns a printer's current network parameters. | 
| ParameterInfo | SettingsHelperUtilZxp. getXOffset(CardSide side)Returns the x-offset for the specified card side. | 
| ParameterInfo | SettingsHelperUtilZxp. getYOffset(CardSide side)Returns the y-offset for the specified card side. | 
| boolean | SettingsHelperUtilZxp. isCardPrefeed()Returns the card pre-feed enabled state. | 
| void | SettingsHelperUtilZxp. setATMMode(ATMMode mode)Sets the ATM card feed mode. | 
| void | SettingsHelperUtilZxp. setCardPrefeed(boolean enable)Sets the card pre-feed enabled state. | 
| void | SettingsHelperUtilZxp. setEndCardOffset(int offset)Sets the printer's end of print value. | 
| void | SettingsHelperUtilZxp. setMonochromeBias(int bias)Sets the monochrome bias value. | 
| void | SettingsHelperUtilZxp. setXOffset(CardSide side,
          int offset)Sets the X offset for the specified side of the card. | 
| void | SettingsHelperUtilZxp. setYOffset(CardSide side,
          int offset)Sets the y-offset for the specified card side. | 
				© 2016 ZIH Corp. All Rights Reserved.