|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.aplu.jcardgame.HandLayout
public abstract class HandLayout
Base class of hand layouts.
Constructor Summary | |
---|---|
HandLayout()
|
Method Summary | |
---|---|
Location |
getHandLocation()
Returns the current hand location. |
double |
getScaleFactor()
Returns the current scale factor. |
void |
setHandLocation(Location handLocation)
Sets the current hand location to the given location. |
void |
setScaleFactor(double scaleFactor)
Sets the current scale factor to the given factor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandLayout()
Method Detail |
---|
public Location getHandLocation()
public double getScaleFactor()
public void setHandLocation(Location handLocation)
handLocation
- the new current hand locationpublic void setScaleFactor(double scaleFactor)
scaleFactor
- the new current scale factor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |