Uses of Class
org.web3d.x3d.jsail.Networking.InlineGeometry
Packages that use InlineGeometry
Package
Description
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
-
Uses of InlineGeometry in org.web3d.x3d.jsail.Networking
Methods in org.web3d.x3d.jsail.Networking that return InlineGeometryModifier and TypeMethodDescriptionInlineGeometry.addComments(String newComment) Add comment as String to contained commentsList.InlineGeometry.addComments(String[] newComments) Add comments as String[] array to contained commentsList.InlineGeometry.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.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.InlineGeometry.clearIS()Utility method to clear SFNode value of IS field.InlineGeometry.clearMetadata()Utility method to clear SFNode value of metadata field.InlineGeometry.clearUrl()Utility method to clear MFString value of url field.InlineGeometry.setAutoRefresh(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.InlineGeometry.setAutoRefresh(SFTime newValue) Assign typed object value to SFTime autoRefresh field, similar toInlineGeometry.setAutoRefresh(double).InlineGeometry.setAutoRefreshTimeLimit(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.InlineGeometry.setAutoRefreshTimeLimit(SFTime newValue) Assign typed object value to SFTime autoRefreshTimeLimit field, similar toInlineGeometry.setAutoRefreshTimeLimit(double).final InlineGeometryInlineGeometry.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.InlineGeometry.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toInlineGeometry.setCssClass(String).final InlineGeometryInlineGeometry.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.InlineGeometry.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toInlineGeometry.setCssStyle(String).final InlineGeometryAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toInlineGeometry.setDEF(String).InlineGeometry.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.InlineGeometry.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toInlineGeometry.setDescription(String).final InlineGeometryAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toInlineGeometry.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.InlineGeometry.setLoad(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.Assign typed object value to SFBool load field, similar toInlineGeometry.setLoad(boolean).InlineGeometry.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.InlineGeometry.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 toInlineGeometry.setUrl(String[]).Accessor method to assign String array to inputOutput MFString field named url.Assign ArrayList value of MFString url field, similar toInlineGeometry.setUrl(String[]).Assign typed object value to MFString url field, similar toInlineGeometry.setUrl(String[]).Assign single SFString object value to MFString url field, similar toInlineGeometry.setUrl(String[]).final InlineGeometryAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toInlineGeometry.setUSE(String).InlineGeometry.setUSE(InlineGeometry DEFnode) Assign a USE reference to another DEF node of same node type, similar toInlineGeometry.setUSE(String).Methods in org.web3d.x3d.jsail.Networking with parameters of type InlineGeometryModifier and TypeMethodDescriptionInlineGeometry.setUSE(InlineGeometry DEFnode) Assign a USE reference to another DEF node of same node type, similar toInlineGeometry.setUSE(String).