Package | Description |
---|---|
com.zebra.sdk.common.card.graphics |
Provides interfaces for card printer graphics utilities.
|
com.zebra.sdk.common.card.graphics.enumerations |
Provides enumerations for card printer graphics functions.
|
Modifier and Type | Method and Description |
---|---|
void |
ZebraCardGraphics.drawImage(byte[] imageData,
ImagePosition position,
int width,
int height,
float transparency,
RotationType rotation) |
void |
ZebraGraphics.drawImage(byte[] imageData,
ImagePosition position,
int width,
int height,
float transparency,
RotationType rotation)
Draws the image at the specified image position in the rectangle.
|
Modifier and Type | Method and Description |
---|---|
static ImagePosition |
ImagePosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePosition[] |
ImagePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2016 ZIH Corp. All Rights Reserved.