|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.EdgeBlendingCart
public class EdgeBlendingCart
Represents the absolute distance of the blending point from the target position of a motion.
| Constructor Summary | |
|---|---|
EdgeBlendingCart()
Creates a new blending cart property for the given edge. |
|
EdgeBlendingCart(Double blendingCart)
Creates a new blending cart property for the given edge with the specified value. |
|
| Method Summary | |
|---|---|
Double |
getBlendingCart()
|
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setBlendingCart(Double blendingCart)
Sets the distance of the blending point from the motion target. |
String |
toString()
|
| Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractProperty |
|---|
equals, fireChanged, getAllowedTypes, getId, hashCode, setId, tryGetParamFromString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeBlendingCart()
public EdgeBlendingCart(Double blendingCart)
blendingCart - The distance of the blending point from the motion target in
meters.| Method Detail |
|---|
public Double getBlendingCart()
public void setBlendingCart(Double blendingCart)
blendingCart - the distance of the blending point from the motion target in
meterspublic String toString()
toString in class Objectpublic String getValueToDisplay()
Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||