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 TypeMethodDescriptionvoid
draw
(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:
getRecordType
in interfaceHwmfRecord
- Overrides:
getRecordType
in classHwmfDraw.WmfPolygon
-
draw
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
-