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 WMFRecordStoreAbstractWMFPainter. currentStoreMethods in org.apache.batik.transcoder.wmf.tosvg that return WMFRecordStore Modifier and Type Method Description WMFRecordStoreAbstractWMFPainter. getRecordStore()Returns the WMFRecordStore this WMFPainter rendersWMFRecordStoreWMFPainter. 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 intAbstractWMFPainter. addObject(WMFRecordStore store, int type, java.lang.Object obj)protected intAbstractWMFPainter. addObjectAt(WMFRecordStore store, int type, java.lang.Object obj, int idx)private java.awt.PaintWMFPainter. getStoredPaint(WMFRecordStore currentStore, int object)private voidWMFPainter. setBrushPaint(WMFRecordStore currentStore, java.awt.Graphics2D g2d, int brushObject)private voidWMFPainter. setPenColor(WMFRecordStore currentStore, java.awt.Graphics2D g2d, int penObject)voidAbstractWMFPainter. 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.
-