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, setEnabledMethods inherited from class org.opensourcephysics.display.MeasuredCircle
getXMax, getXMin, getYMax, getYMin, isMeasured, setMeasuredMethods inherited from class org.opensourcephysics.display.Circle
draw, getX, getY, setX, setY, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opensourcephysics.display.Interactive
getX, getY, isInteractive, setX, setYMethods 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:CircleSets the x and y coordinates.- Specified by:
setXYin interfaceInteractive- Overrides:
setXYin classCircle
-