Class Materialfile
- java.lang.Object
-
- jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
-
public class Materialfile extends java.lang.Object
Dataholder for Material informations
-
-
Field Summary
Fields Modifier and Type Field Description protected IParsedExpression
cond
protected java.lang.String
part
protected java.lang.String
path
protected SpecialAction
specialAction
protected boolean
useAlpha
-
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.String
getName()
java.lang.String
getPath()
SpecialAction
getSpecialAction()
boolean
isUseAlpha()
void
setName(java.lang.String name)
void
setPath(java.lang.String path)
void
setSpecialAction(SpecialAction specialAction)
void
setUseAlpha(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
-
-