Package | Description |
---|---|
com.zebra.sdk.common.card.containers |
Provides containers for Zebra Card Printer objects.
|
com.zebra.sdk.common.card.enumerations |
Provides card printer enumerated objects.
|
com.zebra.sdk.zmotif.job |
Provides container for ZMotif card printer job related functions.
|
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 | Field and Description |
---|---|
CardSide |
GraphicsInfo.side
Side of card to print on.
|
CardSide |
MagConfigInfo.side
Side of the card to magnetic encode.
|
CardSide |
MagneticEncoderInfo.stripeLocation
Location of the magnetic encoder (front or back).
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<CardSide,JobSideConfigInfo> |
TemplateJob.jobSideInfo
contains
JobSideConfigInfo
Key = Card side. |
Modifier and Type | Method and Description |
---|---|
static CardSide |
CardSide.fromString(String text)
Returns the CardSide enumeration for the specified text or null if no enumeration matches the specified text.
|
static CardSide |
CardSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardSide[] |
CardSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CardSide |
JobControlHelperUtilZmotif.getMagEncodeSide()
Returns the side of the card that will be magnetic encoded.
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
JobControlHelperUtilZmotif.isKPanelOverwrite(CardSide side)
Returns whether or not monochrome panel overwrite has been selected for the specified card side.
|
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.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.setMagEncodeSide(CardSide side)
Sets the side of card to be magnetic encoded.
|
Modifier and Type | Method and Description |
---|---|
MonoConversionType |
JobControlHelperUtilZxp.getMonochromeConversion(CardSide side)
Returns the type of monochrome conversion to be performed for the designated side of a card.
|
ParameterInfo |
JobControlHelperUtilZxp.getRibbonPanelIntensity(CardSide side,
RibbonPanelType panel)
Returns the requested ribbon panels intensity values.
|
void |
JobControlHelperUtilZxp.setMonochromeConversion(CardSide side,
MonoConversionType type)
Sets the monochrome conversion operation to perform for the specified card side.
|
void |
JobControlHelperUtilZxp.setRibbonPanelIntensity(CardSide side,
RibbonPanelType panel,
int intensity)
Sets the specified ribbon panel's intensity value.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.