Class HwmfDraw.WmfRoundRect

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

public static class HwmfDraw.WmfRoundRect extends Object implements HwmfRecord
The META_ROUNDRECT record paints a rectangle with rounded corners. The rectangle is outlined using the pen and filled using the brush, as defined in the playback device context.
  • Constructor Details

    • WmfRoundRect

      public WmfRoundRect()
  • Method Details