Uses of Interface
org.web3d.x3d.sai.Text.FontStyle
Package
Description
The Text component defines how text strings are rendered in an X3D scene.
The Text component defines how text strings are rendered in an X3D scene.
-
Uses of FontStyle in org.web3d.x3d.jsail.Text
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionAccessor method to assign String enumeration array (""SANS"" | ""SERIF"" | ""TYPEWRITER"") to inputOutput MFString field named family.FontStyle.setHorizontal
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named horizontal.FontStyle.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.FontStyle.setLanguage
(String newValue) Accessor method to assign String value to inputOutput SFString field named language.FontStyle.setLeftToRight
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named leftToRight.FontStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.FontStyle.setSize
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named size.FontStyle.setSpacing
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named spacing.Accessor method to assign String enumeration value ("PLAIN" | "BOLD" | "ITALIC" | "BOLDITALIC") to inputOutput SFString field named style.FontStyle.setTopToBottom
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named topToBottom.