| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.Stroke
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. | |
| public var alpha: Number |
| The alpah of the stroke |
| public var color: Number |
| The color of the stroke |
| public var weight: Number |
| The weight of the stroke |
|
| Create a new Stroke instance |
|
| Creates a shallow copy of the current Object. |
|
| Specifies whether this Stroke contains the same coordinates as the specified Object. |