Class Materialfile
- java.lang.Object
 - 
- jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
 
- 
public class Materialfile extends java.lang.ObjectDataholder for Material informations 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected IParsedExpressioncondprotected java.lang.Stringpartprotected java.lang.Stringpathprotected SpecialActionspecialActionprotected booleanuseAlpha 
- 
Constructor Summary
Constructors Constructor Description Materialfile(java.lang.String part, java.lang.String path, boolean useAlpha, SpecialAction specialaction, IParsedExpression cond) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetPath()SpecialActiongetSpecialAction()booleanisUseAlpha()voidsetName(java.lang.String name)voidsetPath(java.lang.String path)voidsetSpecialAction(SpecialAction specialAction)voidsetUseAlpha(boolean useAlpha) 
 - 
 
- 
- 
Field Detail
- 
part
protected java.lang.String part
 
- 
path
protected java.lang.String path
 
- 
cond
protected IParsedExpression cond
 
- 
useAlpha
protected boolean useAlpha
 
- 
specialAction
protected SpecialAction specialAction
 
 - 
 
- 
Constructor Detail
- 
Materialfile
public Materialfile(java.lang.String part, java.lang.String path, boolean useAlpha, SpecialAction specialaction, IParsedExpression cond) 
 - 
 
- 
Method Detail
- 
getName
public java.lang.String getName()
- Returns:
 - the name
 
 
- 
setName
public void setName(java.lang.String name)
- Parameters:
 name- the name to set
 
- 
getPath
public java.lang.String getPath()
- Returns:
 - the path
 
 
- 
setPath
public void setPath(java.lang.String path)
- Parameters:
 path- the path to set
 
- 
isUseAlpha
public boolean isUseAlpha()
- Returns:
 - the useAlpha
 
 
- 
setUseAlpha
public void setUseAlpha(boolean useAlpha)
- Parameters:
 useAlpha- the useAlpha to set
 
- 
getSpecialAction
public SpecialAction getSpecialAction()
- Returns:
 - the specialAction
 
 
- 
setSpecialAction
public void setSpecialAction(SpecialAction specialAction)
- Parameters:
 specialAction- the specialAction to set
 
 - 
 
 -