Class Materialfile
- java.lang.Object
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
- 
 public class Materialfile extends java.lang.ObjectDataholder for Material informations
- 
- 
Field SummaryFields Modifier and Type Field Description protected IParsedExpressioncondprotected java.lang.Stringpartprotected java.lang.Stringpathprotected SpecialActionspecialActionprotected booleanuseAlpha
 - 
Constructor SummaryConstructors Constructor Description Materialfile(java.lang.String part, java.lang.String path, boolean useAlpha, SpecialAction specialaction, IParsedExpression cond)
 - 
Method SummaryAll 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- 
partprotected java.lang.String part 
 - 
pathprotected java.lang.String path 
 - 
condprotected IParsedExpression cond 
 - 
useAlphaprotected boolean useAlpha 
 - 
specialActionprotected SpecialAction specialAction 
 
- 
 - 
Constructor Detail- 
Materialfilepublic Materialfile(java.lang.String part, java.lang.String path, boolean useAlpha, SpecialAction specialaction, IParsedExpression cond)
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() - Returns:
- the name
 
 - 
setNamepublic void setName(java.lang.String name) - Parameters:
- name- the name to set
 
 - 
getPathpublic java.lang.String getPath() - Returns:
- the path
 
 - 
setPathpublic void setPath(java.lang.String path) - Parameters:
- path- the path to set
 
 - 
isUseAlphapublic boolean isUseAlpha() - Returns:
- the useAlpha
 
 - 
setUseAlphapublic void setUseAlpha(boolean useAlpha) - Parameters:
- useAlpha- the useAlpha to set
 
 - 
getSpecialActionpublic SpecialAction getSpecialAction() - Returns:
- the specialAction
 
 - 
setSpecialActionpublic void setSpecialAction(SpecialAction specialAction) - Parameters:
- specialAction- the specialAction to set
 
 
- 
 
-