Uses of Class
com.jme3.material.TechniqueDef

Packages that use TechniqueDef
com.jme3.material The com.jme3.material package contains classes for manipulating jMonkeyEngine materials. 
 

Uses of TechniqueDef in com.jme3.material
 

Methods in com.jme3.material that return TechniqueDef
 TechniqueDef Technique.getDef()
          Returns the technique definition that is implemented by this technique instance.
 TechniqueDef MaterialDef.getTechniqueDef(java.lang.String name)
          Returns a technique definition with the given name.
 

Methods in com.jme3.material that return types with arguments of type TechniqueDef
 java.util.List<TechniqueDef> MaterialDef.getDefaultTechniques()
          Returns a list of all default techniques.
 

Methods in com.jme3.material with parameters of type TechniqueDef
 void MaterialDef.addTechniqueDef(TechniqueDef technique)
          Adds a new technique definition to this material definition.
 

Constructors in com.jme3.material with parameters of type TechniqueDef
Technique(Material owner, TechniqueDef def)
          Creates a new technique instance that implements the given technique definition.