Package org.apache.poi.hwmf.record
Class HwmfDraw.WmfPie
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfDraw.WmfArc
-
- org.apache.poi.hwmf.record.HwmfDraw.WmfPie
-
- All Implemented Interfaces:
HwmfRecord
- Enclosing class:
- HwmfDraw
public static class HwmfDraw.WmfPie extends HwmfDraw.WmfArc
The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context.
-
-
Constructor Summary
Constructors Constructor Description WmfPie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HwmfRecordType
getRecordType()
-
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfArc
draw, init
-
-
-
-
Method Detail
-
getRecordType
public HwmfRecordType getRecordType()
- Specified by:
getRecordType
in interfaceHwmfRecord
- Overrides:
getRecordType
in classHwmfDraw.WmfArc
-
-