Class MetaObject

java.lang.Object
com.itextpdf.kernel.pdf.canvas.wmf.MetaObject
Direct Known Subclasses:
MetaBrush, MetaFont, MetaPen

public class MetaObject extends Object
A meta object.
  • Field Details

  • Constructor Details

    • MetaObject

      public MetaObject()
      Creates a new MetaObject. This constructor doesn't set the type.
    • MetaObject

      public MetaObject (int type)
      Creates a MetaObject with a type.
      Parameters:
      type - the type of meta object
  • Method Details

    • getType

      public int getType()
      Get the type of this MetaObject.
      Returns:
      type of MetaObject