Package | Description |
---|---|
com.zebra.sdk.device |
Provides implementation for device operations
|
com.zebra.sdk.graphics |
Provides implementation for working with graphics formatted for a Zebra printer.
|
com.zebra.sdk.printer |
Provides implementation for Zebra branded printer functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.printImage(ZebraImageI image,
int x,
int y,
int width,
int height,
boolean insideFormat) |
void |
Profile.storeImage(String deviceDriveAndFileName,
ZebraImageI image,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
static ZebraImageI |
ZebraImageFactory.getImage(java.awt.image.BufferedImage image)
Creates an instance of
ZebraImageI from the image specified in image |
static ZebraImageI |
ZebraImageFactory.getImage(java.io.InputStream imageData)
Creates an instance of
ZebraImageI from the image data specified in imageData |
static ZebraImageI |
ZebraImageFactory.getImage(String fullPath)
Creates an instance of
ZebraImageI from the image specified in fullPath |
Modifier and Type | Method and Description |
---|---|
static void |
PrinterUtil.convertGraphic(String filePathOnPrinter,
ZebraImageI image,
int width,
int height,
java.io.OutputStream convertedGraphicOutputStream)
Encodes supplied image in either ZPL or CPCL after dithering and resizing.
|
static void |
PrinterUtil.convertGraphic(String filePathOnPrinter,
ZebraImageI image,
java.io.OutputStream convertedGraphicOutputStream)
Encodes supplied image in either ZPL or CPCL after dithering and resizing.
|
void |
GraphicsUtil.printImage(ZebraImageI image,
int x,
int y,
int width,
int height,
boolean insideFormat)
Prints an image to the connected device as a monochrome image.
|
void |
GraphicsUtil.storeImage(String deviceDriveAndFileName,
ZebraImageI image,
int width,
int height)
Stores the specified
image to the connected printer as a monochrome image. |
Modifier and Type | Method and Description |
---|---|
void |
FormatUtilLinkOs.printStoredFormatWithVarGraphics(String storedFormatPath,
java.util.Map<Integer,ZebraImageI> imgVars,
java.util.Map<Integer,String> vars)
Prints a stored format on the printer, filling in the fields specified by the maps.
|
void |
FormatUtilLinkOs.printStoredFormatWithVarGraphics(String storedFormatPath,
java.util.Map<Integer,ZebraImageI> imgVars,
java.util.Map<Integer,String> vars,
String encoding)
Prints a stored format on the printer, filling in the fields specified by the maps.
|
© 2017 ZIH Corp. All Rights Reserved.