Uses of Class
org.web3d.x3d.jsail.Rendering.ClipPlane
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 ClipPlane in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionClipPlane.addComments
(String newComment) Add comment as String to contained commentsList.ClipPlane.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ClipPlane.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ClipPlane.clearIS()
Utility method to clear SFNode value of IS field.ClipPlane.clearMetadata()
Utility method to clear SFNode value of metadata field.final ClipPlane
ClipPlane.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ClipPlane.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ClipPlane
ClipPlane.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ClipPlane.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ClipPlane
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ClipPlane.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ClipPlane.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final ClipPlane
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.ClipPlane.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ClipPlane.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ClipPlane.setPlane
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPlane(float[])
.ClipPlane.setPlane
(double x, double y, double z, double t) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetPlane(float[])
.ClipPlane.setPlane
(float[] newValue) Accessor method to assign 4-tuple float array to inputOutput SFVec4f field named plane.ClipPlane.setPlane
(float x, float y, float z, float w) Assign values to SFVec4f plane field, similar tosetPlane(float[])
.Assign typed object value to SFVec4f plane field, similar tosetPlane(float[])
.final ClipPlane
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)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.