Class XpmImageParser.XpmHeader

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

private static class XpmImageParser.XpmHeader extends Object
  • Field Details

    • width

      int width
    • height

      int height
    • numColors

      int numColors
    • numCharsPerPixel

      int numCharsPerPixel
    • xHotSpot

      int xHotSpot
    • yHotSpot

      int yHotSpot
    • xpmExt

      boolean xpmExt
    • palette

  • Constructor Details

    • XpmHeader

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