extra.inpro.synthesis.visual
Class SegmentSelector.StringHotSpot

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.Point
          extended by extra.inpro.synthesis.visual.HotSpot<java.lang.String>
              extended by extra.inpro.synthesis.visual.SegmentSelector.StringHotSpot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
SegmentSelector

 class SegmentSelector.StringHotSpot
extends HotSpot<java.lang.String>

a hostspot with a fixed size, containing a string


Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Field Summary
 
Fields inherited from class extra.inpro.synthesis.visual.HotSpot
item, squaredHotspotSize
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
SegmentSelector.StringHotSpot(java.lang.String item, int x, int y)
           
 
Method Summary
 
Methods inherited from class extra.inpro.synthesis.visual.HotSpot
getItem, matches, squaredDistance
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegmentSelector.StringHotSpot

SegmentSelector.StringHotSpot(java.lang.String item,
                              int x,
                              int y)