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.
|
org.scijava.java3d.audioengines |
Provides abstract classes for creating Java 3D audio devices.
|
org.scijava.java3d.utils.behaviors.vp |
Provides ViewPlatform navigation utility classes.
|
org.scijava.java3d.utils.scenegraph.transparency |
Provides transparency sorting utility classes.
|
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
Modifier and Type | Method and Description |
---|---|
View |
Canvas3D.getView()
Gets view that points to this Canvas3D.
|
protected View |
Behavior.getView()
Returns the primary view associated with this behavior.
|
View |
ViewSpecificGroup.getView(int index)
Retrieves the View object at the specified index from this node's
list of views.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<View> |
ViewSpecificGroup.getAllViews()
Returns an enumeration of this ViewSpecificGroup node's list
of views.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewSpecificGroup.addView(View view)
Appends the specified View object to this node's list of views.
|
static Comparator<TransparencySortGeom> |
TransparencySortMap.getComparator(View view)
Returns the comparator for the specified view
|
int |
Sound.getNumberOfChannelsUsed(View view)
Retrieves number of channels that are being used to render this sound
on the audio device associated with given view.
|
int |
ViewSpecificGroup.indexOfView(View view)
Retrieves the index of the specified View object in this
node's list of views.
|
void |
ViewSpecificGroup.insertView(View view,
int index)
Inserts the specified View object into this node's
list of views at the specified index.
|
boolean |
Sound.isPlaying(View view)
Retrieves sound's play status.
|
boolean |
Sound.isPlayingSilently(View view)
Retrieves sound's silent status.
|
boolean |
Sound.isReady(View view)
Retrieves sound's 'ready' status.
|
void |
ViewSpecificGroup.removeView(View view)
Removes the specified View object from this
node's list of views.
|
static void |
TransparencySortMap.setComparator(View view,
Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.
|
void |
AudioDevice3D.setView(View reference)
Accepts a reference to the current View.
|
void |
ViewSpecificGroup.setView(View view,
int index)
Replaces the view at the specified index in this node's
list of views with the specified View object.
|
Modifier and Type | Field and Description |
---|---|
protected View |
AudioEngine3D.currentView
Current View sound is being rendered
|
Modifier and Type | Method and Description |
---|---|
View |
AudioEngine3D.getView()
Get reference to the current View object.
|
Modifier and Type | Method and Description |
---|---|
void |
Sample.render(int dirtyFlags,
View view,
AuralParameters attribs) |
void |
AudioEngine3D.setView(View reference)
Save a reference to the current View object.
|
Constructor and Description |
---|
WandViewBehavior(Sensor sensor6D,
Sensor sensor2D,
View view,
TransformGroup viewTransform,
Transform3D homeTransform,
TransformGroup echo)
Creates a new instance with the specified sensors and a 6DOF sensor
echo parented by the specified
TransformGroup . |
Modifier and Type | Method and Description |
---|---|
static Comparator<TransparencySortGeom> |
TransparencySortController.getComparator(View view)
Returns the comparator for the specified view
|
static void |
TransparencySortController.setComparator(View view,
Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.
|
Modifier and Type | Method and Description |
---|---|
View |
Viewer.getView()
Returns the View object associated with the Viewer object.
|
Constructor and Description |
---|
ViewInfo(View view)
Creates a new ViewInfo for the specified View.
|
ViewInfo(View view,
int autoUpdateFlags)
Creates a new ViewInfo for the specified View.
|
ViewInfo(View view,
int autoUpdateFlags,
Map screenMap,
Map viewPlatformMap)
Creates a new ViewInfo for the specified View.
|
Copyright © 2016–2022 SciJava. All rights reserved.