Class HemfDraw.EmfEllipse

java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw.WmfEllipse
org.apache.poi.hemf.record.emf.HemfDraw.EmfEllipse
All Implemented Interfaces:
GenericRecord, HemfRecord, HwmfRecord
Enclosing class:
HemfDraw

public static class HemfDraw.EmfEllipse extends HwmfDraw.WmfEllipse implements HemfRecord
The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.