org.apache.batik.transcoder.wmf.tosvg
public class WMFPainter extends AbstractWMFPainter
| Constructor Summary | |
|---|---|
| WMFPainter(WMFRecordStore currentStore, float scale) Basic constructor. | |
| WMFPainter(WMFRecordStore currentStore, int xOffset, int yOffset, float scale) Basic constructor. | |
| Method Summary | |
|---|---|
| WMFRecordStore | getRecordStore()
Returns the WMFRecordStore this WMFPainter renders |
| void | paint(Graphics g)
Renders the WMF image(s). |
Parameters: currentStore where the WMF records are stored scale the scale of the image
Parameters: scale the scale of the image currentStore where the WMF records are stored xOffset x value for offset yOffset y value for offset