Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » codec » wmf » [javadoc | source]
com.lowagie.text.pdf.codec.wmf
public class: MetaPen [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.wmf.MetaObject
      com.lowagie.text.pdf.codec.wmf.MetaPen
Field Summary
public static final  int PS_SOLID     
public static final  int PS_DASH     
public static final  int PS_DOT     
public static final  int PS_DASHDOT     
public static final  int PS_DASHDOTDOT     
public static final  int PS_NULL     
public static final  int PS_INSIDEFRAME     
 int style     
 int penWidth     
 Color color     
Fields inherited from com.lowagie.text.pdf.codec.wmf.MetaObject:
META_NOT_SUPPORTED,  META_PEN,  META_BRUSH,  META_FONT,  type
Constructor:
 public MetaPen() 
Method from com.lowagie.text.pdf.codec.wmf.MetaPen Summary:
getColor,   getPenWidth,   getStyle,   init
Methods from com.lowagie.text.pdf.codec.wmf.MetaObject:
getType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.wmf.MetaPen Detail:
 public Color getColor() 
 public int getPenWidth() 
 public int getStyle() 
 public  void init(InputMeta in) throws IOException