Interface ZebraImageI


public interface ZebraImageI
Contains methods used to query attributes of an image formatted for a Zebra printer.
see ZebraImageFactory for how to create an image.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the image's height in pixels
    int
    Return the image's width in pixels
  • Method Details

    • getHeight

      int getHeight()
      Return the image's height in pixels
      Returns:
      the image's height
    • getWidth

      int getWidth()
      Return the image's width in pixels
      Returns:
      the image's width