Main Page | Packages | Class Tree | Index | Help

xp.system

class RowBrush

Object
  |
  +--xp.system.RowBrush

Implemented Interfaces: IBrush, ICloneable

class RowBrush
extends Object

A brush for painting row background and border


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
alternate: IBrush


public
background: IBrush


public
highlight: IBrush


public
select: IBrush


Constructor

public
RowBrush ( background: Object, alternate: Object, highlight: Object, select: Object)
Construct a new row background border object

Method Summary

public
clone ( ): Object
Clones the object



Field Documentation

alternate

public var alternate: IBrush

background

public var background: IBrush

highlight

public var highlight: IBrush

select

public var select: IBrush

Constructor Documentation

RowBrush

public function RowBrush(background: Object,
 alternate: Object,
 highlight: Object,
 select: Object)
Construct a new row background border object

Parameters:
background
background color or brush
alternate
alternate row background color or brush
highlight
highlight color or brush
select
select color or brush

Method Documentation

clone

public function clone(): Object
Clones the object

Specified by:
clone in interface ICloneable


The documentation was generated from the following file:


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