public static class PreloaderEPS.EPSBinaryFileHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
psLength |
private long |
psStart |
private long |
tiffLength |
private long |
tiffStart |
private long |
wmfLength |
private long |
wmfStart |
Constructor and Description |
---|
EPSBinaryFileHeader() |
Modifier and Type | Method and Description |
---|---|
long |
getPSLength()
Returns the length of the PostScript section.
|
long |
getPSStart()
Returns the start offset of the PostScript section.
|
long |
getTIFFLength()
Returns the length of the TIFF preview.
|
long |
getTIFFStart()
Returns the start offset of the TIFF preview.
|
long |
getWMFLength()
Returns the length of the WMF preview.
|
long |
getWMFStart()
Returns the start offset of the WMF preview.
|
boolean |
hasTIFFPreview()
Indicates whether the EPS has a TIFF preview.
|
boolean |
hasWMFPreview()
Indicates whether the EPS has a WMF preview.
|
private long psStart
private long psLength
private long wmfStart
private long wmfLength
private long tiffStart
private long tiffLength
public long getPSStart()
public long getPSLength()
public boolean hasWMFPreview()
public long getWMFStart()
public long getWMFLength()
public boolean hasTIFFPreview()
public long getTIFFStart()
public long getTIFFLength()