| Package | Description |
|---|---|
| org.apache.poi.hemf.draw | |
| org.apache.poi.hemf.record.emf | |
| org.apache.poi.hwmf.draw | |
| org.apache.poi.hwmf.record |
| Modifier and Type | Method and Description |
|---|---|
void |
HemfGraphics.draw(java.util.function.Consumer<java.awt.geom.Path2D> pathConsumer,
HwmfGraphics.FillDrawStyle fillDraw) |
| Modifier and Type | Method and Description |
|---|---|
protected HwmfGraphics.FillDrawStyle |
HemfDraw.EmfPolyBezier.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HemfDraw.EmfPolygon.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HemfDraw.EmfPolyline.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HemfDraw.EmfPolyPolyline.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HemfDraw.EmfPolyDraw.getFillDrawStyle() |
| Modifier and Type | Method and Description |
|---|---|
static HwmfGraphics.FillDrawStyle |
HwmfGraphics.FillDrawStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfGraphics.FillDrawStyle[] |
HwmfGraphics.FillDrawStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
HwmfGraphics.FillDrawStyle |
HwmfDraw.WmfArc.WmfArcClosure.drawStyle |
| Modifier and Type | Method and Description |
|---|---|
protected HwmfGraphics.FillDrawStyle |
HwmfDraw.WmfPolygon.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HwmfDraw.WmfPolyline.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HwmfDraw.WmfPolyPolygon.getFillDrawStyle() |
protected HwmfGraphics.FillDrawStyle |
HwmfDraw.WmfArc.getFillDrawStyle() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.