org.apache.poi.hwmf.record
Class HwmfDraw.WmfPolyline

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
      extended by 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
HwmfDraw.WmfPolyline()
           
 
Method Summary
 void draw(HwmfGraphics ctx)
          Apply the record settings to the graphics context
 HwmfRecordType getRecordType()
           
 
Methods inherited from class org.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
getShape, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HwmfDraw.WmfPolyline

public HwmfDraw.WmfPolyline()
Method Detail

getRecordType

public HwmfRecordType getRecordType()
Specified by:
getRecordType in interface HwmfRecord
Overrides:
getRecordType in class HwmfDraw.WmfPolygon

draw

public void draw(HwmfGraphics ctx)
Description copied from interface: HwmfRecord
Apply the record settings to the graphics context

Specified by:
draw in interface HwmfRecord
Overrides:
draw in class HwmfDraw.WmfPolygon
Parameters:
ctx - the graphics context to modify


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.