public static class HwmfText.WmfTextOut extends Object implements HwmfRecord, HwmfCharsetAware
| Modifier and Type | Field and Description |
|---|---|
protected Supplier<Charset> |
charsetProvider |
protected Point2D |
reference |
| Constructor and Description |
|---|
WmfTextOut() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
Map<String,Supplier<?>> |
getGenericProperties() |
String |
getText(Charset charset) |
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
void |
setCharsetProvider(Supplier<Charset> provider) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericRecordTypegetGenericChildrenprotected Point2D reference
public 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 modifypublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordpublic void setCharsetProvider(Supplier<Charset> provider)
setCharsetProvider in interface HwmfCharsetAware