org.apache.poi.sl.image
Class ImageHeaderPICT

java.lang.Object
  extended by org.apache.poi.sl.image.ImageHeaderPICT

@Internal
public class ImageHeaderPICT
extends java.lang.Object


Field Summary
static double DEFAULT_RESOLUTION
           
static int PICT_HEADER_OFFSET
          skip the first 512 bytes - they are MAC specific crap
 
Constructor Summary
ImageHeaderPICT(byte[] data, int off)
           
 
Method Summary
 java.awt.Rectangle getBounds()
           
 java.awt.Dimension getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

DEFAULT_RESOLUTION

public static final double DEFAULT_RESOLUTION
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()