Uses of Interface
com.zebra.sdk.graphics.ZebraImageI
Packages that use ZebraImageI
Package
Description
Provides implementation for device operations
Provides implementation for working with graphics formatted for a Zebra printer.
Provides implementation for Zebra branded printer functionality.
-
Uses of ZebraImageI in com.zebra.sdk.device
Methods in com.zebra.sdk.device with parameters of type ZebraImageIModifier and TypeMethodDescriptionvoidProfile.printImage(ZebraImageI image, int x, int y, int width, int height, boolean insideFormat) voidProfile.storeImage(String deviceDriveAndFileName, ZebraImageI image, int width, int height) -
Uses of ZebraImageI in com.zebra.sdk.graphics
Methods in com.zebra.sdk.graphics that return ZebraImageIModifier and TypeMethodDescriptionstatic ZebraImageIZebraImageFactory.getImage(BufferedImage image) Creates an instance ofZebraImageIfrom the image specified inimagestatic ZebraImageIZebraImageFactory.getImage(InputStream imageData) Creates an instance ofZebraImageIfrom the image data specified inimageDatastatic ZebraImageICreates an instance ofZebraImageIfrom the image specified infullPath -
Uses of ZebraImageI in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer with parameters of type ZebraImageIModifier and TypeMethodDescriptionstatic voidPrinterUtil.convertGraphic(String filePathOnPrinter, ZebraImageI image, int width, int height, OutputStream convertedGraphicOutputStream) Encodes supplied image in either ZPL or CPCL after dithering and resizing.static voidPrinterUtil.convertGraphic(String filePathOnPrinter, ZebraImageI image, OutputStream convertedGraphicOutputStream) Encodes supplied image in either ZPL or CPCL after dithering and resizing.voidGraphicsUtil.printImage(ZebraImageI image, int x, int y, int width, int height, boolean insideFormat) Prints an image to the connected device as a monochrome image.voidGraphicsUtil.storeImage(String deviceDriveAndFileName, ZebraImageI image, int width, int height) Stores the specifiedimageto the connected printer as a monochrome image.Method parameters in com.zebra.sdk.printer with type arguments of type ZebraImageIModifier and TypeMethodDescriptionvoidFormatUtilLinkOs.printStoredFormatWithVarGraphics(String storedFormatPath, Map<Integer, ZebraImageI> imgVars, Map<Integer, String> vars) Prints a stored format on the printer, filling in the fields specified by the maps.voidFormatUtilLinkOs.printStoredFormatWithVarGraphics(String storedFormatPath, Map<Integer, ZebraImageI> imgVars, Map<Integer, String> vars, String encoding) Prints a stored format on the printer, filling in the fields specified by the maps.