public abstract class HandLayout
extends java.lang.Object
Constructor and Description |
---|
HandLayout() |
Modifier and Type | Method and Description |
---|---|
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.
|
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