org.vizzini.ui.game.cardgame
Interface ICardCenterUI

All Known Implementing Classes:
AbstractCardCenterUI, CardCenterIconUI, CardCenterPipsUI

public interface ICardCenterUI

Defines methods required by card center widgets in card game user interfaces.

Since:
v0.1
Version:
v0.1
Author:
Jeffrey M. Thompson

Method Summary
 void setCard(ICard card)
          Set parameters from the given card.
 void setFaceUp(boolean isFaceUp)
          Set the flag which indicates whether this card is face up.
 

Method Detail

setCard

void setCard(ICard card)
Set parameters from the given card.

Since:
v0.1

setFaceUp

void setFaceUp(boolean isFaceUp)
Set the flag which indicates whether this card is face up.

Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02