Main Page | Packages | Class Tree | Index | Help

xp.system

class Stroke

Object
  |
  +--xp.system.Stroke


class Stroke
extends Object

The stroke of a line


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:
support@epresenterplus.com Style properties - rowHeight


Field Summary

public
alpha: Number
The alpah of the stroke

public
color: Number
The color of the stroke

public
weight: Number
The weight of the stroke

Constructor

public
Stroke ( color: Number, weight: Number, alpha: Number)
Create a new Stroke instance

Method Summary

public
clone ( ): Object
Creates a shallow copy of the current Object.

public
equals ( p: Point ): Boolean
Specifies whether this Stroke contains the same coordinates as the specified Object.



Field Documentation

alpha

public var alpha: Number
The alpah of the stroke

color

public var color: Number
The color of the stroke

weight

public var weight: Number
The weight of the stroke


Constructor Documentation

Stroke

public function Stroke(color: Number,
 weight: Number,
 alpha: Number)
Create a new Stroke instance


Method Documentation

clone

public function clone(): Object
Creates a shallow copy of the current Object.

equals

public function equals(p: Point): Boolean
Specifies whether this Stroke contains the same coordinates as the specified Object.


The documentation was generated from the following file:


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