Class HwmfDraw.WmfEllipse

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

public static class HwmfDraw.WmfEllipse extends Object implements HwmfRecord
The META_ELLIPSE record draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the pen and is filled by using the brush; these are defined in the playback device context.
  • Constructor Details

    • WmfEllipse

      public WmfEllipse()
  • Method Details