| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.sai.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FontStyleObject
X3D node tooltip: FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.
|
| Modifier and Type | Method and Description |
|---|---|
FontStyle |
FontStyle.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FontStyle |
FontStyle.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FontStyle |
FontStyle.setFamily(java.lang.String[] newValue)
Assign String enumeration array (""SANS""|""SERIF""|""TYPEWRITER"") ['"SANS"'|'"SERIF"'|'"TYPEWRITER"'|'"etc."'] to initializeOnly MFString field named family.
|
FontStyle |
FontStyle.setHorizontal(boolean newValue)
Assign boolean value to initializeOnly SFBool field named horizontal.
|
FontStyle |
FontStyle.setJustify(java.lang.String[] newValue)
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"") ['"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)
Assign String value to initializeOnly SFString field named language.
|
FontStyle |
FontStyle.setLeftToRight(boolean newValue)
Assign boolean value to initializeOnly SFBool field named leftToRight.
|
FontStyle |
FontStyle.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FontStyle |
FontStyle.setSize(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named size.
|
FontStyle |
FontStyle.setSpacing(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named spacing.
|
FontStyle |
FontStyle.setStyle(java.lang.String newValue)
Assign String enumeration value ("PLAIN"|"BOLD"|"ITALIC"|"BOLDITALIC") ['PLAIN'|'BOLD'|'ITALIC'|'BOLDITALIC'] to initializeOnly SFString field named style.
|
FontStyle |
FontStyle.setTopToBottom(boolean newValue)
Assign boolean value to initializeOnly SFBool field named topToBottom.
|
FontStyle |
FontStyle.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.