public static class HwmfDraw.WmfPolyPolygon extends Object implements HwmfRecord
| Constructor and Description |
|---|
WmfPolyPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
protected HwmfGraphics.FillDrawStyle |
getFillDrawStyle() |
Map<String,Supplier<?>> |
getGenericProperties() |
List<Path2D> |
getPolyList() |
protected Shape |
getShape(HwmfGraphics ctx) |
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
protected boolean |
isClosed() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericRecordTypegetGenericChildrenpublic HwmfRecordType getWmfRecordType()
getWmfRecordType in interface HwmfRecordpublic int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws IOException
HwmfRecordinit in interface HwmfRecordleis - the little endian input streamIOExceptionpublic void draw(HwmfGraphics ctx)
HwmfRecorddraw in interface HwmfRecordctx - the graphics context to modifyprotected HwmfGraphics.FillDrawStyle getFillDrawStyle()
protected boolean isClosed()
protected Shape getShape(HwmfGraphics ctx)
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord