Uses of Class
org.web3d.x3d.jsail.Shape.PointProperties
Packages that use 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
Methods in org.web3d.x3d.jsail.Shape that return PointPropertiesModifier 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 toPointProperties.setAttenuation(float[]).PointProperties.setAttenuation(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPointProperties.setAttenuation(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 toPointProperties.setAttenuation(float[]).PointProperties.setAttenuation(SFVec3f newValue) Assign typed object value to SFVec3f attenuation field, similar toPointProperties.setAttenuation(float[]).final PointPropertiesPointProperties.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 toPointProperties.setCssClass(String).final PointPropertiesPointProperties.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 toPointProperties.setCssStyle(String).final PointPropertiesAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toPointProperties.setDEF(String).final PointPropertiesAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toPointProperties.setHtmlId(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 toPointProperties.setPointSizeMaxValue(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 toPointProperties.setPointSizeMaxValue(float).PointProperties.setPointSizeMinValue(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toPointProperties.setPointSizeMinValue(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 toPointProperties.setPointSizeMinValue(float).PointProperties.setPointSizeScaleFactor(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toPointProperties.setPointSizeScaleFactor(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 toPointProperties.setPointSizeScaleFactor(float).final PointPropertiesAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toPointProperties.setUSE(String).PointProperties.setUSE(PointProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar toPointProperties.setUSE(String).Methods in org.web3d.x3d.jsail.Shape with parameters of type PointPropertiesModifier and TypeMethodDescriptionPointProperties.setUSE(PointProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar toPointProperties.setUSE(String).