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 |
---|---|
TransparencyAttributes |
TransparencyInterpolator.getTarget()
This method retrieves this interpolator's target reference.
|
TransparencyAttributes |
Appearance.getTransparencyAttributes()
Retrieves the current transparencyAttributes object.
|
Modifier and Type | Method and Description |
---|---|
void |
TransparencyInterpolator.setTarget(TransparencyAttributes target)
This method sets the target TransparencyAttributes object
for this interpolator.
|
void |
Appearance.setTransparencyAttributes(TransparencyAttributes transparencyAttributes)
Sets the transparencyAttributes object to the specified object.
|
Constructor and Description |
---|
TransparencyInterpolator(Alpha alpha,
TransparencyAttributes target)
Constructs a trivial transparency interpolator with a specified target,
a minimum transparency of 0.0f and a maximum transparency of 1.0f.
|
TransparencyInterpolator(Alpha alpha,
TransparencyAttributes target,
float minimumTransparency,
float maximumTransparency)
Constructs a new transparency interpolator that varies the target
material's transparency between the two transparency values.
|
Copyright © 2016–2022 SciJava. All rights reserved.