All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.vrml.VRMLDisplay

java.lang.Object
   |
   +----collage.vrml.VRMLDisplay

public class VRMLDisplay
extends Object
implements Display, ModelSelectionListener
CollageSystem VRML display.

This display supports all part classes (derived from collage.kernel.Edge) that implement the IVRMLPart interface. One such class is VRMLPart (which is generated, for example, by the part factory VRFactory).

Version:
18 Jun 1997
Author:
Nils Schwabe

Constructor Index

 o VRMLDisplay()
 o VRMLDisplay(String)

Method Index

 o close()
 o getFilename()
 o getName()
 o getRealFilename(int)
 o modelChange(ModelChangeEvent)
 o modelSelection(ModelSelectionEvent)
 o open(int)
 o output(Envi, Collage, int)
 o outputCollage(Envi, Collage)
 o setName(String)
 o setViewer(String)

Constructors

 o VRMLDisplay
  public VRMLDisplay(String viewer)
 o VRMLDisplay
  public VRMLDisplay()

Methods

 o setName
  public void setName(String name)
 o getName
  public String getName()
 o setViewer
  public void setViewer(String viewer)
 o getFilename
  public String getFilename()
 o getRealFilename
  protected String getRealFilename(int index)
 o open
  protected void open(int index) throws IOException
 o close
  protected void close() throws IOException
 o outputCollage
  protected int outputCollage(Envi envi,
                              Collage collage)
 o output
  protected void output(Envi envi,
                        Collage collage,
                        int index)
 o modelChange
  public void modelChange(ModelChangeEvent event)
 o modelSelection
  public void modelSelection(ModelSelectionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index