Uses of Class
gistoolkit.display.shader.ShaderPanel

Packages that use ShaderPanel
gistoolkit.display.shader   
 

Uses of ShaderPanel in gistoolkit.display.shader
 

Subclasses of ShaderPanel in gistoolkit.display.shader
 class BinShaderPanel
          Allows editing of the range shader.
 class MonoShaderPanel
          Dialog for editing the attributes of a mono shader.
 class RandomShaderPanel
          Allows editing of the Random shader.
 class RangeShaderPanel
          Allows editing of the range shader.
 

Methods in gistoolkit.display.shader that return ShaderPanel
 ShaderPanel BinShader.getEditPanel()
          return the panel needed to edit this shader
 ShaderPanel EditableShader.getEditPanel()
          return the panel needed to edit this shader
 ShaderPanel MonoShader.getEditPanel()
          Returns a new edit panel for editing this type of shader.
 ShaderPanel RandomShader.getEditPanel()
          return the panel needed to edit this shader
 ShaderPanel RangeShader.getEditPanel()
          return the panel needed to edit this shader