Package | Description |
---|---|
com.eteks.sweethome3d.j3d |
Contains various tool 3D classes and 3D home objects useful in
Swing package.
|
Modifier and Type | Method and Description |
---|---|
AbstractPhotoRenderer.Quality |
AbstractPhotoRenderer.getQuality()
Returns the quality used to render a home.
|
static AbstractPhotoRenderer.Quality |
AbstractPhotoRenderer.Quality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPhotoRenderer.Quality[] |
AbstractPhotoRenderer.Quality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AbstractPhotoRenderer |
AbstractPhotoRenderer.createInstance(java.lang.String rendererClassName,
Home home,
Object3DFactory object3dFactory,
AbstractPhotoRenderer.Quality quality)
Returns an instance of the rendering engine of class
renderingEngineClass if available
or a default instance of PhotoRenderer class. |
Constructor and Description |
---|
AbstractPhotoRenderer(Home home,
AbstractPhotoRenderer.Quality quality) |
PhotoRenderer(Home home,
AbstractPhotoRenderer.Quality quality)
Creates an instance ready to render the scene matching the given
home . |
PhotoRenderer(Home home,
Object3DFactory object3dFactory,
AbstractPhotoRenderer.Quality quality)
Creates an instance ready to render the scene matching the given
home . |
YafarayRenderer(Home home,
Object3DFactory object3dFactory,
AbstractPhotoRenderer.Quality quality)
Creates an instance ready to render the scene matching the given
home . |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License