Class XpmImageParser.XpmHeader

  • Enclosing class:
    XpmImageParser

    private static class XpmImageParser.XpmHeader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XpmHeader​(int width, int height, int numColors, int numCharsPerPixel, int xHotSpot, int yHotSpot, boolean xpmExt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        int width
      • height

        int height
      • numColors

        int numColors
      • numCharsPerPixel

        int numCharsPerPixel
      • xHotSpot

        int xHotSpot
      • yHotSpot

        int yHotSpot
      • xpmExt

        boolean xpmExt
    • Constructor Detail

      • XpmHeader

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

      • dump

        public void dump​(java.io.PrintWriter pw)