Common
Interface ViewerInterface

All Known Implementing Classes:
Viewer

public interface ViewerInterface

Interface for viewer class that exposes certain functions (needed to resolve dependencies between packages).

Since:
1.1

Method Summary
 void AddToColorComboBox(java.lang.String smallFileName)
          Add object surface and edge color options to the color combo box.
 

Method Detail

AddToColorComboBox

void AddToColorComboBox(java.lang.String smallFileName)
Add object surface and edge color options to the color combo box.

Parameters:
smallFileName - The last part of file name. Eg /path/file.gts becomes file.gts
See Also:
Viewer.AddToColorComboBox(String)