public class ExampleColorBar extends Object
When a VRML scene is plotted, the various color quantities can be indentified using a colorbar that is placed in the corner of viewpoints in the scene. Available color-mapping and intensity-mapping codewords and methods are defined in class printVRML. Mapping various sonar parameters to color and intensity scales enables scientific visualization of generated RRA results.
Save the output to a file for viewing in a VRML browser, e.g.
java mil.navy.nps.rra.ExampleColorBar > ExampleColorBar.wrl
Contact: Don Brutzman (web.nps.navy.mil/brutzman) brutzman@nps.navy.mil
![]() | ~vrtp/mil/navy/nps/rra/ExampleColorBar.wrl |
http://web.nps.navy.mil/~brutzman/vrtp/mil/navy/nps/rra/ExampleColorBar.wrl |
16 May 97 | Timothy M. Holliday | New |
10 Oct 98 | Don Brutzman | Javadoc updates for jdk1.2b4
updated printVRML.colorBar (...) parameter list |
25 April 99 | Don Brutzman | Javadoc updates for jdk1.2.1 |
Constructor and Description |
---|
ExampleColorBar() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
This command-line application initializes the color bar, specifies vertical & horizontal
color-intensity schemes, specifies various ColorBar text labels, and then prints the VRML
that is generated as plain text to the console.
|
public static void main(String[] args)
args
- not used.