Uses of Class
org.apache.poi.hwmf.record.HwmfBitmapDib
-
Packages that use HwmfBitmapDib Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfBitmapDib in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf declared as HwmfBitmapDib Modifier and Type Field Description protected HwmfBitmapDibHemfFill.EmfAlphaBlend. bitmapprotected HwmfBitmapDibHemfFill.EmfSetDiBitsToDevice. bitmapprotected HwmfBitmapDibHemfMisc.EmfCreateMonoBrush. bitmapprotected HwmfBitmapDibHemfMisc.EmfExtCreatePen. bitmapMethods in org.apache.poi.hemf.record.emf that return HwmfBitmapDib Modifier and Type Method Description HwmfBitmapDibHemfFill.EmfSetDiBitsToDevice. getBitmap()HwmfBitmapDibHemfMisc.EmfCreateMonoBrush. getBitmap()HwmfBitmapDibHemfMisc.EmfExtCreatePen. getBitmap() -
Uses of HwmfBitmapDib in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfBitmapDib Modifier and Type Field Description protected HwmfBitmapDibHwmfFill.WmfStretchDib. bitmapA variable-sized DeviceIndependentBitmap Object (section 2.2.2.9) that is the source of the color data.protected HwmfBitmapDibHwmfMisc.WmfDibCreatePatternBrush. patternDibprotected HwmfBitmapDibHwmfFill.WmfDibStretchBlt. targetA variable-sized DeviceIndependentBitmap Object that defines image content.Methods in org.apache.poi.hwmf.record that return HwmfBitmapDib Modifier and Type Method Description HwmfBitmapDibHwmfFill.WmfStretchDib. getBitmap()HwmfBitmapDibHwmfFill.WmfDibStretchBlt. getTarget()
-