All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.vrml.VRMLPart

java.lang.Object
   |
   +----collage.kernel.Edge
           |
           +----collage.generic.Part
                   |
                   +----collage.vrml.VRMLPart

public class VRMLPart
extends Part
implements IVRMLPart
VRML part class.

Parts of this type can be used for generating all kinds of VRML objects. Each object may have a color, a transformation and a native VRML code sequence.

Required parameters:

None.

Optional parameters:

Version:
18 Jun 1997
Author:
Nils Schwabe

Constructor Index

 o VRMLPart()
 o VRMLPart(ParamSet)

Method Index

 o clone()
This is supposed to make a deep copy of the Edge.
 o vrmlOutput(PrintWriter)

Constructors

 o VRMLPart
  public VRMLPart(ParamSet params)
 o VRMLPart
  protected VRMLPart()

Methods

 o vrmlOutput
  public void vrmlOutput(PrintWriter writer)
 o clone
  public Object clone()
This is supposed to make a deep copy of the Edge.

Overrides:
clone in class Part

All Packages  Class Hierarchy  This Package  Previous  Next  Index