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, 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
-
WmfPolyline
public WmfPolyline()
-
-
Method Details
-
getWmfRecordType
- Specified by:
getWmfRecordTypein interfaceHwmfRecord- Overrides:
getWmfRecordTypein classHwmfDraw.WmfPolygon
-