Uses of Class
gistoolkit.display.shader.BinEntry

Packages that use BinEntry
gistoolkit.display.shader   
 

Uses of BinEntry in gistoolkit.display.shader
 

Methods in gistoolkit.display.shader that return BinEntry
 BinEntry[] BinShader.getEntries()
          Returns all the entries in the shader.
 

Methods in gistoolkit.display.shader with parameters of type BinEntry
 void BinShaderPanel.addBins(java.lang.String[] inBinNames, java.awt.Color[] inBinColors, BinEntry[] inEntries)