- java.lang.Object
-
- com.itextpdf.text.pdf.codec.wmf.MetaObject
-
- com.itextpdf.text.pdf.codec.wmf.MetaBrush
-
public class MetaBrush extends MetaObject
-
-
Field Summary
Fields Modifier and Type Field Description static intBS_DIBPATTERNstatic intBS_HATCHEDstatic intBS_NULLstatic intBS_PATTERNstatic intBS_SOLIDstatic intHS_BDIAGONALstatic intHS_CROSSstatic intHS_DIAGCROSSstatic intHS_FDIAGONALstatic intHS_HORIZONTALstatic intHS_VERTICAL-
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 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.itextpdf.text.pdf.codec.wmf.MetaObject
getType
-
-
-
-
Field Detail
-
BS_SOLID
public static final int BS_SOLID
- See Also:
- Constant Field Values
-
BS_NULL
public static final int BS_NULL
- See Also:
- Constant Field Values
-
BS_HATCHED
public static final int BS_HATCHED
- See Also:
- Constant Field Values
-
BS_PATTERN
public static final int BS_PATTERN
- See Also:
- Constant Field Values
-
BS_DIBPATTERN
public static final int BS_DIBPATTERN
- See Also:
- Constant Field Values
-
HS_HORIZONTAL
public static final int HS_HORIZONTAL
- See Also:
- Constant Field Values
-
HS_VERTICAL
public static final int HS_VERTICAL
- See Also:
- Constant Field Values
-
HS_FDIAGONAL
public static final int HS_FDIAGONAL
- See Also:
- Constant Field Values
-
HS_BDIAGONAL
public static final int HS_BDIAGONAL
- See Also:
- Constant Field Values
-
HS_CROSS
public static final int HS_CROSS
- See Also:
- Constant Field Values
-
HS_DIAGCROSS
public static final int HS_DIAGCROSS
- 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()
-
getHatch
public int getHatch()
-
getColor
public java.awt.Color getColor()
-
-