Uses of Class
org.apache.poi.hemf.record.emf.HemfDraw.EmfStrokePath
-
Packages that use HemfDraw.EmfStrokePath Package Description org.apache.poi.hemf.record.emf -
-
Uses of HemfDraw.EmfStrokePath in org.apache.poi.hemf.record.emf
Subclasses of HemfDraw.EmfStrokePath in org.apache.poi.hemf.record.emf Modifier and Type Class Description static classHemfDraw.EmfFillPathThe EMR_FILLPATH record closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode.static classHemfDraw.EmfStrokeAndFillPathThe EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.
-