Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
Modifier and Type | Method and Description |
---|---|
AuralAttributes |
Soundscape.getAuralAttributes()
Retrieve reference of Aural Attributes
|
AuralAttributes |
GraphicsContext3D.getAuralAttributes()
Retrieves the current AuralAttributes component object.
|
Modifier and Type | Method and Description |
---|---|
void |
Soundscape.setAuralAttributes(AuralAttributes attributes)
Set a set of aural attributes for this Soundscape
|
void |
GraphicsContext3D.setAuralAttributes(AuralAttributes attributes)
Sets the current AuralAttributes object to the specified
AuralAttributes component object.
|
Constructor and Description |
---|
Soundscape(Bounds region,
AuralAttributes attributes)
Constructs and initializes a new Sound node using specified
parameters
|
Copyright © 2016–2022 SciJava. All rights reserved.