j3d.org Aviatrix3D

org.j3d.aviatrix3d
Class Background

java.lang.Object
  extended byorg.j3d.aviatrix3d.SceneGraphObject
      extended byorg.j3d.aviatrix3d.Node
          extended byorg.j3d.aviatrix3d.Leaf
              extended byorg.j3d.aviatrix3d.Background
All Implemented Interfaces:
Renderable, RenderableObject
Direct Known Subclasses:
BoxBackground, ColorBackground, ShapeBackground, SphereBackground

public abstract class Background
extends Leaf
implements RenderableObject

Base collection of functionality marking background nodes of various types.

Version:
$Revision: 1.4 $
Author:
Justin Couch

Field Summary
protected  java.util.HashMap dispListMap
          Map of display contexts to maps
 
Fields inherited from class org.j3d.aviatrix3d.Node
bounds, implicitBounds, INVALID_BOUNDS, parent
 
Fields inherited from class org.j3d.aviatrix3d.SceneGraphObject
alive, updateHandler, WRITE_TIMING_MSG
 
Constructor Summary
protected Background()
          Constructs a background node
 
Methods inherited from class org.j3d.aviatrix3d.Node
boundsChanged, checkForCyclicParent, getBounds, getParent, markBoundsDirty, recomputeBounds, removeParent, setBounds, setLive, setParent, updateBounds
 
Methods inherited from class org.j3d.aviatrix3d.SceneGraphObject
checkForCyclicChild, dataChanged, getUserData, isLive, setUpdateHandler, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.j3d.aviatrix3d.RenderableObject
postRender, render
 

Field Detail

dispListMap

protected java.util.HashMap dispListMap
Map of display contexts to maps

Constructor Detail

Background

protected Background()
Constructs a background node


j3d.org Aviatrix3D

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - j3d.org