public class GraphicsInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fillColor
Background fill color.
|
ZebraCardImageI |
graphicData
Bitmap image data.
|
GraphicType |
graphicType
Type of
graphicData. |
int |
opacity
Opacity value - meaningful only with multiple bitmaps of the same
PrintType. |
boolean |
overprint
Applies to Uv
PrintType only. |
int |
preheat
Sets the amount of baseline energy used on the non-printed (white areas) of the card.
|
PrintType |
printType
Type of graphics information (color, mono, etc.).
|
CardSide |
side
Side of card to print on.
|
int |
xOffset
X-offset (pixels) from origin 0, 0.
|
int |
yOffset
Y-offset (pixels) from origin 0, 0.
|
| Constructor and Description |
|---|
GraphicsInfo()
Instantiates the GraphicsInfo class
|
public CardSide side
public PrintType printType
public int xOffset
public int yOffset
public int opacity
PrintType.
public int fillColor
public boolean overprint
PrintType only.
public int preheat
public GraphicType graphicType
graphicData.public ZebraCardImageI graphicData
© 2016 ZIH Corp. All Rights Reserved.