Uses of Interface
org.web3d.x3d.sai.Text.Text

Packages that use Text 
Package Description
org.web3d.x3d.jsail.Text  
org.web3d.x3d.sai.Text  
  • Uses of Text in org.web3d.x3d.jsail.Text

    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.
  • Uses of Text in org.web3d.x3d.sai.Text

    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.