|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IObject
igeo.ICurve
igeo.ITensionLine
public class ITensionLine
Class of IDynamicObject to simulate tension force between two particles.
Field Summary | |
---|---|
ITension |
tensionDynamics
|
Fields inherited from class igeo.ICurve |
---|
curve |
Fields inherited from class igeo.IObject |
---|
attribute, dynamics, graphics, parameter, server |
Constructor Summary | |
---|---|
ITensionLine(IParticleI p1,
IParticleI p2)
|
|
ITensionLine(IParticleI p1,
IParticleI p2,
double tension)
|
|
ITensionLine(IParticle p1,
IParticle p2)
|
|
ITensionLine(IParticle p1,
IParticle p2,
double tension)
|
|
ITensionLine(IVecI p1,
IVecI p2)
|
|
ITensionLine(IVecI p1,
IVecI p2,
double tension)
|
|
ITensionLine(IVec p1,
IVec p2)
|
|
ITensionLine(IVec p1,
IVec p2,
double tension)
|
Method Summary | |
---|---|
void |
initTensionLine(IParticleI p1,
IParticleI p2)
|
double |
tension()
|
ITensionLine |
tension(double tension)
|
Methods inherited from class igeo.IObject |
---|
addDynamics, attr, attr, clearDynamics, clearGraphics, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, initGraphic, initObject, isVisible, layer, name, resetGraphic, server, setParameter, syncColor, updateGraphic, visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ITension tensionDynamics
Constructor Detail |
---|
public ITensionLine(IParticleI p1, IParticleI p2)
public ITensionLine(IParticleI p1, IParticleI p2, double tension)
public ITensionLine(IParticle p1, IParticle p2)
public ITensionLine(IParticle p1, IParticle p2, double tension)
public ITensionLine(IVec p1, IVec p2)
public ITensionLine(IVec p1, IVec p2, double tension)
public ITensionLine(IVecI p1, IVecI p2)
public ITensionLine(IVecI p1, IVecI p2, double tension)
Method Detail |
---|
public void initTensionLine(IParticleI p1, IParticleI p2)
public double tension()
public ITensionLine tension(double tension)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |