Class iicm.vrml.pw.Traverser
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.Traverser

java.lang.Object
   |
   +----iicm.vrml.pw.Traverser

public class Traverser
extends Object
Traverser - scene graph traverser base class Copyright (c) 1996,97 IICM

Constructor Index

 o Traverser()

Method Index

 o tAnchor(Anchor)
 o tAppearance(Appearance)
 o tAudioClip(AudioClip)
 o tBackground(Background)
 o tBillboard(Billboard)
 o tBox(Box)
 o tCollision(Collision)
 o tColor(Color)
 o tColorInterpolator(ColorInterpolator)
 o tCone(Cone)
 o tCoordinate(Coordinate)
 o tCoordinateInterpolator(CoordinateInterpolator)
 o tCylinder(Cylinder)
 o tCylinderSensor(CylinderSensor)
 o tDirectionalLight(DirectionalLight)
 o tElevationGrid(ElevationGrid)
 o tExtrusion(Extrusion)
 o tFog(Fog)
 o tFontStyle(FontStyle)
 o tGroup(Group)
 o tGroupNode(GroupNode)
traverse a group node by traversing all children; this function will be typically called on the root node (should be non-null); traversal of all nodes derived from GroupNode will call this function by default; all other nodes traversals are abstract
 o tImageTexture(ImageTexture)
 o tIndexedFaceSet(IndexedFaceSet)
 o tIndexedLineSet(IndexedLineSet)
 o tInline(Inline)
 o tLOD(LOD)
 o tMaterial(Material)
 o tMovieTexture(MovieTexture)
 o tNavigationInfo(NavigationInfo)
 o tNormal(Normal)
 o tNormalInterpolator(NormalInterpolator)
 o tOrientationInterpolator(OrientationInterpolator)
 o tPixelTexture(PixelTexture)
 o tPlaneSensor(PlaneSensor)
 o tPointLight(PointLight)
 o tPointSet(PointSet)
 o tPositionInterpolator(PositionInterpolator)
 o tProtoInstance(ProtoInstance)
 o tProximitySensor(ProximitySensor)
 o tScalarInterpolator(ScalarInterpolator)
 o tScript(Script)
 o tShape(Shape)
 o tSound(Sound)
 o tSphere(Sphere)
 o tSphereSensor(SphereSensor)
 o tSpotLight(SpotLight)
 o tSwitch(Switch)
 o tText(Text)
 o tTextureCoordinate(TextureCoordinate)
 o tTextureTransform(TextureTransform)
 o tTimeSensor(TimeSensor)
 o tTouchSensor(TouchSensor)
 o tTransform(Transform)
 o tViewpoint(Viewpoint)
 o tVisibilitySensor(VisibilitySensor)
 o tWorldInfo(WorldInfo)

Constructors

 o Traverser
  public Traverser()

Methods

 o tGroupNode
  public void tGroupNode(GroupNode group)
traverse a group node by traversing all children; this function will be typically called on the root node (should be non-null); traversal of all nodes derived from GroupNode will call this function by default; all other nodes traversals are abstract
 o tGroup
  protected void tGroup(Group g)
 o tAnchor
  protected void tAnchor(Anchor g)
 o tBillboard
  protected void tBillboard(Billboard g)
 o tCollision
  protected void tCollision(Collision g)
 o tTransform
  protected void tTransform(Transform g)
 o tInline
  protected void tInline(Inline g)
 o tLOD
  protected void tLOD(LOD g)
 o tSwitch
  protected void tSwitch(Switch g)
 o tAudioClip
  protected abstract void tAudioClip(AudioClip n)
 o tDirectionalLight
  protected abstract void tDirectionalLight(DirectionalLight n)
 o tPointLight
  protected abstract void tPointLight(PointLight n)
 o tShape
  protected abstract void tShape(Shape n)
 o tSound
  protected abstract void tSound(Sound n)
 o tSpotLight
  protected abstract void tSpotLight(SpotLight n)
 o tScript
  protected abstract void tScript(Script n)
 o tWorldInfo
  protected abstract void tWorldInfo(WorldInfo n)
 o tCylinderSensor
  protected abstract void tCylinderSensor(CylinderSensor n)
 o tPlaneSensor
  protected abstract void tPlaneSensor(PlaneSensor n)
 o tProximitySensor
  protected abstract void tProximitySensor(ProximitySensor n)
 o tSphereSensor
  protected abstract void tSphereSensor(SphereSensor n)
 o tTimeSensor
  protected abstract void tTimeSensor(TimeSensor n)
 o tTouchSensor
  protected abstract void tTouchSensor(TouchSensor n)
 o tVisibilitySensor
  protected abstract void tVisibilitySensor(VisibilitySensor n)
 o tBox
  protected abstract void tBox(Box n)
 o tCone
  protected abstract void tCone(Cone n)
 o tCylinder
  protected abstract void tCylinder(Cylinder n)
 o tElevationGrid
  protected abstract void tElevationGrid(ElevationGrid n)
 o tExtrusion
  protected abstract void tExtrusion(Extrusion n)
 o tIndexedFaceSet
  protected abstract void tIndexedFaceSet(IndexedFaceSet n)
 o tIndexedLineSet
  protected abstract void tIndexedLineSet(IndexedLineSet n)
 o tPointSet
  protected abstract void tPointSet(PointSet n)
 o tSphere
  protected abstract void tSphere(Sphere n)
 o tText
  protected abstract void tText(Text n)
 o tColor
  protected abstract void tColor(Color n)
 o tCoordinate
  protected abstract void tCoordinate(Coordinate n)
 o tNormal
  protected abstract void tNormal(Normal n)
 o tTextureCoordinate
  protected abstract void tTextureCoordinate(TextureCoordinate n)
 o tAppearance
  protected abstract void tAppearance(Appearance n)
 o tFontStyle
  protected abstract void tFontStyle(FontStyle n)
 o tMaterial
  protected abstract void tMaterial(Material n)
 o tImageTexture
  protected abstract void tImageTexture(ImageTexture n)
 o tMovieTexture
  protected abstract void tMovieTexture(MovieTexture n)
 o tPixelTexture
  protected abstract void tPixelTexture(PixelTexture n)
 o tTextureTransform
  protected abstract void tTextureTransform(TextureTransform n)
 o tColorInterpolator
  protected abstract void tColorInterpolator(ColorInterpolator n)
 o tCoordinateInterpolator
  protected abstract void tCoordinateInterpolator(CoordinateInterpolator n)
 o tNormalInterpolator
  protected abstract void tNormalInterpolator(NormalInterpolator n)
 o tOrientationInterpolator
  protected abstract void tOrientationInterpolator(OrientationInterpolator n)
 o tPositionInterpolator
  protected abstract void tPositionInterpolator(PositionInterpolator n)
 o tScalarInterpolator
  protected abstract void tScalarInterpolator(ScalarInterpolator n)
 o tBackground
  protected abstract void tBackground(Background n)
 o tFog
  protected abstract void tFog(Fog n)
 o tNavigationInfo
  protected abstract void tNavigationInfo(NavigationInfo n)
 o tViewpoint
  protected abstract void tViewpoint(Viewpoint n)
 o tProtoInstance
  protected abstract void tProtoInstance(ProtoInstance n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index