Class XpmImageParser.XpmHeader

java.lang.Object
org.apache.commons.imaging.formats.xpm.XpmImageParser.XpmHeader
Enclosing class:
XpmImageParser

private static final class XpmImageParser.XpmHeader extends Object
  • Field Details

    • height

      final int height
    • numCharsPerPixel

      final int numCharsPerPixel
    • numColors

      final int numColors
    • palette

    • width

      final int width
    • xHotSpot

      int xHotSpot
    • xpmExt

      final boolean xpmExt
    • yHotSpot

      int yHotSpot
  • Constructor Details

    • XpmHeader

      XpmHeader(int width, int height, int numColors, int numCharsPerPixel, int xHotSpot, int yHotSpot, boolean xpmExt)
  • Method Details