public static class HemfMisc.EmfSetMiterLimit extends Object implements HemfRecord
HemfRecord.RenderBounds| Modifier and Type | Field and Description |
|---|---|
protected int |
miterLimit |
| Constructor and Description |
|---|
EmfSetMiterLimit() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HemfGraphics ctx)
Draws the record, the default redirects to the parent WMF record drawing
|
HemfRecordType |
getEmfRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
int |
getMiterLimit() |
long |
init(LittleEndianInputStream leis,
long recordSize,
long recordId)
Init record from stream
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalcBounds, getGenericRecordType, setHeadergetGenericChildrenpublic HemfRecordType getEmfRecordType()
getEmfRecordType in interface HemfRecordpublic long init(LittleEndianInputStream leis, long recordSize, long recordId) throws IOException
HemfRecordinit in interface HemfRecordleis - the little endian input streamrecordSize - the size limit for this recordrecordId - the id of the HemfRecordTypeIOException - when the inputstream is malformedpublic void draw(HemfGraphics ctx)
HemfRecorddraw in interface HemfRecordctx - the drawing contextpublic int getMiterLimit()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord