|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwmf.record.HwmfDraw.WmfArc
public static class HwmfDraw.WmfArc
The META_ARC record draws an elliptical arc.
Constructor Summary | |
---|---|
HwmfDraw.WmfArc()
|
Method Summary | |
---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context |
HwmfRecordType |
getRecordType()
|
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HwmfDraw.WmfArc()
Method Detail |
---|
public HwmfRecordType getRecordType()
getRecordType
in interface HwmfRecord
public int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws java.io.IOException
HwmfRecord
init
in interface HwmfRecord
leis
- the little endian input stream
java.io.IOException
public void draw(HwmfGraphics ctx)
HwmfRecord
draw
in interface HwmfRecord
ctx
- the graphics context to modify
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |