org.cybertory.MSS
Class SpotterTipFunction

java.lang.Object
  extended byorg.cybertory.MSS.SpotterTipFunction
All Implemented Interfaces:
SelfScaler, SpotterTip

public class SpotterTipFunction
extends java.lang.Object
implements SpotterTip

An implementation of SpotterTip that uses an ImageFunction.


Constructor Summary
SpotterTipFunction(javax.media.jai.ImageFunction function)
           
 
Method Summary
 java.lang.Object getScaled(float pixelSize)
           
 SpotterTipContact getSpotterTipContact(java.awt.geom.Point2D featureCellCenter, float featureSize)
           
 void setLocationEffects(SpotterTipLocationEffects locationEffects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpotterTipFunction

public SpotterTipFunction(javax.media.jai.ImageFunction function)
Method Detail

setLocationEffects

public void setLocationEffects(SpotterTipLocationEffects locationEffects)

getScaled

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

getSpotterTipContact

public SpotterTipContact getSpotterTipContact(java.awt.geom.Point2D featureCellCenter,
                                              float featureSize)
Specified by:
getSpotterTipContact in interface SpotterTip