|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
public static class PreloaderEPS.EPSBinaryFileHeader
Holder class for various pointers to the contents of the EPS file.
Constructor Summary | |
---|---|
PreloaderEPS.EPSBinaryFileHeader()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreloaderEPS.EPSBinaryFileHeader()
Method Detail |
---|
public long getPSStart()
public long getPSLength()
public boolean hasWMFPreview()
public long getWMFStart()
public long getWMFLength()
public boolean hasTIFFPreview()
public long getTIFFStart()
public long getTIFFLength()
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |