All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----collage.vrml.VRMLDisplay
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
).
public VRMLDisplay(String viewer)
public VRMLDisplay()
public void setName(String name)
public String getName()
public void setViewer(String viewer)
public String getFilename()
protected String getRealFilename(int index)
protected void open(int index) throws IOException
protected void close() throws IOException
protected int outputCollage(Envi envi, Collage collage)
protected void output(Envi envi, Collage collage, int index)
public void modelChange(ModelChangeEvent event)
public void modelSelection(ModelSelectionEvent event)
All Packages Class Hierarchy This Package Previous Next Index