public class MetaBrush extends MetaObject
Modifier and Type | Field and Description |
---|---|
static int |
BS_DIBPATTERN |
static int |
BS_HATCHED |
static int |
BS_NULL |
static int |
BS_PATTERN |
static int |
BS_SOLID |
static int |
HS_BDIAGONAL |
static int |
HS_CROSS |
static int |
HS_DIAGCROSS |
static int |
HS_FDIAGONAL |
static int |
HS_HORIZONTAL |
static int |
HS_VERTICAL |
META_BRUSH, META_FONT, META_NOT_SUPPORTED, META_PEN, type
Constructor and Description |
---|
MetaBrush() |
Modifier and Type | Method and Description |
---|---|
BaseColor |
getColor() |
int |
getHatch() |
int |
getStyle() |
void |
init(InputMeta in) |
getType
public static final int BS_SOLID
public static final int BS_NULL
public static final int BS_HATCHED
public static final int BS_PATTERN
public static final int BS_DIBPATTERN
public static final int HS_HORIZONTAL
public static final int HS_VERTICAL
public static final int HS_FDIAGONAL
public static final int HS_BDIAGONAL
public static final int HS_CROSS
public static final int HS_DIAGCROSS
public void init(InputMeta in) throws IOException
IOException
public int getStyle()
public int getHatch()
public BaseColor getColor()
Copyright © 2016. All rights reserved.