public class IlFillStyle extends Object
Possible values are:
NO_FILL
: the shape is transparent.
SOLID
: the shape is filled with a solid color.
LINEAR_GRADIENT
: the shape is filled with a linear
gradient.
RADIAL_GRADIENT
:the shape is filled with a linear
gradient.
TEXTURE
: the shape is filled with a texture.
PATTERN
: the shape is filled with a texture based
on a pattern.
Note: Fill styles are only supported by nodes such as custom node objects or by predefined node objects such as network elements, polygonal groups or rectangular groups.
Modifier and Type | Field and Description |
---|---|
static int |
LINEAR_GRADIENT
The paint style that fills the shape with a linear gradient.
|
static int |
NO_FILL
The paint style is transparent.
|
static int |
PATTERN
The paint style that fills the shape with a pattern texture.
|
static int |
RADIAL_GRADIENT
The paint style that fills the shape with a radial gradient.
|
static int |
SOLID_COLOR
The paint style that fills a shape with a solid color.
|
static int |
TEXTURE
The paint style that fills the shape with a texture.
|
public static final int NO_FILL
public static final int SOLID_COLOR
public static final int LINEAR_GRADIENT
public static final int RADIAL_GRADIENT
public static final int TEXTURE
public static final int PATTERN
Note:The pattern fill style is only supported by predefined business objects, such as network elements and groups.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.