com.lowagie.text.pdf.wmf
Class MetaPen
java.lang.Object
|
+--com.lowagie.text.pdf.wmf.MetaObject
|
+--com.lowagie.text.pdf.wmf.MetaPen
- public class MetaPen
- extends MetaObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
style
int style
penWidth
int penWidth
color
Color color
MetaPen
public MetaPen()
init
public void init(InputMeta in)
throws IOException
IOException
getStyle
public int getStyle()
getPenWidth
public int getPenWidth()
getColor
public Color getColor()