org.cybertory.MSS
Class SpotterTipConst

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

public class SpotterTipConst
extends java.lang.Object
implements SpotterTip

An implementation of SpotterTip that uses a constant image.


Constructor Summary
SpotterTipConst(java.awt.image.RenderedImage tipTexture)
           
SpotterTipConst(java.awt.image.RenderedImage tipTexture, float physicalTextureSize)
           
 
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

SpotterTipConst

public SpotterTipConst(java.awt.image.RenderedImage tipTexture)

SpotterTipConst

public SpotterTipConst(java.awt.image.RenderedImage tipTexture,
                       float physicalTextureSize)
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