public static class HwmfWindowing.WmfSetWindowOrg extends Object implements HwmfRecord
| Constructor and Description |
|---|
WmfSetWindowOrg() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
Map<String,Supplier<?>> |
getGenericProperties() |
Point2D |
getOrigin() |
HwmfRecordType |
getWmfRecordType() |
double |
getX() |
double |
getY() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericRecordTypegetGenericChildrenprotected final Point2D origin
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 double getY()
public double getX()
public Point2D getOrigin()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord