Uses of Class
org.web3d.x3d.jsail.Text.Text
Package
Description
The Text component defines how text strings are rendered in an X3D scene.
-
Uses of Text in org.web3d.x3d.jsail.Text
Modifier and TypeMethodDescriptionText.addComments
(String newComment) Add comment as String to contained commentsList.Text.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Text.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Text.addLength
(float newValue) Add singleton float value to MFFloat length field.Add singleton SFFloat value to MFFloat length field.Add singleton String value to MFString string field.Add singleton SFString value to MFString string field.Text.clearFontStyle()
Utility method to clear SFNode value of fontStyle field.Text.clearIS()
Utility method to clear SFNode value of IS field.Text.clearLength()
Utility method to clear MFFloat value of length field.Text.clearMetadata()
Utility method to clear SFNode value of metadata field.Text.clearString()
Utility method to clear MFString value of string field.final Text
Text.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Text.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Text
Text.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Text.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Text
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Text.setFontStyle
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fontStyle.Text.setFontStyle
(X3DFontStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.Text.X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle.final Text
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.Text.setLength
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLength(float[])
.Text.setLength
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named length.Text.setLength
(int[] newValue) Assign floating-point array value of MFFloat length field, similar tosetLength(float[])
.Assign ArrayList value of MFFloat length field, similar tosetLength(float[])
.Assign typed object value to MFFloat length field, similar tosetLength(float[])
.Text.setMaxExtent
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMaxExtent(float)
.Text.setMaxExtent
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named maxExtent.Text.setMaxExtent
(SFFloat newValue) Assign typed object value to SFFloat maxExtent field, similar tosetMaxExtent(float)
.Text.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Text.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Text.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.Assign singleton String value to MFString string field, similar tosetString(String[])
.Accessor method to assign String array to inputOutput MFString field named string.Assign ArrayList value of MFString string field, similar tosetString(String[])
.Assign typed object value to MFString string field, similar tosetString(String[])
.Assign single SFString object value to MFString string field, similar tosetString(String[])
.final Text
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)
.