ilog.views
Class IlvPattern

java.lang.Object
  extended by java.awt.TexturePaint
      extended by ilog.views.util.java2d.IlvPattern
          extended by ilog.views.IlvPattern
All Implemented Interfaces:
Paint, Transparency

Deprecated. since JViews 5.5 you should use IlvPattern instead.

public class IlvPattern
extends IlvPattern

A pattern is a predefined texture used to fill a shape.
An IlvPattern is a subclass of java.awt.TexturePaint. Available patterns are:

See Also:
IlvTexture

Field Summary
 
Fields inherited from class ilog.views.util.java2d.IlvPattern
ALTERNATE_DIAGONAL, ALTERNATE_DOTS, ARCHES, AZTEC, background, BALLS, BRICKS_DIAGONAL, BRICKS_HORIZONTAL, BRICKS_VERTICAL, CIRCLE_DOT, COBBLE_DIAGONAL, DARK_HORIZONTAL, DARK_SAND, DARK_VERTICAL, DIAGONAL_GRID, DIAGONAL_TILES, DOT_QUILT, DOWN_BLACK_DIAGONAL, DOWN_DARK_DIAGONAL, DOWN_DASHED_DIAGONAL, DOWN_DIAGONAL, DOWN_LIGHT_DIAGONAL, DOWN_THICK_DIAGONAL, foreground, GRAY_10, GRAY_20, GRAY_25, GRAY_30, GRAY_40, GRAY_5, GRAY_50, GRAY_60, GRAY_70, GRAY_75, GRAY_80, GRAY_90, HORIZONTAL, HORIZONTAL_DASH, LARGE_DARK_GRID, LARGE_GRID, LAST_USED, LIGHT_HORIZONTAL, LIGHT_LOSANGES, LIGHT_SAND, LIGHT_VERTICAL, NARROW_DARK_HORIZONTAL, NARROW_DARK_VERTICAL, NARROW_HORIZONTAL, NARROW_VERTICAL, OBLIQUE_TILES, SCALES, SMALL_CHESSBOARD, SMALL_DARK_GRID, SMALL_DIAGONAL_GRID, SMALL_GRID, SMALL_STIPPLE, STIPPLE, THATCHES, THICK_DIAGONAL_GRID, TINY_GRID, TINY_STIPPLE, type, UP_BLACK_DIAGONAL, UP_DARK_DIAGONAL, UP_DASHED_DIAGONAL, UP_DIAGONAL, UP_LIGHT_DIAGONAL, UP_THICK_DIAGONAL, VERTICAL, VERTICAL_DASH, VSHAPE, WAFFER, WAVES
 
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Constructor Summary
IlvPattern(int type, Color foreground, Color background)
          Deprecated. Creates a new IlvPattern of the specified type.
 
Method Summary
 
Methods inherited from class ilog.views.util.java2d.IlvPattern
createImage, equals, getBackground, getForeground, getType, makeImage
 
Methods inherited from class java.awt.TexturePaint
createContext, getAnchorRect, getImage, getTransparency
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvPattern

public IlvPattern(int type,
                  Color foreground,
                  Color background)
Deprecated. 
Creates a new IlvPattern of the specified type.

Parameters:
type - The type of the pattern.
foreground - The foreground color of the pattern.
background - The background color of the pattern or null for a transparent background.


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