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

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

    Classes in org.web3d.x3d.jsail.Text that implement FontStyle 
    Modifier and Type Class Description
    class  FontStyleObject
    FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.
  • Uses of FontStyle in org.web3d.x3d.sai.Text

    Methods in org.web3d.x3d.sai.Text that return FontStyle 
    Modifier and Type Method Description
    FontStyle FontStyle.setFamily​(java.lang.String[] newValue)
    Accessor method to assign String enumeration array (""SANS"" | ""SERIF"" | ""TYPEWRITER"") to initializeOnly MFString field named family.
    FontStyle FontStyle.setHorizontal​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named horizontal.
    FontStyle FontStyle.setJustify​(java.lang.String[] newValue)
    Accessor method to assign String enumeration array (""MIDDLE"" | ""MIDDLE" "BEGIN"" | ""MIDDLE" "END"" | ""MIDDLE" "FIRST"" | ""MIDDLE" "MIDDLE"" | ""BEGIN"" | ""BEGIN" "BEGIN"" | ""BEGIN" "END"" | ""BEGIN" "FIRST"" | ""BEGIN" "MIDDLE"" | ""END"" | ""END" "BEGIN"" | ""END" "END"" | ""END" "FIRST"" | ""END" "MIDDLE"" | ""FIRST"" | ""FIRST" "BEGIN"" | ""FIRST" "END"" | ""FIRST" "FIRST"" | ""FIRST" "MIDDLE"") to initializeOnly MFString field named justify.
    FontStyle FontStyle.setLanguage​(java.lang.String newValue)
    Accessor method to assign String value to initializeOnly SFString field named language.
    FontStyle FontStyle.setLeftToRight​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named leftToRight.
    FontStyle FontStyle.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    FontStyle FontStyle.setSize​(float newValue)
    Accessor method to assign float value to initializeOnly SFFloat field named size.
    FontStyle FontStyle.setSpacing​(float newValue)
    Accessor method to assign float value to initializeOnly SFFloat field named spacing.
    FontStyle FontStyle.setStyle​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("PLAIN" | "BOLD" | "ITALIC" | "BOLDITALIC") to initializeOnly SFString field named style.
    FontStyle FontStyle.setTopToBottom​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named topToBottom.