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.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Method and Description |
---|---|
Color3b[] |
GeometryArray.getColorRef3b()
Deprecated.
As of Java 3D version 1.3, use geometry by-copy
for Color3b arrays
|
Modifier and Type | Method and Description |
---|---|
void |
GeometryArray.getColor(int index,
Color3b color)
Gets the color associated with the vertex at
the specified index for this object.
|
void |
GeometryArray.getColors(int index,
Color3b[] colors)
Gets the colors associated with the vertices starting at
the specified index for this object.
|
void |
GeometryArray.setColor(int index,
Color3b color)
Sets the color associated with the vertex at
the specified index for this object.
|
void |
GeometryArray.setColorRef3b(Color3b[] colors)
Deprecated.
As of Java 3D version 1.3, use geometry by-copy
for Color3b arrays
|
void |
GeometryArray.setColors(int index,
Color3b[] colors)
Sets the colors associated with the vertices starting at
the specified index for this object.
|
void |
GeometryArray.setColors(int index,
Color3b[] 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. |
Modifier and Type | Method and Description |
---|---|
void |
GeometryInfo.setColors(Color3b[] colors)
Sets the colors array.
|
Constructor and Description |
---|
Color3b(Color3b c1)
Constructs and initializes a Color3b from the specified Color3b.
|
Copyright © 2016–2022 SciJava. All rights reserved.