Package org.opensourcephysics.display
Class Protractor.Tip
java.lang.Object
org.opensourcephysics.display.Circle
org.opensourcephysics.display.MeasuredCircle
org.opensourcephysics.display.InteractiveCircle
org.opensourcephysics.display.Protractor.Tip
- All Implemented Interfaces:
Drawable
,Interactive
,Measurable
- Enclosing class:
- Protractor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensourcephysics.display.InteractiveCircle
InteractiveCircle.InteractiveCircleLoader
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
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, isInteractive, setX, setY
Methods inherited from interface org.opensourcephysics.display.Measurable
getXMax, getXMin, getYMax, getYMin, isMeasured
-
Constructor Details
-
Tip
public Tip()
-
-
Method Details
-
setXY
public void setXY(double x, double y) Description copied from class:Circle
Sets the x and y coordinates.- Specified by:
setXY
in interfaceInteractive
- Overrides:
setXY
in classCircle
-