Uses of Interface
gistoolkit.display.shader.EditableShader

Packages that use EditableShader
gistoolkit.display.shader   
 

Uses of EditableShader in gistoolkit.display.shader
 

Classes in gistoolkit.display.shader that implement EditableShader
 class BinShader
          Shades features in bins of colors.
 class MonoShader
          A shader that will always return the same color regardless of what values are sent in.
 class RandomShader
          A shader that will always return the same color regardless of what values are sent in.
 class RangeShader
          Returns a color bassed on a value.