|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Double
org.opensourcephysics.media.core.TPoint
org.opensourcephysics.cabrillo.tracker.PositionStep.Position
protected class PositionStep.Position
| 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 org.opensourcephysics.media.core.TPoint |
|---|
coordinateStrBuilder, coordsEditTrigger, coordsVisibleInMouseBox, enabled, isAdjusting, screenPt, stepEditTrigger, support, trackEditTrigger, worldPt |
| Fields inherited from class java.awt.geom.Point2D.Double |
|---|
x, y |
| Constructor Summary | |
|---|---|
PositionStep.Position(double x,
double y)
Constructs a Position with specified image coordinates. |
|
| Method Summary | |
|---|---|
int |
getFrameNumber(VideoPanel vidPanel)
Overrides TPoint getFrameNumber method. |
void |
setXY(double x,
double y)
Overrides TPoint setXY method. |
void |
showCoordinates(VideoPanel vidPanel)
Overrides TPoint showCoordinates method. |
| Methods inherited from class org.opensourcephysics.media.core.TPoint |
|---|
addPropertyChangeListener, addPropertyChangeListener, angle, angle, center, cos, cos, draw, equals, findInteractive, getBounds, getScreenPosition, getWorldPosition, getXMax, getXMin, getYMax, getYMin, isAdjusting, isAutotrackable, isCoordsEditTrigger, isEnabled, isMeasured, isStepEditTrigger, isTrackEditTrigger, removePropertyChangeListener, removePropertyChangeListener, setAdjusting, setCoordsEditTrigger, setEnabled, setLocation, setPositionOnLine, setScreenPosition, setScreenPosition, setStepEditTrigger, setTrackEditTrigger, setX, setY, sin, sin, toString, translate |
| Methods inherited from class java.awt.geom.Point2D.Double |
|---|
getX, getY |
| 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 |
| Methods inherited from interface org.opensourcephysics.display.Interactive |
|---|
getX, getY |
| Constructor Detail |
|---|
public PositionStep.Position(double x,
double y)
x - the x coordinatey - the y coordinate| Method Detail |
|---|
public void setXY(double x,
double y)
setXY in interface InteractivesetXY in class TPointx - the x coordinatey - the y coordinatepublic void showCoordinates(VideoPanel vidPanel)
showCoordinates in class TPointvidPanel - the video panelpublic int getFrameNumber(VideoPanel vidPanel)
getFrameNumber in class TPointvidPanel - the video panel being drawn
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||