|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.sl.image.ImageHeaderPICT
@Internal public class ImageHeaderPICT
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 |
---|
public static final int PICT_HEADER_OFFSET
public static final double DEFAULT_RESOLUTION
Constructor Detail |
---|
public ImageHeaderPICT(byte[] data, int off)
Method Detail |
---|
public java.awt.Dimension getSize()
public java.awt.Rectangle getBounds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |