|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hwmf.record.HwmfDraw.WmfPolygon
org.apache.poi.hwmf.record.HwmfDraw.WmfPolyline
public static class HwmfDraw.WmfPolyline
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 |
|---|
public HwmfDraw.WmfPolyline()
| Method Detail |
|---|
public HwmfRecordType getRecordType()
getRecordType in interface HwmfRecordgetRecordType in class HwmfDraw.WmfPolygonpublic void draw(HwmfGraphics ctx)
HwmfRecord
draw in interface HwmfRecorddraw in class HwmfDraw.WmfPolygonctx - the graphics context to modify
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||