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