Uses of Class
com.pietjonas.wmfwriter2d.WMF

Packages that use WMF
com.pietjonas.wmfwriter2d   
 

Uses of WMF in com.pietjonas.wmfwriter2d
 

Methods in com.pietjonas.wmfwriter2d that return WMF
 WMF WMFGraphics.getWMF()
           
 

Methods in com.pietjonas.wmfwriter2d with parameters of type WMF
 void WMFGraphics.setWMF(WMF wmf1, int i, int j)
           
 

Constructors in com.pietjonas.wmfwriter2d with parameters of type WMF
WMFGraphics(WMF wmf1, int i, int j)
           
WMFGraphics(WMF wmf1, int i, int j, java.awt.Color color, java.awt.Color color1)
           
WMFGraphics2D(WMF wmf, int i, int j)
           
WMFGraphics2D(WMF wmf, int i, int j, java.awt.Color color1, java.awt.Color color2)