Package | Description |
---|---|
org.apache.poi.hemf.record.emf | |
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Field and Description |
---|---|
protected HwmfColorRef |
HemfFill.EmfStretchBlt.bkColorSrc
A WMF ColorRef object that specifies the background color of the source bitmap.
|
protected HwmfColorRef |
HemfFill.EmfAlphaBlend.bkColorSrc
the background color of the source bitmap.
|
Modifier and Type | Method and Description |
---|---|
HwmfColorRef |
HemfFill.EmfStretchBlt.getBkColorSrc() |
Modifier and Type | Method and Description |
---|---|
HwmfColorRef |
HwmfDrawProperties.getBackgroundColor() |
HwmfColorRef |
HwmfDrawProperties.getBrushColor() |
HwmfColorRef |
HwmfDrawProperties.getPenColor() |
HwmfColorRef |
HwmfDrawProperties.getTextColor() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfDrawProperties.setBackgroundColor(HwmfColorRef backgroundColor) |
void |
HwmfDrawProperties.setBrushColor(HwmfColorRef brushColor) |
void |
HwmfDrawProperties.setPenColor(HwmfColorRef penColor) |
void |
HwmfDrawProperties.setTextColor(HwmfColorRef textColor) |
Modifier and Type | Field and Description |
---|---|
protected HwmfColorRef |
HwmfDraw.WmfSetPixel.colorRef
A ColorRef Object that defines the color value.
|
protected HwmfColorRef |
HwmfFill.WmfFloodFill.colorRef
A 32-bit ColorRef Object that defines the color value.
|
protected HwmfColorRef |
HwmfText.WmfSetTextColor.colorRef |
protected HwmfColorRef |
HwmfMisc.WmfSetBkColor.colorRef |
protected HwmfColorRef |
HwmfMisc.WmfCreatePenIndirect.colorRef
A 32-bit ColorRef Object that specifies the pen color value.
|
protected HwmfColorRef |
HwmfMisc.WmfCreateBrushIndirect.colorRef |
Modifier and Type | Method and Description |
---|---|
HwmfColorRef |
HwmfColorRef.copy() |
HwmfColorRef |
HwmfDraw.WmfSetPixel.getColorRef() |
HwmfColorRef |
HwmfFill.WmfFloodFill.getColorRef() |
HwmfColorRef |
HwmfText.WmfSetTextColor.getColorRef() |
HwmfColorRef |
HwmfMisc.WmfSetBkColor.getColorRef() |
HwmfColorRef |
HwmfMisc.WmfCreatePenIndirect.getColorRef() |
HwmfColorRef |
HwmfMisc.WmfCreateBrushIndirect.getColorRef() |
Constructor and Description |
---|
HwmfColorRef(HwmfColorRef other) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.