| Package | com.whirled.contrib.card.graphics |
| Class | public class LastTrickSprite |
| Inheritance | LastTrickSprite flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| _cards : Array | LastTrickSprite | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new last trick sprite
| LastTrickSprite | ||
|
clear():void
Clear our the current contents of the last trick.
| LastTrickSprite | ||
|
setCards(cards:Array):void
Clear out the cards and reset them.
| LastTrickSprite | ||
| _cards | property |
protected var _cards:Array
| LastTrickSprite | () | constructor |
public function LastTrickSprite()Creates a new last trick sprite
| clear | () | method |
public function clear():voidClear our the current contents of the last trick.
| setCards | () | method |
public function setCards(cards:Array):voidClear out the cards and reset them.
Parameterscards:Array — the array of CardSprite instances to become the contents of this sprite
|