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.
|
Modifier and Type | Field and Description |
---|---|
ImageRotation |
JobSideConfigInfo.rotation
Sets the rotation of the image.
|
Modifier and Type | Method and Description |
---|---|
static ImageRotation |
ImageRotation.fromInteger(int id)
Returns the associated RotationType from the specified integer value.
|
static ImageRotation |
ImageRotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageRotation[] |
ImageRotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageRotation |
JobControlHelperUtilZmotif.getImageRotation(CardSide side)
Returns the image rotation data for the specified card side.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZmotif.setImageRotation(CardSide side,
ImageRotation rotation)
Sets the image rotation type for the specified card side for the current job.
|
© 2016 ZIH Corp. All Rights Reserved.