Uses of Class
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore

Packages that use WMFRecordStore
org.apache.batik.transcoder.wmf.tosvg   
 

Uses of WMFRecordStore in org.apache.batik.transcoder.wmf.tosvg
 

Methods in org.apache.batik.transcoder.wmf.tosvg that return WMFRecordStore
 WMFRecordStore WMFPainter.getRecordStore()
          Returns the WMFRecordStore this WMFPainter renders
 

Methods in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStore
 void WMFPainter.setRecordStore(WMFRecordStore currentStore)
          Sets the WMFRecordStore this WMFPainter should use to render
 

Constructors in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStore
WMFPainter(WMFRecordStore currentStore)
          Basic constructor, initializes the storage.
 



Copyright © 2004 Apache Software Foundation. All Rights Reserved.