Package | Description |
---|---|
graphVisualizer.utils.x3d |
This package contains the x3d-specific utilities of the
graph visualizer.
|
x3d.fields |
This package contains the x3d field types.
|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Method and Description |
---|---|
static Material |
X3DCreator.createMaterial(String namespace,
String name,
SFColor diffuseColor,
SFColor specularColor,
SFColor emissiveColor,
SFFloat shininess,
SFFloat ambientIntensity,
SFFloat transparency)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static SFColor |
SFColor.BLACK |
static SFColor |
SFColor.BLUE |
static SFColor |
SFColor.GREEN |
static SFColor |
SFColor.RED |
static SFColor |
SFColor.WHITE |
Modifier and Type | Method and Description |
---|---|
SFColor |
ObjectFactory.createSFColor() |
Modifier and Type | Method and Description |
---|---|
void |
MFColor.add(SFColor color) |
Constructor and Description |
---|
MFColor(SFColor... values) |
Modifier and Type | Field and Description |
---|---|
protected SFColor |
TwoSidedMaterial.backDiffuseColor |
protected SFColor |
TwoSidedMaterial.backEmissiveColor |
protected SFColor |
TwoSidedMaterial.backSpecularColor |
protected SFColor |
X3DLightNode.color |
protected SFColor |
TwoSidedMaterial.diffuseColor |
protected SFColor |
Material.diffuseColor |
protected SFColor |
TwoSidedMaterial.emissiveColor |
protected SFColor |
Material.emissiveColor |
protected SFColor |
FillProperties.hatchColor |
protected SFColor |
TwoSidedMaterial.specularColor |
protected SFColor |
Material.specularColor |
Modifier and Type | Method and Description |
---|---|
SFColor |
TwoSidedMaterial.getBackDiffuseColor()
Gets the value of the backDiffuseColor property.
|
SFColor |
TwoSidedMaterial.getBackEmissiveColor()
Gets the value of the backEmissiveColor property.
|
SFColor |
TwoSidedMaterial.getBackSpecularColor()
Gets the value of the backSpecularColor property.
|
SFColor |
X3DLightNode.getColor()
Gets the value of the color property.
|
SFColor |
TwoSidedMaterial.getDiffuseColor()
Gets the value of the diffuseColor property.
|
SFColor |
Material.getDiffuseColor()
Gets the value of the diffuseColor property.
|
SFColor |
TwoSidedMaterial.getEmissiveColor()
Gets the value of the emissiveColor property.
|
SFColor |
Material.getEmissiveColor()
Gets the value of the emissiveColor property.
|
SFColor |
FillProperties.getHatchColor()
Gets the value of the hatchColor property.
|
SFColor |
TwoSidedMaterial.getSpecularColor()
Gets the value of the specularColor property.
|
SFColor |
Material.getSpecularColor()
Gets the value of the specularColor property.
|
Modifier and Type | Method and Description |
---|---|
void |
TwoSidedMaterial.setBackDiffuseColor(SFColor value)
Sets the value of the backDiffuseColor property.
|
void |
TwoSidedMaterial.setBackEmissiveColor(SFColor value)
Sets the value of the backEmissiveColor property.
|
void |
TwoSidedMaterial.setBackSpecularColor(SFColor value)
Sets the value of the backSpecularColor property.
|
void |
X3DLightNode.setColor(SFColor value)
Sets the value of the color property.
|
void |
TwoSidedMaterial.setDiffuseColor(SFColor value)
Sets the value of the diffuseColor property.
|
void |
Material.setDiffuseColor(SFColor value)
Sets the value of the diffuseColor property.
|
void |
TwoSidedMaterial.setEmissiveColor(SFColor value)
Sets the value of the emissiveColor property.
|
void |
Material.setEmissiveColor(SFColor value)
Sets the value of the emissiveColor property.
|
void |
FillProperties.setHatchColor(SFColor value)
Sets the value of the hatchColor property.
|
void |
TwoSidedMaterial.setSpecularColor(SFColor value)
Sets the value of the specularColor property.
|
void |
Material.setSpecularColor(SFColor value)
Sets the value of the specularColor property.
|