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 void
draw(HwmfGraphics ctx)
Apply the record settings to the graphics contextHwmfRecordType
getRecordType()
-
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
init
-
-
-
-
Method Detail
-
getRecordType
public HwmfRecordType getRecordType()
- Specified by:
getRecordType
in interfaceHwmfRecord
- Overrides:
getRecordType
in classHwmfDraw.WmfPolygon
-
draw
public void draw(HwmfGraphics ctx)
Description copied from interface:HwmfRecord
Apply the record settings to the graphics context- Specified by:
draw
in interfaceHwmfRecord
- Overrides:
draw
in classHwmfDraw.WmfPolygon
- Parameters:
ctx
- the graphics context to modify
-
-