Uses of Class
org.apache.batik.transcoder.wmf.tosvg.MetaRecord
-
Packages that use MetaRecord Package Description org.apache.batik.transcoder.wmf.tosvg Contains all of the interfaces for transcoding WMF Metafiles to SVG. -
-
Uses of MetaRecord in org.apache.batik.transcoder.wmf.tosvg
Subclasses of MetaRecord in org.apache.batik.transcoder.wmf.tosvg Modifier and Type Class Description static class
MetaRecord.ByteRecord
A record that contain byte arrays elements.static class
MetaRecord.StringRecord
Methods in org.apache.batik.transcoder.wmf.tosvg that return MetaRecord Modifier and Type Method Description MetaRecord
RecordStore. getRecord(int idx)
Deprecated.Returns a meta record.MetaRecord
WMFRecordStore. getRecord(int idx)
Returns a meta record.
-