public static class PreloaderEPS.EPSBinaryFileHeader
extends java.lang.Object
Constructor | Description |
---|---|
EPSBinaryFileHeader() |
Modifier and Type | Method | 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.
|
public long getPSStart()
public long getPSLength()
public boolean hasWMFPreview()
public long getWMFStart()
public long getWMFLength()
public boolean hasTIFFPreview()
public long getTIFFStart()
public long getTIFFLength()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.