org.cybertory.MSS
Class SpotterTipContact

java.lang.Object
  extended byorg.cybertory.MSS.SpotterTipContact

public class SpotterTipContact
extends java.lang.Object

A struct-like class that encapsulates data about the contact point of a spotter tip.


Field Summary
 java.awt.image.RenderedImage markImage
           
 java.awt.geom.Point2D tipCenter
           
 
Constructor Summary
SpotterTipContact(java.awt.geom.Point2D tipCenter, java.awt.image.RenderedImage markImage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipCenter

public final java.awt.geom.Point2D tipCenter

markImage

public final java.awt.image.RenderedImage markImage
Constructor Detail

SpotterTipContact

public SpotterTipContact(java.awt.geom.Point2D tipCenter,
                         java.awt.image.RenderedImage markImage)