All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.vrml.VRMLFactory

java.lang.Object
   |
   +----openstar.generic.ParamSet
           |
           +----openstar.generic.Factory
                   |
                   +----collage.generic.DisplayFactory
                           |
                           +----collage.vrml.VRMLFactory

public class VRMLFactory
extends DisplayFactory
VRML display factory class.

This factory generates objects of class VRMLDisplay.

Required parameters:

None.

Optional parameters:


Variable Index

 o FILENAME
 o VIEWER

Constructor Index

 o VRMLFactory()

Method Index

 o create()
Creates a new display instance.
 o missingParams()
Returns an array of strings that contain the names of missing parameters, or null if no parameters are missing.
 o newParam(String, Object)
Implements the support for testing the "name" parameter.

Variables

 o FILENAME
  protected final String FILENAME
 o VIEWER
  protected final String VIEWER

Constructors

 o VRMLFactory
  public VRMLFactory()

Methods

 o newParam
  public int newParam(String name,
                      Object value)
Implements the support for testing the "name" parameter.

Overrides:
newParam in class DisplayFactory
 o missingParams
  public String[] missingParams()
Returns an array of strings that contain the names of missing parameters, or null if no parameters are missing.

Overrides:
missingParams in class Factory
 o create
  public Object create()
Creates a new display instance.

Overrides:
create in class DisplayFactory

All Packages  Class Hierarchy  This Package  Previous  Next  Index