Uses of Class
org.web3d.x3d.jsail.Text.FontLibrary
Packages that use FontLibrary
Package
Description
The Text component defines how text strings are rendered in an X3D scene.
-
Uses of FontLibrary in org.web3d.x3d.jsail.Text
Methods in org.web3d.x3d.jsail.Text that return FontLibraryModifier and TypeMethodDescriptionFontLibrary.addComments(String newComment) Add comment as String to contained commentsList.FontLibrary.addComments(String[] newComments) Add comments as String[] array to contained commentsList.FontLibrary.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton String value to MFString family field, not allowing duplicate or empty string values in this controlled enumeration field.Add singleton SFString value to MFString family field, not allowing duplicate or empty string values in this controlled enumeration field.Add singleton String value to MFString url field, allowing duplicate and empty string values if provided.Add singleton SFString value to MFString url field, allowing duplicate or empty string values if provided.FontLibrary.clearFamily()Utility method to clear MFString value of family field.FontLibrary.clearIS()Utility method to clear SFNode value of IS field.FontLibrary.clearMetadata()Utility method to clear SFNode value of metadata field.FontLibrary.clearUrl()Utility method to clear MFString value of url field.FontLibrary.setAutoRefresh(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.FontLibrary.setAutoRefresh(SFTime newValue) Assign typed object value to SFTime autoRefresh field, similar toFontLibrary.setAutoRefresh(double).FontLibrary.setAutoRefreshTimeLimit(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.FontLibrary.setAutoRefreshTimeLimit(SFTime newValue) Assign typed object value to SFTime autoRefreshTimeLimit field, similar toFontLibrary.setAutoRefreshTimeLimit(double).final FontLibraryFontLibrary.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.FontLibrary.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toFontLibrary.setCssClass(String).final FontLibraryFontLibrary.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.FontLibrary.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toFontLibrary.setCssStyle(String).final FontLibraryAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toFontLibrary.setDEF(String).FontLibrary.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.FontLibrary.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toFontLibrary.setDescription(String).Assign singleton String value to MFString family field, similar toFontLibrary.setFamily(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 toFontLibrary.setFamily(String[]).Assign typed object value to MFString family field, similar toFontLibrary.setFamily(String[]).Assign single SFString object value to MFString family field, similar toFontLibrary.setFamily(String[]).final FontLibraryAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toFontLibrary.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.FontLibrary.setLoad(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.Assign typed object value to SFBool load field, similar toFontLibrary.setLoad(boolean).FontLibrary.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FontLibrary.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Assign singleton String value to MFString url field, similar toFontLibrary.setUrl(String[]).Accessor method to assign String array to inputOutput MFString field named url.Assign ArrayList value of MFString url field, similar toFontLibrary.setUrl(String[]).Assign typed object value to MFString url field, similar toFontLibrary.setUrl(String[]).Assign single SFString object value to MFString url field, similar toFontLibrary.setUrl(String[]).final FontLibraryAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toFontLibrary.setUSE(String).FontLibrary.setUSE(FontLibrary DEFnode) Assign a USE reference to another DEF node of same node type, similar toFontLibrary.setUSE(String).Methods in org.web3d.x3d.jsail.Text with parameters of type FontLibraryModifier and TypeMethodDescriptionFontLibrary.setUSE(FontLibrary DEFnode) Assign a USE reference to another DEF node of same node type, similar toFontLibrary.setUSE(String).