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.
Hi John, > I am wondering how i can change the line thickness of the display box and > the tickmarks on the axis. There are methods like setBoxColor from the > DisplayRenderer and setScaleColor from the ScalarMap, but i couldn't find > similar methods for line thickness. There are no convenience methods for changing the line thickness in these features. However, you can extend DefaultDisplayRendererJ3D.java and override its createSceneGraph() method to change the Appearence used for the box. You might also be able to override its drawCursorStringVector() method (defined in DisplayRendererJ3D) and change the Appearence used for AxisScales. Let us know if you need to make variables or methods public in the extended classes. Cheers, Bill
visad
archives: