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 |
---|---|
void |
HiResCoord.add(HiResCoord h1,
HiResCoord h2)
Adds two HiResCoords placing the results into this HiResCoord.
|
void |
HiResCoord.difference(HiResCoord h1,
Vector3d v)
Subtracts the specified HiResCoord from this HiResCoord
placing the difference vector into the specified
double-precision vector.
|
double |
HiResCoord.distance(HiResCoord h1)
The floating point distance between the specified
HiResCoord and this HiResCoord.
|
boolean |
HiResCoord.equals(HiResCoord h1)
Compares the specified HiResCoord to this HiResCoord.
|
void |
Locale.getHiRes(HiResCoord hiRes)
Returns this node's HiResCoord.
|
void |
GraphicsContext3D.getHiRes(HiResCoord hiRes)
Retrieves the current HiRes coordinate of this context.
|
void |
HiResCoord.getHiResCoord(HiResCoord hc)
Retrieves this HiResCoord's location and places it into the hires
argument.
|
void |
HiResCoord.negate(HiResCoord h1)
Negates the specified HiResCoords and places the
results into this HiResCoord.
|
void |
HiResCoord.scale(int scale,
HiResCoord h1)
Scales the specified HiResCoords by the specified value and
places the results into this HiResCoord.
|
void |
Locale.setHiRes(HiResCoord hiRes)
Sets the HiRes coordinate of this Locale
to the location specified by the HiRes argument.
|
void |
GraphicsContext3D.setHiRes(HiResCoord hiRes)
Sets the HiRes coordinate of this context
to the location specified by the HiRes argument.
|
void |
HiResCoord.setHiResCoord(HiResCoord hires)
Sets this HiResCoord to the location specified by the
hires provided.
|
void |
HiResCoord.sub(HiResCoord h1,
HiResCoord h2)
Subtracts two HiResCoords placing the results into this HiResCoord.
|
Constructor and Description |
---|
HiResCoord(HiResCoord hc)
Constructs and initializes a new HiResCoord using the values
provided in the argument.
|
Locale(VirtualUniverse universe,
HiResCoord hiRes)
Constructs and initializes a new high resolution Locale object
at the location specified by the HiResCoord argument.
|
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleFactory.createLocale(VirtualUniverse universe,
HiResCoord hiRes)
Creates a new Locale object at the specified high resolution
coordinate in the specified universe.
|
Constructor and Description |
---|
ConfiguredUniverse(ConfigContainer userConfig,
LocaleFactory localeFactory,
HiResCoord origin)
Retrieves view-side scenegraph components from the given container to
create a universe with one Locale created from the specified
LocaleFactory and origin, one or more ViewingPlatforms, and at least
one Viewer object.
|
ConfiguredUniverse(URL userConfig,
LocaleFactory localeFactory,
HiResCoord origin,
int transformCount,
boolean setVisible)
Reads the configuration specified by the given URL to create a Locale
using the specified LocaleFactory with the given origin, one or more
ViewingPlatforms with the specified number of transforms, and at least
one Viewer object with optional visibility.
|
SimpleUniverse(HiResCoord origin,
int numTransforms,
Canvas3D canvas,
URL userConfig)
Deprecated.
use ConfiguredUniverse constructors to read a
configuration file
|
SimpleUniverse(HiResCoord origin,
int numTransforms,
Canvas3D canvas,
URL userConfig,
LocaleFactory localeFactory)
Deprecated.
use ConfiguredUniverse constructors to read a
configuration file
|
Copyright © 2016–2022 SciJava. All rights reserved.