|
||||||||||
| 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.Limits.Linear
public static class RigidConstraint.TechniqueCommon.Limits.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="min" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
<element name="max" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TargetableFloat3 |
max
|
protected TargetableFloat3 |
min
|
| Constructor Summary | |
|---|---|
RigidConstraint.TechniqueCommon.Limits.Linear()
|
|
| Method Summary | |
|---|---|
TargetableFloat3 |
getMax()
Gets the value of the max property. |
TargetableFloat3 |
getMin()
Gets the value of the min property. |
void |
setMax(TargetableFloat3 value)
Sets the value of the max property. |
void |
setMin(TargetableFloat3 value)
Sets the value of the min property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TargetableFloat3 min
protected TargetableFloat3 max
| Constructor Detail |
|---|
public RigidConstraint.TechniqueCommon.Limits.Linear()
| Method Detail |
|---|
public TargetableFloat3 getMin()
TargetableFloat3public void setMin(TargetableFloat3 value)
value - allowed object is
TargetableFloat3public TargetableFloat3 getMax()
TargetableFloat3public void setMax(TargetableFloat3 value)
value - allowed object is
TargetableFloat3
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||