org.cybertory.MSS
Class SpotterTipLocationEffects

java.lang.Object
  extended byorg.cybertory.MSS.SpotterTipLocationEffects
All Implemented Interfaces:
SelfScaler

public class SpotterTipLocationEffects
extends java.lang.Object
implements SelfScaler

The encapsulation of parameters that effect the location of the spotter tip center.


Constructor Summary
SpotterTipLocationEffects(float deltaX, float deltaY, float tipWobble)
           
 
Method Summary
 java.awt.geom.Point2D getModifiedCenter(java.awt.geom.Point2D originalCenter)
           
 java.lang.Object getScaled(float pixelSize)
           
 void setRandom(java.util.Random rand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpotterTipLocationEffects

public SpotterTipLocationEffects(float deltaX,
                                 float deltaY,
                                 float tipWobble)
Method Detail

setRandom

public void setRandom(java.util.Random rand)

getScaled

public java.lang.Object getScaled(float pixelSize)
Specified by:
getScaled in interface SelfScaler

getModifiedCenter

public java.awt.geom.Point2D getModifiedCenter(java.awt.geom.Point2D originalCenter)