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.drawText(String text,
int x,
int y,
int width,
int height,
int angle,
TextAlignment horizontal,
TextAlignment vertical,
java.awt.Color textColor) |
void |
ZebraGraphics.drawText(String text,
int x,
int y,
int width,
int height,
int angle,
TextAlignment horizontal,
TextAlignment vertical,
java.awt.Color textColor)
Draws the text into the specified rectangle.
|
void |
ZebraCardGraphics.drawText(String text,
int x,
int y,
int width,
int height,
int angle,
TextAlignment horizontal,
TextAlignment vertical,
java.awt.Color textColor,
boolean shrinkToFit) |
void |
ZebraGraphics.drawText(String text,
int x,
int y,
int width,
int height,
int angle,
TextAlignment horizontal,
TextAlignment vertical,
java.awt.Color textColor,
boolean shrinkToFit)
Draws the text into the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
static TextAlignment |
TextAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlignment[] |
TextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2016 ZIH Corp. All Rights Reserved.