| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.sai.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextObject
X3D node tooltip: [X3DGeometryNode] Text is a 2D (flat) geometry node that can contain multiple lines of string values.
|
| Modifier and Type | Method and Description |
|---|---|
Text |
Text.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Text |
Text.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Text |
Text.setFontStyle(X3DFontStyleNode newValue)
Assign X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle.
|
Text |
Text.setLength(float[] newValue)
Assign float array within allowed range of [0,infinity) to inputOutput MFFloat field named length.
|
Text |
Text.setMaxExtent(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named maxExtent.
|
Text |
Text.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Text |
Text.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
Text |
Text.setString(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named string.
|
Text |
Text.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.