|
||||||||||
| 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.NodeAccuracy
public class NodeAccuracy
Property defining the node accuracy.
| Constructor Summary | |
|---|---|
NodeAccuracy()
|
|
| Method Summary | |
|---|---|
String |
getAccuracy()
Gets the node accuracy. |
Double |
getAccuracyRot()
Gets the translational accuracy in meters. |
Double |
getAccuracyTrans()
Gets the rotational accuracy in rad. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setAccuracy(String accuracy)
Sets the node accuracy property. |
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 NodeAccuracy()
| Method Detail |
|---|
public String getAccuracy()
public void setAccuracy(String accuracy)
accuracy - the new node accuracypublic Double getAccuracyTrans()
null if no rotational accuracy is set)public Double getAccuracyRot()
null if no translational accuracy is set)public 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 | |||||||||