|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WMFRecordStore | |
| org.apache.batik.transcoder.wmf.tosvg | Contains all of the interfaces for transcoding WMF Metafiles to SVG. |
| Uses of WMFRecordStore in org.apache.batik.transcoder.wmf.tosvg |
| Fields in org.apache.batik.transcoder.wmf.tosvg declared as WMFRecordStore | |
protected WMFRecordStore |
AbstractWMFPainter.currentStore
|
| Methods in org.apache.batik.transcoder.wmf.tosvg that return WMFRecordStore | |
WMFRecordStore |
WMFPainter.getRecordStore()
Returns the WMFRecordStore this WMFPainter renders |
WMFRecordStore |
AbstractWMFPainter.getRecordStore()
Returns the WMFRecordStore this WMFPainter renders |
| Methods in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStore | |
void |
AbstractWMFPainter.setRecordStore(WMFRecordStore currentStore)
Sets the WMFRecordStore this WMFPainter should use to render |
protected int |
AbstractWMFPainter.addObject(WMFRecordStore store,
int type,
Object obj)
|
protected int |
AbstractWMFPainter.addObjectAt(WMFRecordStore store,
int type,
Object obj,
int idx)
|
| Constructors in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStore | |
WMFPainter(WMFRecordStore currentStore,
float scale)
Basic constructor. |
|
WMFPainter(WMFRecordStore currentStore,
int xOffset,
int yOffset,
float scale)
Basic constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||