- Importer - Interface in com.interactivemesh.jfx.importer
-
The Importer interface specifies the core import capabilities of the
JavaFX 3D importers.
- ImportException - Exception in com.interactivemesh.jfx.importer
-
An ImportException is thrown if the importer encounters a problem
reading or parsing the specified file.
- ImportException(String) - Constructor for exception com.interactivemesh.jfx.importer.ImportException
-
Creates a new ImportException with the specified detail message.
- ImportException(String, Throwable) - Constructor for exception com.interactivemesh.jfx.importer.ImportException
-
Creates a new ImportException with the specified detail message and cause.
- isPerspective() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Gets the state whether the projection mode is perspective (default) or parallel.
- isVerticalFieldOfView() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Gets the state whether the field of view is measured vertically (default) or horizontally.