|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.hslf.blip.PICT.NativeHeader
public static class PICT.NativeHeader
| 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 |
|---|
public static final int PICT_HEADER_OFFSET
public static final double DEFAULT_RESOLUTION
public final java.awt.Rectangle bounds
public final double hRes
public final double vRes
| Constructor Detail |
|---|
public PICT.NativeHeader(byte[] data,
int offset)
| Method Detail |
|---|
public java.awt.Dimension getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||