Uses of Class
com.jme3.material.Technique

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

Uses of Technique in com.jme3.material
 

Methods in com.jme3.material that return Technique
 Technique Material.getActiveTechnique()
          Returns the currently active technique.
 

Methods in com.jme3.material with parameters of type Technique
 void MatParamTexture.apply(Renderer r, Technique technique)