public interface Object3DFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createObject3D(Home home,
Selectable item,
boolean waitForLoading)
Returns the 3D object matching a given
item . |
java.lang.Object |
createObject3D(Home home,
Selectable item,
UserPreferences preferences,
java.lang.Object context,
boolean waitForLoading)
Returns the 3D object matching a given
item . |
java.lang.Object createObject3D(Home home, Selectable item, boolean waitForLoading)
item
.home
- the home of an itemitem
- a selectable item of a homewaitForLoading
- if true
all resources used by the returned object should be availablejava.lang.Object createObject3D(Home home, Selectable item, UserPreferences preferences, java.lang.Object context, boolean waitForLoading)
item
.home
- the home of an itemitem
- a selectable item of a homepreferences
- preferences of the applicationcontext
- context used to distinguish the creation of a 3D object from an other one.waitForLoading
- if true
all resources used by the returned object should be available
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License