Package org.apache.poi.hwmf.record
Class HwmfDraw.WmfChord
java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw.WmfArc
org.apache.poi.hwmf.record.HwmfDraw.WmfChord
- All Implemented Interfaces:
HwmfRecord
- Enclosing class:
HwmfDraw
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
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfArc
draw, init
-
Constructor Details
-
WmfChord
public WmfChord()
-
-
Method Details
-
getRecordType
- Specified by:
getRecordType
in interfaceHwmfRecord
- Overrides:
getRecordType
in classHwmfDraw.WmfArc
-