Uses of Interface
org.web3d.x3d.sai.Layout.ScreenFontStyle

Packages that use ScreenFontStyle
Package
Description
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
  • Uses of ScreenFontStyle in org.web3d.x3d.jsail.Layout

    Modifier and Type
    Class
    Description
    class 
    ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout.
  • Uses of ScreenFontStyle in org.web3d.x3d.sai.Layout

    Modifier and Type
    Method
    Description
    ScreenFontStyle.setFamily(String[] newValue)
    Accessor method to assign String enumeration array (""SANS"" | ""SERIF"" | ""TYPEWRITER"") to inputOutput MFString field named family.
    ScreenFontStyle.setHorizontal(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named horizontal.
    ScreenFontStyle.setJustify(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 inputOutput MFString field named justify.
    ScreenFontStyle.setLanguage(String newValue)
    Accessor method to assign String value to inputOutput SFString field named language.
    ScreenFontStyle.setLeftToRight(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named leftToRight.
    ScreenFontStyle.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    ScreenFontStyle.setPointSize(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named pointSize.
    ScreenFontStyle.setSpacing(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named spacing.
    ScreenFontStyle.setStyle(String newValue)
    Accessor method to assign String enumeration value ("PLAIN" | "BOLD" | "ITALIC" | "BOLDITALIC") to inputOutput SFString field named style.
    ScreenFontStyle.setTopToBottom(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named topToBottom.