Uses of Class
org.web3d.x3d.jsail.Shape.PointProperties
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of PointProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionPointProperties.addComments
(String newComment) Add comment as String to contained commentsList.PointProperties.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.PointProperties.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.PointProperties.clearIS()
Utility method to clear SFNode value of IS field.PointProperties.clearMetadata()
Utility method to clear SFNode value of metadata field.PointProperties.setAttenuation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetAttenuation(float[])
.PointProperties.setAttenuation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetAttenuation(float[])
.PointProperties.setAttenuation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named attenuation.PointProperties.setAttenuation
(float x, float y, float z) Assign values to SFVec3f attenuation field, similar tosetAttenuation(float[])
.PointProperties.setAttenuation
(SFVec3f newValue) Assign typed object value to SFVec3f attenuation field, similar tosetAttenuation(float[])
.final PointProperties
PointProperties.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.PointProperties.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final PointProperties
PointProperties.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.PointProperties.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final PointProperties
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final PointProperties
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.PointProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointProperties.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointProperties.setPointSizeMaxValue
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetPointSizeMaxValue(float)
.PointProperties.setPointSizeMaxValue
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pointSizeMaxValue.PointProperties.setPointSizeMaxValue
(SFFloat newValue) Assign typed object value to SFFloat pointSizeMaxValue field, similar tosetPointSizeMaxValue(float)
.PointProperties.setPointSizeMinValue
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetPointSizeMinValue(float)
.PointProperties.setPointSizeMinValue
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pointSizeMinValue.PointProperties.setPointSizeMinValue
(SFFloat newValue) Assign typed object value to SFFloat pointSizeMinValue field, similar tosetPointSizeMinValue(float)
.PointProperties.setPointSizeScaleFactor
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetPointSizeScaleFactor(float)
.PointProperties.setPointSizeScaleFactor
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pointSizeScaleFactor.PointProperties.setPointSizeScaleFactor
(SFFloat newValue) Assign typed object value to SFFloat pointSizeScaleFactor field, similar tosetPointSizeScaleFactor(float)
.final PointProperties
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.PointProperties.setUSE
(PointProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionPointProperties.setUSE
(PointProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.