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.geometry |
Provides geometry construction, triangulation, and optimization
utility classes.
|
org.scijava.java3d.utils.pickfast |
Provides picking utility classes for the new core picking methods.
|
org.scijava.java3d.utils.picking |
OBSOLETE: provides picking utility classes for the old
picking methods.
|
org.scijava.java3d.utils.scenegraph.io.retained | |
org.scijava.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Method and Description |
---|---|
Color4f[] |
GeometryArray.getColorRef4f()
Deprecated.
As of Java 3D version 1.3, use geometry by-copy
for Color4f arrays
|
Modifier and Type | Method and Description |
---|---|
void |
Texture.getBoundaryColor(Color4f boundaryColor)
Retrieves the texture boundary color for this texture object.
|
void |
GeometryArray.getColor(int index,
Color4f color)
Gets the color associated with the vertex at
the specified index for this object.
|
void |
GeometryArray.getColors(int index,
Color4f[] colors)
Gets the colors associated with the vertices starting at
the specified index for this object.
|
void |
TextureAttributes.getTextureBlendColor(Color4f textureBlendColor)
Gets the texture blend color for this
appearance component object.
|
void |
Texture.setBoundaryColor(Color4f boundaryColor)
Sets the texture boundary color for this texture object.
|
void |
GeometryArray.setColor(int index,
Color4f color)
Sets the color associated with the vertex at
the specified index for this object.
|
void |
GeometryArray.setColorRef4f(Color4f[] colors)
Deprecated.
As of Java 3D version 1.3, use geometry by-copy
for Color4f arrays
|
void |
GeometryArray.setColors(int index,
Color4f[] colors)
Sets the colors associated with the vertices starting at
the specified index for this object.
|
void |
GeometryArray.setColors(int index,
Color4f[] colors,
int start,
int length)
Sets the colors associated with the vertices starting at
the specified index for this object using data in
colors
starting at index start for length colors. |
void |
TextureAttributes.setTextureBlendColor(Color4f textureBlendColor)
Sets the texture constant color for this
texture attributes object.
|
Constructor and Description |
---|
TextureAttributes(int textureMode,
Transform3D transform,
Color4f textureBlendColor,
int perspCorrectionMode)
Constructs a TextureAttributes object with the specified values.
|
Modifier and Type | Method and Description |
---|---|
void |
GeometryInfo.setColors(Color4f[] colors)
Sets the colors array.
|
Modifier and Type | Method and Description |
---|---|
Color4f |
PickIntersection.getPointColor()
Returns the color of the intersection point.
|
Color4f[] |
PickIntersection.getPrimitiveColors()
Get the colors of the intersected primitive.
|
Modifier and Type | Method and Description |
---|---|
Color4f |
PickIntersection.getPointColor()
Returns the color of the intersection point.
|
Color4f[] |
PickIntersection.getPrimitiveColors()
Get the colors of the intersected primitive.
|
Modifier and Type | Method and Description |
---|---|
Color4f |
Controller.readColor4f(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.writeColor4f(DataOutput out,
Color4f vec) |
Constructor and Description |
---|
Color4f(Color4f c1)
Constructs and initializes a Color4f from the specified Color4f.
|
Copyright © 2016–2022 SciJava. All rights reserved.