Uses of Class
org.web3d.x3d.jsail.Text.FontStyle
Package
Description
The Text component defines how text strings are rendered in an X3D scene.
-
Uses of FontStyle in org.web3d.x3d.jsail.Text
Modifier and TypeMethodDescriptionFontStyle.addComments
(String newComment) Add comment as String to contained commentsList.FontStyle.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.FontStyle.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton String value to MFString family field.Add singleton SFString value to MFString family field.FontStyle.addJustify
(String newValue) Add singleton String value to MFString justify field.FontStyle.addJustify
(SFString newValue) Add singleton SFString value to MFString justify field.FontStyle.clearFamily()
Utility method to clear MFString value of family field.FontStyle.clearIS()
Utility method to clear SFNode value of IS field.FontStyle.clearJustify()
Utility method to clear MFString value of justify field.FontStyle.clearMetadata()
Utility method to clear SFNode value of metadata field.final FontStyle
FontStyle.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.FontStyle.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final FontStyle
FontStyle.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.FontStyle.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final FontStyle
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Assign singleton String value to MFString family field, similar tosetFamily(String[])
.Accessor method to assign String enumeration array (""SANS"" | ""SERIF"" | ""TYPEWRITER"") to inputOutput MFString field named family.Assign ArrayList value of MFString family field, similar tosetFamily(String[])
.Assign typed object value to MFString family field, similar tosetFamily(String[])
.Assign single SFString object value to MFString family field, similar tosetFamily(String[])
.FontStyle.setHorizontal
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named horizontal.FontStyle.setHorizontal
(SFBool newValue) Assign typed object value to SFBool horizontal field, similar tosetHorizontal(boolean)
.final FontStyle
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.FontStyle.setJustify
(String newValue) Assign singleton String value to MFString justify field, similar tosetJustify(String[])
.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.setJustify
(ArrayList<String> newValue) Assign ArrayList value of MFString justify field, similar tosetJustify(String[])
.FontStyle.setJustify
(MFString newValue) Assign typed object value to MFString justify field, similar tosetJustify(String[])
.FontStyle.setJustify
(SFString newValue) Assign single SFString object value to MFString justify field, similar tosetJustify(String[])
.FontStyle.setLanguage
(String newValue) Accessor method to assign String value to inputOutput SFString field named language.FontStyle.setLanguage
(SFString newValue) Assign typed object value to SFString language field, similar tosetLanguage(String)
.FontStyle.setLeftToRight
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named leftToRight.FontStyle.setLeftToRight
(SFBool newValue) Assign typed object value to SFBool leftToRight field, similar tosetLeftToRight(boolean)
.FontStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.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
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSize(float)
.FontStyle.setSize
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named size.Assign typed object value to SFFloat size field, similar tosetSize(float)
.FontStyle.setSpacing
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpacing(float)
.FontStyle.setSpacing
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named spacing.FontStyle.setSpacing
(SFFloat newValue) Assign typed object value to SFFloat spacing field, similar tosetSpacing(float)
.Accessor method to assign String enumeration value ("PLAIN" | "BOLD" | "ITALIC" | "BOLDITALIC") to inputOutput SFString field named style.Assign typed object value to SFString style field, similar tosetStyle(String)
.FontStyle.setTopToBottom
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named topToBottom.FontStyle.setTopToBottom
(SFBool newValue) Assign typed object value to SFBool topToBottom field, similar tosetTopToBottom(boolean)
.final FontStyle
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.