Main Page | Packages | Class Tree | Index | Help

xp.system

class ImageGridBrush

Object
  |
  +--xp.system.GraphicBrush
        |
        +--xp.system.ImageGridBrush

Implemented Interfaces: ICloneable

class ImageGridBrush
extends GraphicBrush

Fills an entire area with an image. Portions of the image are stretched to fit within defined margins.

A ImageGridBrush is very similar to an image brush in that it fills an area with a bitmap image. With a ImageGridBrush, however, the image is divided into nine regions or grids by four borders. The image can be a library item or an external swf.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
isArray: Boolean
does the graphic contain an array of state driven graphics

Fields inherited from class xp.system.GraphicBrush

image, internal

Constructor

public
ImageGridBrush ( image: String, isArray: Boolean)
Construct a new brush object

Method Summary

public
clone ( ): Object
Clones this brush



Field Documentation

isArray

public var isArray: Boolean
does the graphic contain an array of state driven graphics


Constructor Documentation

ImageGridBrush

public function ImageGridBrush(image: String,
 isArray: Boolean)
Construct a new brush object

Parameters:
image
linkage id of image movieclip or url of an external swf or jpg
isArray
does the graphic contain an array of state driven graphics

Method Documentation

clone

public function clone(): Object
Clones this brush

Specified by:
clone in interface ICloneable

Returns:
a new brush instance.


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc