Package org.apache.poi.hemf.record.emf
Class HemfFill.EmfSetDiBitsToDevice
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfFill.EmfSetDiBitsToDevice
-
- All Implemented Interfaces:
GenericRecord,HemfRecord
- Enclosing class:
- HemfFill
public static class HemfFill.EmfSetDiBitsToDevice extends Object implements HemfRecord
The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scanlines of a source bitmap to a destination rectangle.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.hemf.record.emf.HemfRecord
HemfRecord.RenderBounds
-
-
Field Summary
Fields Modifier and Type Field Description protected HwmfBitmapDibbitmapprotected Rectangle2Dboundsprotected Point2Ddestprotected Rectangle2Dsrcprotected HwmfFill.ColorUsageusageSrc
-
Constructor Summary
Constructors Constructor Description EmfSetDiBitsToDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HwmfBitmapDibgetBitmap()Rectangle2DgetBounds()Point2DgetDest()HemfRecordTypegetEmfRecordType()Map<String,Supplier<?>>getGenericProperties()Rectangle2DgetSrc()HwmfFill.ColorUsagegetUsageSrc()longinit(LittleEndianInputStream leis, long recordSize, long recordId)Init record from streamStringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hemf.record.emf.HemfRecord
calcBounds, draw, getGenericRecordType, setHeader
-
-
-
-
Field Detail
-
bounds
protected final Rectangle2D bounds
-
dest
protected final Point2D dest
-
src
protected final Rectangle2D src
-
usageSrc
protected HwmfFill.ColorUsage usageSrc
-
bitmap
protected final HwmfBitmapDib bitmap
-
-
Method Detail
-
getEmfRecordType
public HemfRecordType getEmfRecordType()
- Specified by:
getEmfRecordTypein interfaceHemfRecord
-
init
public long init(LittleEndianInputStream leis, long recordSize, long recordId) throws IOException
Description copied from interface:HemfRecordInit record from stream- Specified by:
initin interfaceHemfRecord- Parameters:
leis- the little endian input streamrecordSize- the size limit for this recordrecordId- the id of theHemfRecordType- Returns:
- count of processed bytes
- Throws:
IOException- when the inputstream is malformed
-
getBounds
public Rectangle2D getBounds()
-
getDest
public Point2D getDest()
-
getSrc
public Rectangle2D getSrc()
-
getUsageSrc
public HwmfFill.ColorUsage getUsageSrc()
-
getBitmap
public HwmfBitmapDib getBitmap()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-