Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Would you expect this to work? Cheers, -Tennessee Code Snippet : if(scalarMap != null) { ColorControl cc = (ColorControl) scalarMap.getControl(); if(mode == ColorConfigurable.GREYSCALE) { System.out.println("Greyscale"); cc.initGreyWedge(); } if(mode == ColorConfigurable.RGB) { System.out.println("RGB"); cc.initHSV(); } }
visad
archives: