public final class FillType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKGROUND
Fill is the same as the background.
|
static int |
GRADIENT
Gradient fill.
|
static int |
length |
static int |
PATTERNED
Patterned fill.
|
static int |
PICTURE
Picture fill.
|
static int |
SOLID
Solid fill.
|
static int |
TEXTURED
Textured fill.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String fillTypeName) |
static java.lang.String |
getName(int fillType) |
static int[] |
getValues() |
static java.lang.String |
toString(int fillType) |
public static final int SOLID
public static final int PATTERNED
public static final int GRADIENT
public static final int TEXTURED
public static final int BACKGROUND
public static final int PICTURE
public static final int length