org.cybertory.MSS
Class SpotterTipConst
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpotterTipConst
public SpotterTipConst(java.awt.image.RenderedImage tipTexture)
SpotterTipConst
public SpotterTipConst(java.awt.image.RenderedImage tipTexture,
float physicalTextureSize)
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