com.eteks.sweethome3d.j3d
Class Object3DBranchFactory
java.lang.Object
com.eteks.sweethome3d.j3d.Object3DBranchFactory
- All Implemented Interfaces:
- Object3DFactory
public class Object3DBranchFactory
- extends Object
- implements Object3DFactory
A factory able to create instances of Object3DBranch
class.
- Author:
- Emmanuel Puybaret
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Object3DBranchFactory
public Object3DBranchFactory()
createObject3D
public Object createObject3D(Home home,
Selectable item,
boolean waitForLoading)
- Returns the 3D object matching a given
item
.
- Specified by:
createObject3D
in interface Object3DFactory
- Parameters:
home
- the home of an itemitem
- a selectable item of a homewaitForLoading
- if true
all resources used by the returned object should be available