|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvmm.core.Exhibit
vmm.planecurve.PlaneCurve
vmm.planecurve.parametric.PlaneCurveParametric
vmm.planecurve.parametric.UserPlaneCurveParametric
public class UserPlaneCurveParametric
A plane curve defined by parametric functions (x(t),y(t)), where the functions and other data for the exhibit are entered by the user.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class vmm.planecurve.parametric.PlaneCurveParametric |
|---|
PlaneCurveParametric.PlaneCurveParametricView |
| Nested classes/interfaces inherited from interface vmm.core.UserExhibit |
|---|
UserExhibit.FunctionInfo, UserExhibit.Support |
| Field Summary |
|---|
| Fields inherited from class vmm.planecurve.parametric.PlaneCurveParametric |
|---|
tmax, tmin, tResolution, tVals |
| Fields inherited from class vmm.planecurve.PlaneCurve |
|---|
movingSquare, points, randomSquare |
| Fields inherited from class vmm.core.Exhibit |
|---|
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform |
| Constructor Summary | |
|---|---|
UserPlaneCurveParametric()
|
|
| Method Summary | |
|---|---|
UserExhibit.Support |
getUserExhibitSupport()
This method should return a non-null object that is created and customized in the constructor of the class that implements UserExhbit. |
double |
xValue(double t)
Computes x(t) for a given value of t. |
double |
yValue(double t)
Computes y(t) for a given value of t. |
| Methods inherited from class vmm.planecurve.parametric.PlaneCurveParametric |
|---|
doDraw, getActionsForView, getCreateAnimation, getDefaultView, getT, getTResolution, makePoints, myCircle, x2ndDerivativeValue, xDerivativeValue, y2ndDerivativeValue, yDerivativeValue |
| Methods inherited from class vmm.planecurve.PlaneCurve |
|---|
computeDrawData, fillRandomSquare, getPoint, getPointCount, initializeMovingSquare, moveSquare |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface vmm.core.UserExhibit |
|---|
getDefaultView, getDefaultWindow, getParameters, setDefaultWindow |
| Methods inherited from interface vmm.core.Parameterizable |
|---|
parameterChanged |
| Constructor Detail |
|---|
public UserPlaneCurveParametric()
| Method Detail |
|---|
public double xValue(double t)
PlaneCurveParametric
xValue in class PlaneCurveParametricpublic double yValue(double t)
PlaneCurveParametric
yValue in class PlaneCurveParametricpublic UserExhibit.Support getUserExhibitSupport()
UserExhibit
getUserExhibitSupport in interface UserExhibit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||