Uses of Class
org.apache.poi.hwmf.record.HwmfColorRef
-
Packages that use HwmfColorRef Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfColorRef in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf declared as HwmfColorRef Modifier and Type Field Description protected HwmfColorRefHemfFill.EmfAlphaBlend. bkColorSrcthe background color of the source bitmap.protected HwmfColorRefHemfFill.EmfStretchBlt. bkColorSrcA WMF ColorRef object that specifies the background color of the source bitmap.Methods in org.apache.poi.hemf.record.emf that return HwmfColorRef Modifier and Type Method Description HwmfColorRefHemfFill.EmfStretchBlt. getBkColorSrc() -
Uses of HwmfColorRef in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfColorRef Modifier and Type Method Description HwmfColorRefHwmfDrawProperties. getBackgroundColor()HwmfColorRefHwmfDrawProperties. getBrushColor()HwmfColorRefHwmfDrawProperties. getPenColor()HwmfColorRefHwmfDrawProperties. getTextColor()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfColorRef Modifier and Type Method Description voidHwmfDrawProperties. setBackgroundColor(HwmfColorRef backgroundColor)voidHwmfDrawProperties. setBrushColor(HwmfColorRef brushColor)voidHwmfDrawProperties. setPenColor(HwmfColorRef penColor)voidHwmfDrawProperties. setTextColor(HwmfColorRef textColor) -
Uses of HwmfColorRef in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfColorRef Modifier and Type Field Description protected HwmfColorRefHwmfDraw.WmfSetPixel. colorRefA ColorRef Object that defines the color value.protected HwmfColorRefHwmfFill.WmfFloodFill. colorRefA 32-bit ColorRef Object that defines the color value.protected HwmfColorRefHwmfMisc.WmfCreateBrushIndirect. colorRefprotected HwmfColorRefHwmfMisc.WmfCreatePenIndirect. colorRefA 32-bit ColorRef Object that specifies the pen color value.protected HwmfColorRefHwmfMisc.WmfSetBkColor. colorRefprotected HwmfColorRefHwmfText.WmfSetTextColor. colorRefMethods in org.apache.poi.hwmf.record that return HwmfColorRef Modifier and Type Method Description HwmfColorRefHwmfColorRef. copy()HwmfColorRefHwmfDraw.WmfSetPixel. getColorRef()HwmfColorRefHwmfFill.WmfFloodFill. getColorRef()HwmfColorRefHwmfMisc.WmfCreateBrushIndirect. getColorRef()HwmfColorRefHwmfMisc.WmfCreatePenIndirect. getColorRef()HwmfColorRefHwmfMisc.WmfSetBkColor. getColorRef()HwmfColorRefHwmfText.WmfSetTextColor. getColorRef()Constructors in org.apache.poi.hwmf.record with parameters of type HwmfColorRef Constructor Description HwmfColorRef(HwmfColorRef other)
-