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:
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
Modifier and TypeMethodDescriptionvoiddraw(HwmfGraphics ctx) Apply the record settings to the graphics contextMethods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
getShape, init
-
Constructor Details
-
WmfPolyline
public WmfPolyline()
-
-
Method Details
-
getRecordType
- Specified by:
getRecordTypein interfaceHwmfRecord- Overrides:
getRecordTypein classHwmfDraw.WmfPolygon
-
draw
Description copied from interface:HwmfRecordApply the record settings to the graphics context- Specified by:
drawin interfaceHwmfRecord- Overrides:
drawin classHwmfDraw.WmfPolygon- Parameters:
ctx- the graphics context to modify
-