- java.lang.Object
-
- com.itextpdf.text.pdf.codec.wmf.MetaObject
-
- com.itextpdf.text.pdf.codec.wmf.MetaPen
-
public class MetaPen extends MetaObject
-
-
Field Summary
Fields Modifier and Type Field Description static intPS_DASHstatic intPS_DASHDOTstatic intPS_DASHDOTDOTstatic intPS_DOTstatic intPS_INSIDEFRAMEstatic intPS_NULLstatic intPS_SOLID-
Fields inherited from class com.itextpdf.text.pdf.codec.wmf.MetaObject
META_BRUSH, META_FONT, META_NOT_SUPPORTED, META_PEN, type
-
-
Constructor Summary
Constructors Constructor Description MetaPen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColor()intgetPenWidth()intgetStyle()voidinit(InputMeta in)-
Methods inherited from class com.itextpdf.text.pdf.codec.wmf.MetaObject
getType
-
-
-
-
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
-
-
Method Detail
-
init
public void init(InputMeta in) throws java.io.IOException
- Throws:
java.io.IOException
-
getStyle
public int getStyle()
-
getPenWidth
public int getPenWidth()
-
getColor
public java.awt.Color getColor()
-
-