| Package | Description |
|---|---|
| com.openinventor.hardcopy |
Resolution-independent vector/polygon hardcopy.
|
| com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
| com.openinventor.inventor.actions | |
| com.openinventor.inventor.awt | |
| com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
| com.openinventor.inventor.fields | |
| com.openinventor.inventor.mpeg | |
| com.openinventor.inventor.nodes | |
| com.openinventor.inventor.vrmlnodes |
Virtual Reality Modeling Language.
|
| com.openinventor.medical.helpers |
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
|
| com.openinventor.meshviz.graph | |
| com.openinventor.meshvizxlm.mapping.elements |
Provides state elements.
|
| Modifier and Type | Method and Description |
|---|---|
SbColor |
SoVectorizeAction.getBackgroundColor()
Returns the color of the background.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoVectorizeAction.setBackgroundColor(boolean bg,
SbColor color)
Sets the color of the background.
|
void |
SoVectorizeAction.setBorder(float width,
SbColor color)
Sets the color and the width of the border of the clipping limits.
|
void |
SoVectorizeAction.setPenDescription(SbColor[] colors)
Calls setPenDescription(colors, (float[])null, SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).
|
void |
SoVectorizeAction.setPenDescription(SbColor[] colors,
float[] widths)
Calls setPenDescription(colors, widths, SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).
|
void |
SoVectorizeAction.setPenDescription(SbColor[] colors,
float[] widths,
SoVectorizeAction.DimensionUnits u)
Sets the description of the color and the width of each pen.
|
| Modifier and Type | Method and Description |
|---|---|
SbColor |
SoOffscreenRenderer.getBackgroundColor()
Returns the background color for rendering.
|
SbColor |
SoSceneManager.getBackgroundColor()
Gets the window background color when in RGB mode.
|
SbColor |
SbColor.setHSVValue(float[] hsv)
Sets value of color vector from array of 3 HSV components.
|
SbColor |
SbColor.setHSVValue(float h,
float s,
float v)
Sets value of color vector from 3 HSV (Hue, Saturation, and Value) components.
|
SbColor |
SbColor.setPackedValue(int orderedRGBA,
float transparency)
Sets value of color vector from an RGBA packed color value.
|
SbColor |
SbColor.setPackedValue(long rgba,
float[] transparency)
RGBA Packed integer color routines.
|
SbColor |
SbColor.setValue(float[] components) |
SbColor |
SbColor.setValue(float[] components,
int startIndex) |
static SbColor[] |
SbColor.toArray(long nativeArray,
long length) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoOffscreenRenderer.setBackgroundColor(SbColor c)
Sets the RGB background color for rendering.
|
void |
SoSceneManager.setBackgroundColor(SbColor c)
Sets the window background color when in RGB mode.
|
void |
SbColor.setValue(SbColor copyFrom) |
| Constructor and Description |
|---|
SbColor(SbColor copyFrom) |
| Modifier and Type | Field and Description |
|---|---|
SbColor |
SoCallbackAction.Material.ambient |
SbColor |
SoCallbackAction.Material.diffuse |
SbColor |
SoCallbackAction.Material.emission |
SbColor |
SoCallbackAction.Material.specular |
| Modifier and Type | Method and Description |
|---|---|
SbColor |
SoBoxHighlightRenderAction.getColor()
Gets the color of the highlight.
|
SbColor |
SoLineHighlightRenderAction.getColor()
Gets the color of the highlight.
|
SbColor |
SoToHTMLAction.getImageBackgroundColor()
Returns the image background color.
|
SbColor |
SoCallbackAction.getTextureBlendColor()
Returns texture information from the state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoBoxHighlightRenderAction.setColor(SbColor c)
Sets the color of the highlight.
|
void |
SoLineHighlightRenderAction.setColor(SbColor c)
Sets the color of the highlight.
|
void |
SoToHTMLAction.setImageBackgroundColor(SbColor c)
Sets the image background color.
|
| Modifier and Type | Method and Description |
|---|---|
SbColor |
SwMultiScene.getBackgroundColor()
Deprecated.
|
SbColor |
SwRenderArea.getBackgroundColor()
Deprecated.
Gets the window background color when in RGB mode.
|
SbColor |
SwScene.getBackgroundColor()
Deprecated.
|
SbColor |
SwColorEditor.getColor()
Deprecated.
|
SbColor |
SwColorPatch.getColor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwMultiScene.setBackgroundColor(SbColor c)
Deprecated.
Set the background color of the selected scene.
|
void |
SwPanel.setBackgroundColor(SbColor c)
Deprecated.
Sends to a registred SwScene the relevant message.
|
void |
SwPopupMenu.setBackgroundColor(SbColor c)
Deprecated.
Sends to a registered SwScene the relevant message.
|
void |
SwRenderArea.setBackgroundColor(SbColor c)
Deprecated.
Sets the window background color when in RGB mode.
|
void |
SwScene.setBackgroundColor(SbColor c)
Deprecated.
|
void |
SwSceneHandler.setBackgroundColor(SbColor c)
Deprecated.
|
void |
SwColorEditor.setColor(SbColor color)
Deprecated.
Sets/gets the color displayed by the color editor.
|
void |
SwColorPatch.setColor(SbColor rgb)
Deprecated.
|
void |
SwRenderArea.setOverlayColorMap(int startIndex,
int num,
SbColor[] colors)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
SbColor |
SoEnvironmentElement.EnvironmentParameters.ambientColor |
SbColor |
SoEnvironmentElement.EnvironmentParameters.fogColor |
| Modifier and Type | Method and Description |
|---|---|
static SbColor |
SoLazyElement.getAmbient(SoState name_16906) |
static SbColor |
SoEnvironmentElement.getAmbientColor(SoState state)
Gets the ambient color.
|
static SbColor |
SoLazyElement.getDefaultAmbient()
Specify Open Inventor defaults for colors, etc.
|
static SbColor |
SoLazyElement.getDefaultDiffuse()
Specify Open Inventor defaults for colors, etc.
|
static SbColor |
SoLazyElement.getDefaultEmissive()
Specify Open Inventor defaults for colors, etc.
|
static SbColor |
SoMaterialElement.getDefaultReflective()
Deprecated.
|
static SbColor |
SoLazyElement.getDefaultSpecular()
Specify Open Inventor defaults for colors, etc.
|
static SbColor |
SoLazyElement.getDiffuse(SoState state,
int index)
get() methods get value from Inventor state.
|
static SbColor |
SoLazyElement.getEmissive(SoState name_16907) |
static SbColor |
SoMaterialElement.getReflective(SoState name_18177)
Deprecated.
|
static SbColor |
SoLazyElement.getSpecular(SoState name_16908) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoEnvironmentElement.set(SoState state,
SoNode node,
float ambientIntensity,
SbColor ambientColor,
SbVec3f attenuation,
SoEnvironmentElement.FogTypes fogType,
SbColor fogColor,
float fogVisibility)
Deprecated.
As of Open Inventor 9900 See documentation for more details
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2i32 size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps)
Calls set(state, node, size, numComponents, buffer, bufferObject, dataType, GLInternalFormat, renderToTexProp, wrapS, wrapT, wrapR, model, blendColor, maxAnisotropy, enableBorder, borderColor, isCompressed, numCompressedMipmaps, (int)-1, (int)-1).
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2i32 size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency)
Calls set(state, node, size, numComponents, buffer, bufferObject, dataType, GLInternalFormat, renderToTexProp, wrapS, wrapT, wrapR, model, blendColor, maxAnisotropy, enableBorder, borderColor, isCompressed, numCompressedMipmaps, hasTransparency, (int)-1).
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2i32 size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency,
int currentTexture)
Sets the current image, wrap, and model.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2i32 size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps)
Calls set(state, node, size, numComponents, buffer, bufferObject, dataType, GLInternalFormat, renderToTexProp, wrapS, wrapT, wrapR, model, blendColor, maxAnisotropy, minFilter, magFilter, enableBorder, borderColor, isCompressed, numCompressedMipmaps, (int)-1, (int)-1).
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2i32 size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency)
Calls set(state, node, size, numComponents, buffer, bufferObject, dataType, GLInternalFormat, renderToTexProp, wrapS, wrapT, wrapR, model, blendColor, maxAnisotropy, minFilter, magFilter, enableBorder, borderColor, isCompressed, numCompressedMipmaps, hasTransparency, (int)-1).
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2i32 size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency,
int currentTexture)
Sets the current image, wrap, and model plus minFilter and magFilter .
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency,
int currentTexture)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency)
Deprecated.
|
static void |
SoTextureImageElement.set(SoState state,
SoNode node,
SbVec2s size,
int numComponents,
java.nio.ByteBuffer buffer,
SoBufferObject bufferObject,
SoSFImage.DataTypes dataType,
int GLInternalFormat,
SoRenderToTextureProperty renderToTexProp,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
int minFilter,
int magFilter,
boolean enableBorder,
SbVec4f borderColor,
boolean isCompressed,
int numCompressedMipmaps,
int hasTransparency,
int currentTexture)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
static SoGLDisplayList |
SoGLTextureImage3Element.set(SoState state,
SoNode node,
SbVec3s s,
int nc,
byte[] bytes,
SoBufferObject bufferObject,
int GLInternalFormat,
float texQuality,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float _maxAnisotropy,
boolean _enableBorder,
SbVec4f _borderColor,
SoGLDisplayList list,
boolean enableCompressedTexture)
Deprecated.
Sets the current image, wrap modes and model.
|
static void |
SoTextureImage3Element.set(SoState state,
SoNode node,
SbVec3s size,
int numComponents,
byte[] bytes,
SoBufferObject bufferObject,
int GLInternalFormat,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
boolean enableBorder,
SbVec4f borderColor)
Sets the current image, wrap, and model.
|
static void |
SoNurbsPropertyElement.set(SoState state,
SoNode node,
SoNurbsPropertyElement.DrawStyles drawStyleMask,
int numSamplePoints,
SbColor color,
short isoParamCurvesPattern,
SoNurbsProperty.TessellationTypes tessType,
float tessDistance,
float tessAngle)
Sets the current NURBS properties attributes in the state.
|
static void |
SoLazyElement.setAmbient(SoState state,
SbColor color) |
static void |
SoLazyElement.setAmbient(SoState state,
SbColor[] color)
Deprecated.
As of Open Inventor 8.0, no longer used.
|
static void |
SoLazyElement.setDiffuse(SoState state,
SoNode node,
SbColor[] colors,
SoColorPacker cPacker)
Static set method.
|
static void |
SoLazyElement.setEmissive(SoState state,
SbColor color) |
static void |
SoLazyElement.setEmissive(SoState state,
SbColor[] color)
Deprecated.
As of Open Inventor 8.0, no longer used.
|
static void |
SoMaterialElement.setReflective(SoState state,
SoNode node,
SbColor color)
Deprecated.
|
static void |
SoLazyElement.setSpecular(SoState state,
SbColor color) |
static void |
SoLazyElement.setSpecular(SoState state,
SbColor[] color)
Deprecated.
As of Open Inventor 8.0, no longer used.
|
| Constructor and Description |
|---|
EnvironmentParameters(float ambientIntensity,
SbColor ambientColor,
SbVec3f attenuation,
SoEnvironmentElement.FogTypes fogType,
SbColor fogColor,
float fogStart,
float fogVisibility) |
| Modifier and Type | Method and Description |
|---|---|
SbColor |
SoMFColor.get1Value(int i)
Deprecated.
|
SbColor |
SoSFColor.getValue()
Returns this field's value.
|
SbColor |
SoMFColor.getValueAt(int i) |
SbColor[] |
SoMFColor.getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SoMFColor.find(SbColor targetValue)
Calls find(targetValue, false).
|
int |
SoMFColor.find(SbColor targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFColor.set1Value(int index,
SbColor newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFColor.setValue(SbColor newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoSFColor.setValue(SbColor newValue)
Sets this field to
newValue.
|
void |
SoMFColor.setValues(int start,
SbColor[] newValues)
Sets
num values starting at index
start to the values.
|
| Constructor and Description |
|---|
SoSFColor(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbColor defaultValue)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SbColor |
SoMPEGRenderer.getBackgroundColor()
Gets the background color for rendering each frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoMPEGRenderer.setBackgroundColor(SbColor c)
Sets the background color for rendering each frame.
|
| Modifier and Type | Method and Description |
|---|---|
static SbColor |
SoWWWInline.getBoundingBoxColor()
Queries the color of bounding boxes displayed.
|
SbColor |
SoExtSelection.getLassoColor()
Gets the lasso color.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SoWWWInline.setBoundingBoxColor(SbColor c)
Specifies the color of bounding boxes displayed.
|
void |
SoExtSelection.setLassoColor(SbColor c)
Sets the lasso color.
|
| Modifier and Type | Method and Description |
|---|---|
static SbColor |
SoVRMLInline.getBoundingBoxColor()
Deprecated.
Returns the bounding box color.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SoVRMLInline.setBoundingBoxColor(SbColor c)
Deprecated.
Sets the bounding box color.
|
| Modifier and Type | Method and Description |
|---|---|
static SoSeparator |
MedicalHelper.createBoundingBox(SbBox3f bbox,
SbColor color)
Convenience function to draw a specified bounding box as a wireframe
|
| Modifier and Type | Field and Description |
|---|---|
SbColor |
PbLinearDataMapping.RGBMapping.c1 |
SbColor |
PbLinearDataMapping.RGBTransparencyMapping.c1 |
SbColor |
PbLinearDataMapping.RGBMapping.c2 |
SbColor |
PbLinearDataMapping.RGBTransparencyMapping.c2 |
| Modifier and Type | Method and Description |
|---|---|
SbColor[] |
PbNonLinearDataMapping2.getRGBColorsList()
Gets the list of RGB colors defining the current non linear data mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PbDataMapping.setMaxThreshold(float threshold_max,
SbColor cmax)
Calls setMaxThreshold(threshold_max, cmax, (float)0.0).
|
void |
PbDataMapping.setMaxThreshold(float threshold_max,
SbColor cmax,
float transp_max)
Sets a maximum threshold, associated to a RGB color and a transparency value.
|
void |
PbDataMapping.setMinThreshold(float threshold_min,
SbColor cmin)
Calls setMinThreshold(threshold_min, cmin, (float)0.0).
|
void |
PbDataMapping.setMinThreshold(float threshold_min,
SbColor cmin,
float transp_min)
Sets a minimum threshold, associated to a RGB color and a transparency value.
|
void |
PbLinearDataMapping.setValues(float v1,
SbColor c1,
float t1,
float v2,
SbColor c2,
float t2)
Sets values v1,v2, the associated transparecny t1,t2, and the associated RGB colors c1, c2.
|
void |
PbLinearDataMapping.setValues(float v1,
SbColor c1,
float v2,
SbColor c2)
Sets values v1,v2 and the associated RGB colors c1, c2.
|
void |
PbNonLinearDataMapping2.setValues(PbNonLinearDataMapping2.Types type,
float[] v,
SbColor[] c)
Sets non linear function for data mapping, with RGB color.
|
void |
PbNonLinearDataMapping2.setValues(PbNonLinearDataMapping2.Types type,
float[] v,
SbColor[] c,
float[] t)
Sets non linear function for data mapping, with RGB color and transparencies.
|
| Constructor and Description |
|---|
PoItemLegend(SbVec2f _start,
SbVec2f _end,
java.lang.String[] _item,
SbColor[] _boxColor)
Constructor.
|
PoPieChart2D(SbVec2f _center,
float _radius,
java.lang.String[] sliceTexts,
float[] sliceValues,
SbColor[] sliceColors)
Constructor.
|
PoPieChart3D(SbVec3f _center,
float _zCenter2,
float _radius,
java.lang.String[] sliceTexts,
float[] sliceValues,
SbColor[] sliceColors)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
SbColor |
MoMaterialElement.Material.color
Color used for faces
|
SbColor |
MoMaterialElement.Material.lineColor
Color used for lines
|
SbColor |
MoMaterialElement.Material.markerColor
Color used for points
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MoMaterialElement.set(SoState state,
SoNode node,
MoMaterial.ColoringType coloring,
SbColor color,
MoMaterial.ColoringType lineColoring,
SbColor lineColor,
MoMaterial.ColoringType markerColoring,
SbColor markerColor,
float transparency)
Sets the current colors and coloring options for the specified traversal
state and node.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com