Uses of Class
com.itextpdf.kernel.pdf.canvas.wmf.MetaObject
-
Packages that use MetaObject Package Description com.itextpdf.kernel.pdf.canvas.wmf -
-
Uses of MetaObject in com.itextpdf.kernel.pdf.canvas.wmf
Subclasses of MetaObject in com.itextpdf.kernel.pdf.canvas.wmf Modifier and Type Class Description class
MetaBrush
A Brush bject that holds information about the style, the hatch and the color of the brush.class
MetaFont
A Meta Font.class
MetaPen
A Pen object of the WMF format.Fields in com.itextpdf.kernel.pdf.canvas.wmf with type parameters of type MetaObject Modifier and Type Field Description private java.util.List<MetaObject>
MetaState. metaObjects
List of MetaObjects.Methods in com.itextpdf.kernel.pdf.canvas.wmf with parameters of type MetaObject Modifier and Type Method Description void
MetaState. addMetaObject(MetaObject object)
Add a MetaObject to the State.
-