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.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
Modifier and Type | Method and Description |
---|---|
ViewPlatform |
WakeupOnViewPlatformExit.getTriggeringViewPlatform()
Retrieves the ViewPlatform node that caused the wakeup.
|
ViewPlatform |
WakeupOnViewPlatformEntry.getTriggeringViewPlatform()
Retrieves the ViewPlatform node that caused the wakeup.
|
ViewPlatform |
View.getViewPlatform()
Retrieves the currently attached ViewPlatform object
|
Modifier and Type | Method and Description |
---|---|
void |
View.attachViewPlatform(ViewPlatform vp)
Attach viewPlatform structure to this view.
|
Modifier and Type | Field and Description |
---|---|
protected ViewPlatform |
ViewingPlatform.viewPlatform
Cached ViewPlatform associated with this ViewingPlatform object.
|
Modifier and Type | Method and Description |
---|---|
ViewPlatform |
ViewingPlatform.getViewPlatform()
Returns the ViewPlatform node for this ViewingPlatform object.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewingPlatform.setViewPlatform(ViewPlatform vp)
Sets the ViewPlatform node for this ViewingPlatform object.
|
Copyright © 2016–2022 SciJava. All rights reserved.