Uses of Class
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Packages that use WMFRecordStore
Package
Description
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 WMFRecordStoreMethods in org.apache.batik.transcoder.wmf.tosvg that return WMFRecordStoreModifier and TypeMethodDescriptionAbstractWMFPainter.getRecordStore()
Returns the WMFRecordStore this WMFPainter rendersWMFPainter.getRecordStore()
Returns the WMFRecordStore this WMFPainter rendersMethods in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFRecordStoreModifier and TypeMethodDescriptionprotected int
AbstractWMFPainter.addObject
(WMFRecordStore store, int type, Object obj) protected int
AbstractWMFPainter.addObjectAt
(WMFRecordStore store, int type, 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 WMFRecordStoreModifierConstructorDescriptionWMFPainter
(WMFRecordStore currentStore, float scale) Basic constructor.WMFPainter
(WMFRecordStore currentStore, int xOffset, int yOffset, float scale) Basic constructor.