Package gistoolkit.display.shader

Interface Summary
EditableShader Allows the application to detect if this shader can be edited.
 

Class Summary
BinEntry Class to hold the information for a particular entry in the bin shader.
BinShader Shades features in bins of colors.
BinShaderPanel Allows editing of the range shader.
FindImageDialog Panel for editing the Point Image Renderer.
MonoShader A shader that will always return the same color regardless of what values are sent in.
MonoShaderPanel Dialog for editing the attributes of a mono shader.
RandomShader A shader that will always return the same color regardless of what values are sent in.
RandomShaderPanel Allows editing of the Random shader.
RangeShader Returns a color bassed on a value.
RangeShaderPanel Allows editing of the range shader.
ShaderPanel Abstract Class to allow shaders to generate GUI interfaces for editing just them.
SimpleShader A simple shader to handle the simplest case.