Uses of Class
org.apache.batik.transcoder.wmf.tosvg.TextureFactory
-
Packages that use TextureFactory Package Description org.apache.batik.transcoder.wmf.tosvg Contains all of the interfaces for transcoding WMF Metafiles to SVG. -
-
Uses of TextureFactory in org.apache.batik.transcoder.wmf.tosvg
Methods in org.apache.batik.transcoder.wmf.tosvg that return TextureFactory Modifier and Type Method Description static TextureFactory
TextureFactory. getInstance()
Get the unique instance of the class.static TextureFactory
TextureFactory. getInstance(float scale)
Get the unique instance of the class, setting the scale of the pattern.
-