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 Andris, > I'm very new in visad and Java. > > I have a display of data like (latitude, longitude)-> (RGB), and I want to > display a text on this. The problem is that the display puts the > text back, and I don't know how to send it to front. You can do it by using a DisplayImplJ3D, and passing a ConstantMap to ZAxis in the call to display.addReference(). If you don't want 3-D perspective, do something like: GraphicsModeControl mode = display.getGraphicsModeControl(); mode.setProjectionPolicy(DisplayImplJ3D.PARALLEL_PROJECTION); Cheers, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hibbard@xxxxxxxxxxxxxxxxx 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html
visad
archives: