org.opensourcephysics.displayejs
Class InteractionTargetPoligonMovingPoint

java.lang.Object
  extended by org.opensourcephysics.displayejs.InteractionTargetElementPosition
      extended by org.opensourcephysics.displayejs.InteractionTargetPoligonMovingPoint
All Implemented Interfaces:
Drawable, Interactive, Measurable, InteractionTarget

public class InteractionTargetPoligonMovingPoint
extends InteractionTargetElementPosition


Method Summary
 Point3D getHotspot(DrawingPanel _panel)
           
 int getPointIndex()
           
 void updateHotspot(DrawingPanel _panel, Point3D _point)
           
 
Methods inherited from class org.opensourcephysics.displayejs.InteractionTargetElementPosition
draw, findInteractive, getSource, getX, getXMax, getXMin, getY, getYMax, getYMin, isEnabled, isMeasured, setEnabled, setX, setXY, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPointIndex

public int getPointIndex()

getHotspot

public Point3D getHotspot(DrawingPanel _panel)
Specified by:
getHotspot in interface InteractionTarget
Overrides:
getHotspot in class InteractionTargetElementPosition

updateHotspot

public void updateHotspot(DrawingPanel _panel,
                          Point3D _point)
Specified by:
updateHotspot in interface InteractionTarget
Overrides:
updateHotspot in class InteractionTargetElementPosition