Main Page | Packages | Class Tree | Index | Help

xp.system

class GraphicBrush

Object
  |
  +--xp.system.GraphicBrush

Implemented Interfaces: IBrush
All Known Subclasses: ImageBrush, ImageGridBrush

class GraphicBrush
extends Object

Base class for brushes containing graphics.

This is an abstratc class it should not be sued directly. See ImageBrush and ImageGridBrush


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
image: String
url or symbol of the graphic

public
internal: Boolean
is the graphic internal to the movie or external (jpg or swf)

Constructor

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



Field Documentation

image

public var image: String
url or symbol of the graphic

internal

public var internal: Boolean
is the graphic internal to the movie or external (jpg or swf)


Constructor Documentation

GraphicBrush

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

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

The documentation was generated from the following file:


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