Uses of Interface
org.web3d.x3d.sai.Text.X3DFontStyleNode
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 Text component defines how text strings are rendered in an X3D scene.
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 Text component defines how text strings are rendered in an X3D scene.
-
Uses of X3DFontStyleNode in org.web3d.x3d.jsail.Layout
Modifier and TypeClassDescriptionclass
ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout. -
Uses of X3DFontStyleNode 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.Modifier and TypeFieldDescriptionstatic final X3DFontStyleNode
SFNode field named fontStyle has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionText.getFontStyle()
Provide org.web3d.x3d.sai.Text.X3DFontStyleNode instance (using a properly typed node) from inputOutput SFNode field fontStyle.Modifier and TypeMethodDescriptionText.setFontStyle
(X3DFontStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.Text.X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle. -
Uses of X3DFontStyleNode in org.web3d.x3d.sai.Layout
Modifier and TypeInterfaceDescriptioninterface
ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout. -
Uses of X3DFontStyleNode in org.web3d.x3d.sai.Text
Modifier and TypeInterfaceDescriptioninterface
FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.Modifier and TypeMethodDescriptionText.getFontStyle()
Provide org.web3d.x3d.sai.Text.X3DFontStyleNode instance (using a properly typed node) from inputOutput SFNode field fontStyle.X3DFontStyleNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Modifier and TypeMethodDescriptionText.setFontStyle
(X3DFontStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.Text.X3DFontStyleNode instance (using a properly typed node) to inputOutput SFNode field fontStyle.