Class ImageHeaderPICT


  • @Internal
    public class ImageHeaderPICT
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageHeaderPICT​(byte[] data, int off)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Rectangle getBounds()  
      java.awt.Dimension getSize()  
      • Methods inherited from class java.lang.Object

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

      • PICT_HEADER_OFFSET

        public static final int PICT_HEADER_OFFSET
        skip the first 512 bytes - they are MAC specific crap
        See Also:
        Constant Field Values
    • Constructor Detail

      • ImageHeaderPICT

        public ImageHeaderPICT​(byte[] data,
                               int off)
    • Method Detail

      • getSize

        public java.awt.Dimension getSize()
      • getBounds

        public java.awt.Rectangle getBounds()