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 |
---|---|
Material |
Appearance.getMaterial()
Retrieves the current material object.
|
Material |
ColorInterpolator.getTarget()
This method retrieves this interpolator's target material
component object.
|
Modifier and Type | Method and Description |
---|---|
void |
Appearance.setMaterial(Material material)
Sets the material object to the specified object.
|
void |
ColorInterpolator.setTarget(Material target)
This method sets the target material component object for
this interpolator.
|
Constructor and Description |
---|
ColorInterpolator(Alpha alpha,
Material target)
Constructs a trivial color interpolator with a specified target,
a starting color of black, and an ending color of white.
|
ColorInterpolator(Alpha alpha,
Material target,
Color3f startColor,
Color3f endColor)
Constructs a color interpolator with the specified target,
starting color, and ending color.
|
Copyright © 2016–2022 SciJava. All rights reserved.