Package com.aowagie.text.pdf.codec.wmf
Class MetaBrush
- java.lang.Object
-
- com.aowagie.text.pdf.codec.wmf.MetaObject
-
- com.aowagie.text.pdf.codec.wmf.MetaBrush
-
class MetaBrush extends MetaObject
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intBS_HATCHED(package private) static intBS_SOLIDprivate java.awt.Colorcolorprivate inthatchprivate intstyle-
Fields inherited from class com.aowagie.text.pdf.codec.wmf.MetaObject
META_BRUSH, META_FONT, META_PEN, type
-
-
Constructor Summary
Constructors Constructor Description MetaBrush()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColor()intgetHatch()intgetStyle()voidinit(InputMeta in)-
Methods inherited from class com.aowagie.text.pdf.codec.wmf.MetaObject
getType
-
-
-
-
Field Detail
-
BS_SOLID
static final int BS_SOLID
- See Also:
- Constant Field Values
-
BS_HATCHED
static final int BS_HATCHED
- See Also:
- Constant Field Values
-
style
private int style
-
hatch
private int hatch
-
color
private java.awt.Color color
-
-
Method Detail
-
init
public void init(InputMeta in) throws java.io.IOException
- Throws:
java.io.IOException
-
getStyle
public int getStyle()
-
getHatch
public int getHatch()
-
getColor
public java.awt.Color getColor()
-
-