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

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfDraw.WmfArc
      extended by org.apache.poi.hwmf.record.HwmfDraw.WmfChord
All Implemented Interfaces:
HwmfRecord
Enclosing class:
HwmfDraw

public static class HwmfDraw.WmfChord
extends HwmfDraw.WmfArc

The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment. The chord is outlined using the pen and filled using the brush that are defined in the playback device context.


Constructor Summary
HwmfDraw.WmfChord()
           
 
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.WmfChord

public HwmfDraw.WmfChord()
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.