|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.RigidConstraint.TechniqueCommon.Spring.Linear
public static class RigidConstraint.TechniqueCommon.Spring.Linear
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stiffness" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="damping" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="target_value" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TargetableFloat |
damping
|
protected TargetableFloat |
stiffness
|
protected TargetableFloat |
targetValue
|
| Constructor Summary | |
|---|---|
RigidConstraint.TechniqueCommon.Spring.Linear()
|
|
| Method Summary | |
|---|---|
TargetableFloat |
getDamping()
Gets the value of the damping property. |
TargetableFloat |
getStiffness()
Gets the value of the stiffness property. |
TargetableFloat |
getTargetValue()
Gets the value of the targetValue property. |
void |
setDamping(TargetableFloat value)
Sets the value of the damping property. |
void |
setStiffness(TargetableFloat value)
Sets the value of the stiffness property. |
void |
setTargetValue(TargetableFloat value)
Sets the value of the targetValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TargetableFloat stiffness
protected TargetableFloat damping
protected TargetableFloat targetValue
| Constructor Detail |
|---|
public RigidConstraint.TechniqueCommon.Spring.Linear()
| Method Detail |
|---|
public TargetableFloat getStiffness()
TargetableFloatpublic void setStiffness(TargetableFloat value)
value - allowed object is
TargetableFloatpublic TargetableFloat getDamping()
TargetableFloatpublic void setDamping(TargetableFloat value)
value - allowed object is
TargetableFloatpublic TargetableFloat getTargetValue()
TargetableFloatpublic void setTargetValue(TargetableFloat value)
value - allowed object is
TargetableFloat
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||