Class XbmImageParser.XbmHeader

java.lang.Object
org.apache.commons.imaging.formats.xbm.XbmImageParser.XbmHeader
Enclosing class:
XbmImageParser

private static class XbmImageParser.XbmHeader extends Object
  • Field Details

    • width

      int width
    • height

      int height
    • xHot

      int xHot
    • yHot

      int yHot
  • Constructor Details

    • XbmHeader

      XbmHeader(int width, int height, int xHot, int yHot)
  • Method Details