Class XbmImageParser.XbmHeader

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

private static final class XbmImageParser.XbmHeader extends Object
  • Field Details

    • height

      final int height
    • width

      final int width
    • xHot

      int xHot
    • yHot

      int yHot
  • Constructor Details

    • XbmHeader

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