org.cybertory.MSS
Interface SpotterTip

All Superinterfaces:
SelfScaler
All Known Implementing Classes:
SpotterTipConst, SpotterTipFunction

public interface SpotterTip
extends SelfScaler

A SpotterTip encapsulates tip effects for a zone. These effects can include the location of the spot relative to the center of the feature cell and/or the texture effects of the actual tip. Possible causes of deviation of the spot from the center of the cell include a bent spotting tip or a wobble (random movement while spotting) of the tip. The center of the tip as calculated here would be passed to the FeatureShapeFactory to guide its position.


Method Summary
 SpotterTipContact getSpotterTipContact(java.awt.geom.Point2D featureCellCenter, float featureSize)
           
 
Methods inherited from interface org.cybertory.MSS.SelfScaler
getScaled
 

Method Detail

getSpotterTipContact

public SpotterTipContact getSpotterTipContact(java.awt.geom.Point2D featureCellCenter,
                                              float featureSize)