public class ScreenAnnotatorJ3D extends ScreenAnnotator
things| Constructor and Description |
|---|
ScreenAnnotatorJ3D(DisplayImpl display)
Construct a ScreenAnnotatorJ3D for the given
DisplayImpl. |
| Modifier and Type | Method and Description |
|---|---|
void |
draw()
Traverses all the data objects and transforms them into
Shape3D objects and adds them to a BranchGoup
which it then attaches to the scene graph. |
void |
makeVisible(boolean on)
Set the visibility flag.
|
add, clear, removepublic ScreenAnnotatorJ3D(DisplayImpl display)
DisplayImpl.display - the VisAD Display for the ScreenAnnotatorJ3D.public void makeVisible(boolean on)
makeVisible in class ScreenAnnotatoron - true to display, false to undisplay.public void draw()
throws VisADException
Shape3D objects and adds them to a BranchGoup
which it then attaches to the scene graph.draw in class ScreenAnnotatorVisADException - if LabelJ3D throws the exception.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.