org.opensourcephysics.display
Class Protractor.Tip

java.lang.Object
  extended by org.opensourcephysics.display.Circle
      extended by org.opensourcephysics.display.MeasuredCircle
          extended by org.opensourcephysics.display.InteractiveCircle
              extended by org.opensourcephysics.display.Protractor.Tip
All Implemented Interfaces:
Drawable, Interactive, Measurable
Enclosing class:
Protractor

public class Protractor.Tip
extends InteractiveCircle


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensourcephysics.display.InteractiveCircle
InteractiveCircle.InteractiveCircleLoader
 
Field Summary
 
Fields inherited from class org.opensourcephysics.display.Circle
color, pixRadius, x, y
 
Constructor Summary
Protractor.Tip()
           
 
Method Summary
 void setXY(double x, double y)
          Sets the x and y coordinates.
 
Methods inherited from class org.opensourcephysics.display.InteractiveCircle
findInteractive, getLoader, isEnabled, isInside, setEnabled
 
Methods inherited from class org.opensourcephysics.display.MeasuredCircle
getXMax, getXMin, getYMax, getYMin, isMeasured, setMeasured
 
Methods inherited from class org.opensourcephysics.display.Circle
draw, getX, getY, setX, setY, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opensourcephysics.display.Interactive
getX, getY, setX, setY
 
Methods inherited from interface org.opensourcephysics.display.Measurable
getXMax, getXMin, getYMax, getYMin, isMeasured
 
Methods inherited from interface org.opensourcephysics.display.Drawable
draw
 

Constructor Detail

Protractor.Tip

public Protractor.Tip()
Method Detail

setXY

public void setXY(double x,
                  double y)
Description copied from class: Circle
Sets the x and y coordinates.

Specified by:
setXY in interface Interactive
Overrides:
setXY in class Circle