@Internal public class HemfHeader extends java.lang.Object implements HemfRecord
ImageHeaderEMF
Constructor and Description |
---|
HemfHeader() |
Modifier and Type | Method and Description |
---|---|
long |
getbOpenGL() |
java.awt.Rectangle |
getBoundsRectangle() |
long |
getBytes() |
long |
getCbPixelFormat() |
java.awt.Rectangle |
getFrameRectangle() |
int |
getHandles() |
long |
getMicrometersX() |
long |
getMicrometersY() |
long |
getnDescription() |
long |
getnPalEntries() |
long |
getOffDescription() |
long |
getOffPixelFormat() |
long |
getRecords() |
HemfRecordType |
getRecordType() |
long |
init(LittleEndianInputStream leis,
long recordId,
long recordSize)
Init record from stream
|
boolean |
isHasExtension1() |
boolean |
isHasExtension2() |
java.lang.String |
toString() |
public java.awt.Rectangle getBoundsRectangle()
public java.awt.Rectangle getFrameRectangle()
public long getBytes()
public long getRecords()
public int getHandles()
public long getnDescription()
public long getOffDescription()
public long getnPalEntries()
public boolean isHasExtension1()
public long getCbPixelFormat()
public long getOffPixelFormat()
public long getbOpenGL()
public boolean isHasExtension2()
public long getMicrometersX()
public long getMicrometersY()
public java.lang.String toString()
toString
in class java.lang.Object
public HemfRecordType getRecordType()
getRecordType
in interface HemfRecord
public long init(LittleEndianInputStream leis, long recordId, long recordSize) throws java.io.IOException
HemfRecord
init
in interface HemfRecord
leis
- the little endian input streamjava.io.IOException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.