Uses of Class
org.web3d.x3d.jsail.Rendering.ColorRGBA
Packages that use ColorRGBA
Package
Description
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
-
Uses of ColorRGBA in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering that return ColorRGBAModifier and TypeMethodDescriptionColorRGBA.addColor
(SFColorRGBA newValue) Add singleton SFColorRGBA value to MFColorRGBA color field.ColorRGBA.addComments
(String newComment) Add comment as String to contained commentsList.ColorRGBA.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ColorRGBA.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ColorRGBA.clearIS()
Utility method to clear SFNode value of IS field.ColorRGBA.clearMetadata()
Utility method to clear SFNode value of metadata field.ColorRGBA.setColor
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetColor(float[])
.ColorRGBA.setColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput MFColorRGBA field named color.ColorRGBA.setColor
(MFColorRGBA newValue) Assign typed object value to MFColorRGBA color field, similar tosetColor(float[])
.final ColorRGBA
ColorRGBA.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ColorRGBA.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ColorRGBA
ColorRGBA.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ColorRGBA.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ColorRGBA
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final ColorRGBA
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.ColorRGBA.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorRGBA.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final ColorRGBA
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.Rendering with parameters of type ColorRGBAModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.