com.itextpdf.text.pdf.codec.wmf
Class MetaPen

java.lang.Object
  extended by com.itextpdf.text.pdf.codec.wmf.MetaObject
      extended by com.itextpdf.text.pdf.codec.wmf.MetaPen

public class MetaPen
extends MetaObject


Field Summary
static int PS_DASH
           
static int PS_DASHDOT
           
static int PS_DASHDOTDOT
           
static int PS_DOT
           
static int PS_INSIDEFRAME
           
static int PS_NULL
           
static int PS_SOLID
           
 
Fields inherited from class com.itextpdf.text.pdf.codec.wmf.MetaObject
META_BRUSH, META_FONT, META_NOT_SUPPORTED, META_PEN, type
 
Constructor Summary
MetaPen()
           
 
Method Summary
 BaseColor getColor()
           
 int getPenWidth()
           
 int getStyle()
           
 void init(InputMeta in)
           
 
Methods inherited from class com.itextpdf.text.pdf.codec.wmf.MetaObject
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PS_SOLID

public static final int PS_SOLID
See Also:
Constant Field Values

PS_DASH

public static final int PS_DASH
See Also:
Constant Field Values

PS_DOT

public static final int PS_DOT
See Also:
Constant Field Values

PS_DASHDOT

public static final int PS_DASHDOT
See Also:
Constant Field Values

PS_DASHDOTDOT

public static final int PS_DASHDOTDOT
See Also:
Constant Field Values

PS_NULL

public static final int PS_NULL
See Also:
Constant Field Values

PS_INSIDEFRAME

public static final int PS_INSIDEFRAME
See Also:
Constant Field Values
Constructor Detail

MetaPen

public MetaPen()
Method Detail

init

public void init(InputMeta in)
          throws IOException
Throws:
IOException

getStyle

public int getStyle()

getPenWidth

public int getPenWidth()

getColor

public BaseColor getColor()


Copyright © 2013. All Rights Reserved.