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 SummaryFields Modifier and Type Field Description protected java.lang.Stringclasspathprotected IParsedExpressioncond
 - 
Constructor SummaryConstructors Constructor Description SpatialControl(java.lang.String classpath, IParsedExpression cond)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClasspath()IParsedExpressiongetCond()voidsetClasspath(java.lang.String classpath)voidsetCond(IParsedExpression cond)
 
- 
- 
- 
Field Detail- 
classpathprotected java.lang.String classpath 
 - 
condprotected IParsedExpression cond 
 
- 
 - 
Constructor Detail- 
SpatialControlpublic SpatialControl(java.lang.String classpath, IParsedExpression cond)
 
- 
 - 
Method Detail- 
getClasspathpublic java.lang.String getClasspath() - Returns:
- the classpath
 
 - 
setClasspathpublic void setClasspath(java.lang.String classpath) - Parameters:
- classpath- the classpath to set
 
 - 
getCondpublic IParsedExpression getCond() - Returns:
- the cond
 
 - 
setCondpublic void setCond(IParsedExpression cond) - Parameters:
- cond- the cond to set
 
 
- 
 
-