|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlFillStyle
public class IlFillStyle
This class defines an enumeration with values that can be used to define how an object shape can be filled.
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.
| Field Summary | |
|---|---|
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. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||