| Package | Description |
|---|---|
| org.apache.commons.geometry.examples.io.threed |
Input/output functionality for 3D models.
|
| org.apache.commons.geometry.examples.io.threed.obj |
Classes for working with the OBJ 3D model format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelIOHandler
Abstract base class for
ModelIOHandler implementations. |
class |
DefaultModelIOHandlerRegistry
ModelIOHandlerRegistry subclass that registers known handlers on
instantiation. |
class |
ModelIOHandlerRegistry
Object that holds an internal registry
ModelIOHandler and delegates
read/write operations to them as determined by their supported model types. |
| Modifier and Type | Method and Description |
|---|---|
ModelIOHandler |
ModelIOHandlerRegistry.getHandlerForType(String type)
Get the
ModelIOHandler for the given type or null if no
handler is found. |
| Modifier and Type | Method and Description |
|---|---|
List<ModelIOHandler> |
ModelIOHandlerRegistry.getHandlers()
Get the list of registered
ModelIOHandlers. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelIOHandlerRegistry.setHandlers(List<ModelIOHandler> newHandlers)
Set the list of registered
ModelIOHandlers. |
| Modifier and Type | Class and Description |
|---|---|
class |
OBJModelIOHandler
ModelIOHandler
implementation for the OBJ file format. |
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.