Class SpatialControl
- java.lang.Object
 - 
- jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
 
- 
public class SpatialControl extends java.lang.ObjectDataholder for custom Spatial Controls 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclasspathprotected IParsedExpressioncond 
- 
Constructor Summary
Constructors Constructor Description SpatialControl(java.lang.String classpath, IParsedExpression cond) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClasspath()IParsedExpressiongetCond()voidsetClasspath(java.lang.String classpath)voidsetCond(IParsedExpression cond) 
 - 
 
- 
- 
Field Detail
- 
classpath
protected java.lang.String classpath
 
- 
cond
protected IParsedExpression cond
 
 - 
 
- 
Constructor Detail
- 
SpatialControl
public SpatialControl(java.lang.String classpath, IParsedExpression cond) 
 - 
 
- 
Method Detail
- 
getClasspath
public java.lang.String getClasspath()
- Returns:
 - the classpath
 
 
- 
setClasspath
public void setClasspath(java.lang.String classpath)
- Parameters:
 classpath- the classpath to set
 
- 
getCond
public IParsedExpression getCond()
- Returns:
 - the cond
 
 
- 
setCond
public void setCond(IParsedExpression cond)
- Parameters:
 cond- the cond to set
 
 - 
 
 -