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