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

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

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

Subclasses of RecordStore in org.apache.batik.transcoder.wmf.tosvg
 class WMFRecordStore
          Reads a WMF file, including an Aldus Placable Metafile Header.
 

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

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

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



Copyright © 2001 Apache Software Foundation. All Rights Reserved.