-
Classes in org.web3d.x3d.jsail.Text that implement Text
| Modifier and Type |
Class |
Description |
class |
TextObject |
Text is a 2D (flat) geometry node that can contain multiple lines of string values.
|
-
Methods in org.web3d.x3d.sai.Text that return Text
| Modifier and Type |
Method |
Description |
Text |
Text.setFontStyle(X3DFontStyleNode newValue) |
Accessor method to assign X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle.
|
Text |
Text.setLength(float[] newValue) |
Accessor method to assign float array to inputOutput MFFloat field named length.
|
Text |
Text.setMaxExtent(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named maxExtent.
|
Text |
Text.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Text |
Text.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
Text |
Text.setString(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named string.
|