ilog.util
Class IlFillStyle

java.lang.Object
  extended by ilog.util.IlFillStyle

public class IlFillStyle
extends Object

This class defines an enumeration with values that can be used to define how an object shape can be filled.

Possible values are:

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.

Since:
JTGO 4.0

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

NO_FILL

public static final int NO_FILL
The paint style is transparent.

See Also:
Constant Field Values

SOLID_COLOR

public static final int SOLID_COLOR
The paint style that fills a shape with a solid color.

See Also:
Constant Field Values

LINEAR_GRADIENT

public static final int LINEAR_GRADIENT
The paint style that fills the shape with a linear gradient.

See Also:
Constant Field Values

RADIAL_GRADIENT

public static final int RADIAL_GRADIENT
The paint style that fills the shape with a radial gradient.

See Also:
Constant Field Values

TEXTURE

public static final int TEXTURE
The paint style that fills the shape with a texture.

See Also:
Constant Field Values

PATTERN

public static final int PATTERN
The paint style that fills the shape with a pattern texture.

Note:The pattern fill style is only supported by predefined business objects, such as network elements and groups.

See Also:
Constant Field Values


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.