org.apache.poi.hwmf.record
Class HwmfDraw.WmfPie

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfDraw.WmfArc
      extended by 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
HwmfDraw.WmfPie()
           
 
Method Summary
 HwmfRecordType getRecordType()
           
 
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfArc
draw, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HwmfDraw.WmfPie

public HwmfDraw.WmfPie()
Method Detail

getRecordType

public HwmfRecordType getRecordType()
Specified by:
getRecordType in interface HwmfRecord
Overrides:
getRecordType in class HwmfDraw.WmfArc


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.