|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Solitaire | +--yostinso.FlowerGarden
FlowerGarden solitaire variation Creation date: (11/29/2001 11:02:13 AM)
Field Summary | |
protected GardenRow |
bouquet
|
protected GardenRowView |
bouquetView
|
protected Deck |
deck
|
protected Column[] |
gardenColumns
|
protected GardenColumnView[] |
gardenColumnViews
|
static int |
moveGCGCMove
|
static int |
moveGCSPMove
|
static int |
moveGRGCMove
|
static int |
moveGRSPMove
|
protected IntegerView |
scoreView
|
protected SuitPile[] |
suitPiles
|
protected SuitPileView[] |
suitPileViews
|
Constructor Summary | |
FlowerGarden()
FlowerGarden constructor comment. |
Method Summary | |
int |
getEmptyColumnCount(Column source,
Column target)
Returns the number of empty GardenColumns *without counting* source and target. |
java.lang.String |
getName()
|
boolean |
hasWon()
Determine win condition for FlowerGarden. |
void |
initialize()
Initializes FlowerGarden Plugin. |
void |
showSplashScreen()
Show Splash screen (and one where all images are loaded first). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Deck deck
protected Column[] gardenColumns
protected SuitPile[] suitPiles
protected GardenRow bouquet
protected GardenColumnView[] gardenColumnViews
protected SuitPileView[] suitPileViews
protected GardenRowView bouquetView
protected IntegerView scoreView
public static final int moveGCGCMove
public static final int moveGRGCMove
public static final int moveGCSPMove
public static final int moveGRSPMove
Constructor Detail |
public FlowerGarden()
Method Detail |
public int getEmptyColumnCount(Column source, Column target)
public java.lang.String getName()
public boolean hasWon()
public void initialize()
public void showSplashScreen()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |