yostinso
Class GardenRow

java.lang.Object
  |
  +--Column
        |
        +--yostinso.GardenRow

public class GardenRow
extends Column

GardenRow model element for the FlowerGarden solitaire variation Creation date: (11/29/2001 11:15:26 AM)

See Also:
Serialized Form

Field Summary
protected  int lastSelectionPoint
           
 
Constructor Summary
GardenRow()
          GardenRow constructor comment.
GardenRow(java.lang.String s)
          GardenRow constructor comment.
 
Method Summary
 int getLastSelectionPoint()
          Return the location of the last Selection point.
 void setLastSelectionPoint(int newPoint)
          Set where the last selection point was.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastSelectionPoint

protected int lastSelectionPoint
Constructor Detail

GardenRow

public GardenRow()
GardenRow constructor comment.


GardenRow

public GardenRow(java.lang.String s)
GardenRow constructor comment.

Method Detail

getLastSelectionPoint

public int getLastSelectionPoint()
Return the location of the last Selection point.

Returns:

setLastSelectionPoint

public void setLastSelectionPoint(int newPoint)
Set where the last selection point was.

Parameters:
newPoint -