Class XbmImageParser.XbmHeader

  • Enclosing class:
    XbmImageParser

    private static class XbmImageParser.XbmHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int height  
      (package private) int width  
      (package private) int xHot  
      (package private) int yHot  
    • Constructor Summary

      Constructors 
      Constructor Description
      XbmHeader​(int width, int height, int xHot, int yHot)  
    • 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
      • xHot

        int xHot
      • yHot

        int yHot
    • Constructor Detail

      • XbmHeader

        XbmHeader​(int width,
                  int height,
                  int xHot,
                  int yHot)
    • Method Detail

      • dump

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