Package org.apache.poi.hwmf.record
Class HwmfDraw.WmfPolyline
java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
org.apache.poi.hwmf.record.HwmfDraw.WmfPolyline
- All Implemented Interfaces:
GenericRecord
,HwmfRecord
- Enclosing class:
HwmfDraw
The META_POLYLINE record draws a series of line segments by connecting the points in the
specified array.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
draw, getGenericProperties, getPoly, init, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
Methods inherited from interface org.apache.poi.hwmf.record.HwmfRecord
getGenericRecordType
-
Constructor Details
-
WmfPolyline
public WmfPolyline()
-
-
Method Details
-
getWmfRecordType
- Specified by:
getWmfRecordType
in interfaceHwmfRecord
- Overrides:
getWmfRecordType
in classHwmfDraw.WmfPolygon
-