org.apache.poi.hslf.blip
Class PICT.NativeHeader

java.lang.Object
  extended by org.apache.poi.hslf.blip.PICT.NativeHeader
Enclosing class:
PICT

public static class PICT.NativeHeader
extends java.lang.Object


Field Summary
 java.awt.Rectangle bounds
           
static double DEFAULT_RESOLUTION
           
 double hRes
           
static int PICT_HEADER_OFFSET
          skip the first 512 bytes - they are MAC specific crap
 double vRes
           
 
Constructor Summary
PICT.NativeHeader(byte[] data, int offset)
           
 
Method Summary
 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

bounds

public final java.awt.Rectangle bounds

hRes

public final double hRes

vRes

public final double vRes
Constructor Detail

PICT.NativeHeader

public PICT.NativeHeader(byte[] data,
                         int offset)
Method Detail

getSize

public java.awt.Dimension getSize()


Copyright 2016 The Apache Software Foundation or its licensors, as applicable.