| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Layout |
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.
|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.sai.Layout |
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.
|
| 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 |
ScreenFontStyleObject
X3D node tooltip: (X3D version 3.2 or later) [X3DFontStyleNode] ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout.
|
| 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 |
|---|---|
X3DFontStyleNode |
TextObject.getFontStyle()
Provide X3DFontStyleNode instance (using a properly typed node) from inputOutput SFNode field fontStyle.
|
| Modifier and Type | Method and Description |
|---|---|
TextObject |
TextObject.setFontStyle(X3DFontStyleNode newValue)
Assign X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScreenFontStyle
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FontStyle
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DFontStyleNode |
Text.getFontStyle()
Provide X3DFontStyleNode instance (using a properly typed node) from inputOutput SFNode field fontStyle.
|
X3DFontStyleNode |
X3DFontStyleNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DFontStyleNode |
X3DFontStyleNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DFontStyleNode |
X3DFontStyleNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DFontStyleNode |
X3DFontStyleNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
Text |
Text.setFontStyle(X3DFontStyleNode newValue)
Assign X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.