| Package | Description |
|---|---|
| org.apache.batik.transcoder.wmf.tosvg |
Contains all of the interfaces for transcoding WMF Metafiles to SVG.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected WMFRecordStore |
AbstractWMFPainter.currentStore |
| Modifier and Type | Method | Description |
|---|---|---|
WMFRecordStore |
AbstractWMFPainter.getRecordStore() |
Returns the WMFRecordStore this WMFPainter renders
|
WMFRecordStore |
WMFPainter.getRecordStore() |
Returns the WMFRecordStore this WMFPainter renders
|
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
AbstractWMFPainter.addObject(WMFRecordStore store,
int type,
java.lang.Object obj) |
|
protected int |
AbstractWMFPainter.addObjectAt(WMFRecordStore store,
int type,
java.lang.Object obj,
int idx) |
|
void |
AbstractWMFPainter.setRecordStore(WMFRecordStore currentStore) |
Sets the WMFRecordStore this WMFPainter should use to render
|
| Constructor | Description |
|---|---|
WMFPainter(WMFRecordStore currentStore,
float scale) |
Basic constructor.
|
WMFPainter(WMFRecordStore currentStore,
int xOffset,
int yOffset,
float scale) |
Basic constructor.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.