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
public static class HwmfDraw.WmfPolyline extends HwmfDraw.WmfPolygon
The META_POLYLINE record draws a series of line segments by connecting the points in the specified array.
-
-
Constructor Summary
Constructors Constructor Description WmfPolyline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(HwmfGraphics ctx)Apply the record settings to the graphics contextHwmfRecordTypegetRecordType()-
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
init
-
-
-
-
Method Detail
-
getRecordType
public HwmfRecordType getRecordType()
- Specified by:
getRecordTypein interfaceHwmfRecord- Overrides:
getRecordTypein classHwmfDraw.WmfPolygon
-
draw
public void draw(HwmfGraphics ctx)
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
-
-