Main Page | Packages | Class Tree | Index | Help

xp.system

class ImageBrush

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

Implemented Interfaces: ICloneable

class ImageBrush
extends GraphicBrush

A brush containing a single scable image.

The image can be a library itme or an external swf or jpg. The graphic resizes by scaling. See ImageGridBrush for resizable non-scaling images.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Fields inherited from class xp.system.GraphicBrush

image, internal

Constructor

public
ImageBrush ( image: String)
Construct a new brush object

Method Summary

public
clone ( ): Object
Clones this brush



Constructor Documentation

ImageBrush

public function ImageBrush(image: String)
Construct a new brush object

Parameters:
image
linkage id of image movieclip or url of an external swf or jpg

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