Uses of Class
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
-
Packages that use WMFRecordStore Package Description 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 Modifier and Type Field Description protected WMFRecordStore
AbstractWMFPainter. currentStore
Methods in org.apache.batik.transcoder.wmf.tosvg that return WMFRecordStore Modifier and Type Method Description WMFRecordStore
AbstractWMFPainter. getRecordStore()
Returns the WMFRecordStore this WMFPainter rendersWMFRecordStore
WMFPainter. getRecordStore()
Returns the WMFRecordStore this WMFPainter rendersMethods in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStore 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 renderConstructors in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStore Constructor Description WMFPainter(WMFRecordStore currentStore, float scale)
Basic constructor.WMFPainter(WMFRecordStore currentStore, int xOffset, int yOffset, float scale)
Basic constructor.
-