Class HwmfDraw.WmfPolyPolygon

java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw.WmfPolyPolygon
All Implemented Interfaces:
HwmfRecord
Enclosing class:
HwmfDraw

public static class HwmfDraw.WmfPolyPolygon extends Object implements HwmfRecord
The META_POLYPOLYGON record paints a series of closed polygons. Each polygon is outlined by using the pen and filled by using the brush and polygon fill mode; these are defined in the playback device context. The polygons drawn by this function can overlap.
  • Constructor Details

    • WmfPolyPolygon

      public WmfPolyPolygon()
  • Method Details