Class HwmfDraw.WmfRectangle

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

public static class HwmfDraw.WmfRectangle extends Object implements HwmfRecord
The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context.
  • Constructor Details

    • WmfRectangle

      public WmfRectangle()
  • Method Details