Uses of Class
org.apache.poi.hwmf.draw.HwmfGraphics.FillDrawStyle
-
Packages that use HwmfGraphics.FillDrawStyle Package Description org.apache.poi.hemf.draw org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfGraphics.FillDrawStyle in org.apache.poi.hemf.draw
Methods in org.apache.poi.hemf.draw with parameters of type HwmfGraphics.FillDrawStyle Modifier and Type Method Description voidHemfGraphics. draw(Consumer<Path2D> pathConsumer, HwmfGraphics.FillDrawStyle fillDraw) -
Uses of HwmfGraphics.FillDrawStyle in org.apache.poi.hemf.record.emf
Methods in org.apache.poi.hemf.record.emf that return HwmfGraphics.FillDrawStyle Modifier and Type Method Description protected HwmfGraphics.FillDrawStyleHemfDraw.EmfPolyBezier. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHemfDraw.EmfPolyDraw. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHemfDraw.EmfPolygon. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHemfDraw.EmfPolyline. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHemfDraw.EmfPolyPolyline. getFillDrawStyle() -
Uses of HwmfGraphics.FillDrawStyle in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfGraphics.FillDrawStyle Modifier and Type Method Description static HwmfGraphics.FillDrawStyleHwmfGraphics.FillDrawStyle. valueOf(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. -
Uses of HwmfGraphics.FillDrawStyle in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfGraphics.FillDrawStyle Modifier and Type Field Description HwmfGraphics.FillDrawStyleHwmfDraw.WmfArc.WmfArcClosure. drawStyleMethods in org.apache.poi.hwmf.record that return HwmfGraphics.FillDrawStyle Modifier and Type Method Description protected HwmfGraphics.FillDrawStyleHwmfDraw.WmfArc. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHwmfDraw.WmfPolygon. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHwmfDraw.WmfPolyline. getFillDrawStyle()protected HwmfGraphics.FillDrawStyleHwmfDraw.WmfPolyPolygon. getFillDrawStyle()
-