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:
GenericRecord,HwmfRecord
- Direct Known Subclasses:
HemfDraw.EmfPie
- Enclosing class:
HwmfDraw
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfArc
HwmfDraw.WmfArc.WmfArcClosure -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfArc
draw, getArcClosure, getBounds, getEndPoint, getGenericProperties, getStartPoint, init, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildrenMethods inherited from interface org.apache.poi.hwmf.record.HwmfRecord
getGenericRecordType
-
Constructor Details
-
WmfPie
public WmfPie()
-
-
Method Details
-
getWmfRecordType
- Specified by:
getWmfRecordTypein interfaceHwmfRecord- Overrides:
getWmfRecordTypein classHwmfDraw.WmfArc
-