Class Summary |
AbstractWMFPainter |
This class provides generic methods that must be used by a particular WMFPainter. |
AbstractWMFReader |
This class provides a general framework to read WMF Metafiles. |
GdiObject |
Represents GDI Objects encountred in WMF Files. |
MetaRecord |
This is used to keep data while processing WMF-files. |
MetaRecord.ByteRecord |
A record that contain byte arrays elements. |
MetaRecord.StringRecord |
|
Polygon2D |
This class is a Polygon with float coordinates. |
Polyline2D |
This class has the same behavior than Polygon2D , except that
the figure is not closed. |
TextureFactory |
This class generate Paints from WMF hatch definitions. |
WMFFont |
Represent a WMF Font, encountered in a Metafile. |
WMFPainter |
Core class for rendering the WMF image. |
WMFRecordStore |
Reads a WMF file, including an Aldus Placable Metafile Header. |
WMFRenderer |
|
WMFUtilities |
This class holds various utilies for importing WMF files that can be used either for
org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader s and
org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter s |