NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
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: