|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--physicon.graphLib.GraphElementBase | +--physicon.graphLib.GraphMarkerBase | +--physicon.graphLib.CurveMarker
Marker on the curve
Constructor Summary | |
CurveMarker(MarkerDrawerBase _marker,
GraphCurveBase _curve)
Constructor. |
Method Summary | |
double |
getParamValue()
Returns the current parameter value. |
void |
setCurve(GraphCurveBase _curve)
Sets the new curve |
void |
setParamValue(double _param)
This is legal way to move the marker |
Methods inherited from class physicon.graphLib.GraphElementBase |
addDependent,
contains,
contains,
getContainer,
getContext,
getDepend,
getDrawer,
getGEObject,
getGraphElement,
getRedrawFlag,
getRefPoint,
getRoughRect,
getZLevel,
isCreated,
isVisible,
setDrawer,
setRedrawFlag,
setRefPoint,
setVisible,
setZLevel,
update,
updateDrawer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CurveMarker(MarkerDrawerBase _marker, GraphCurveBase _curve)
_marker
- - Given drawer object._curve
- - Given parametric curveMethod Detail |
public void setParamValue(double _param)
_param
- - given parameter for updating
drawer position. The curve shoud be defined
at this parameter. In the other case parmeter
will be set to the closest legal value.public double getParamValue()
public void setCurve(GraphCurveBase _curve)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |