public static class HemfFill.EmfSetDiBitsToDevice extends Object implements HemfRecord
HemfRecord.RenderBounds| Modifier and Type | Field and Description |
|---|---|
protected HwmfBitmapDib |
bitmap |
protected Rectangle2D |
bounds |
protected Point2D |
dest |
protected Rectangle2D |
src |
protected HwmfFill.ColorUsage |
usageSrc |
| Constructor and Description |
|---|
EmfSetDiBitsToDevice() |
| Modifier and Type | Method and Description |
|---|---|
HwmfBitmapDib |
getBitmap() |
Rectangle2D |
getBounds() |
Point2D |
getDest() |
HemfRecordType |
getEmfRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
Rectangle2D |
getSrc() |
HwmfFill.ColorUsage |
getUsageSrc() |
long |
init(LittleEndianInputStream leis,
long recordSize,
long recordId)
Init record from stream
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalcBounds, draw, getGenericRecordType, setHeadergetGenericChildrenprotected final Rectangle2D bounds
protected final Point2D dest
protected final Rectangle2D src
protected HwmfFill.ColorUsage usageSrc
protected final HwmfBitmapDib bitmap
public HemfRecordType getEmfRecordType()
getEmfRecordType in interface HemfRecordpublic long init(LittleEndianInputStream leis, long recordSize, long recordId) throws IOException
HemfRecordinit in interface HemfRecordleis - the little endian input streamrecordSize - the size limit for this recordrecordId - the id of the HemfRecordTypeIOException - when the inputstream is malformedpublic Rectangle2D getBounds()
public Point2D getDest()
public Rectangle2D getSrc()
public HwmfFill.ColorUsage getUsageSrc()
public HwmfBitmapDib getBitmap()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord