Package org.xj3d.sai
Interface Xj3DViewpoint
public interface Xj3DViewpoint
Wrapper interface for the internal viewpoint representation, to allow
abstraction of the user interface description of viewpoints from the
underlying node representation.
This class deliberately does not give access to the SAI X3DNode that represents the viewpoint.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
-
Method Summary
Modifier and TypeMethodDescriptionGet the description String from this viewpoint.
-
Method Details
-
getDescription
String getDescription()Get the description String from this viewpoint. If there was no description string provided in the source file, then this will return an empty, zero-length string as per the default value for SFString.- Returns:
- A string containing the description
-