Uses of Class
org.web3d.x3d.jsail.Shape.LineProperties
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of LineProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionLineProperties.addComments
(String newComment) Add comment as String to contained commentsList.LineProperties.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.LineProperties.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.LineProperties.clearIS()
Utility method to clear SFNode value of IS field.LineProperties.clearMetadata()
Utility method to clear SFNode value of metadata field.LineProperties.setApplied
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named applied.LineProperties.setApplied
(SFBool newValue) Assign typed object value to SFBool applied field, similar tosetApplied(boolean)
.final LineProperties
LineProperties.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LineProperties.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final LineProperties
LineProperties.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LineProperties.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final LineProperties
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final LineProperties
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.LineProperties.setLinetype
(int newValue) Accessor method to assign int enumeration value ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16") to inputOutput SFInt32 field named linetype.LineProperties.setLinetype
(SFInt32 newValue) Assign typed object value to SFInt32 linetype field, similar tosetLinetype(int)
.LineProperties.setLinewidthScaleFactor
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetLinewidthScaleFactor(float)
.LineProperties.setLinewidthScaleFactor
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named linewidthScaleFactor.LineProperties.setLinewidthScaleFactor
(SFFloat newValue) Assign typed object value to SFFloat linewidthScaleFactor field, similar tosetLinewidthScaleFactor(float)
.LineProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LineProperties.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 LineProperties
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.LineProperties.setUSE
(LineProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionLineProperties.setUSE
(LineProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.