Uses of Class
org.web3d.x3d.jsail.Core.ROUTE
Packages that use ROUTE
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
-
Uses of ROUTE in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return ROUTEModifier and TypeMethodDescriptionROUTE.addComments(String newComment) Add comment as String to contained commentsList.ROUTE.addComments(String[] newComments) Add comments as String[] array to contained commentsList.ROUTE.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.final ROUTEROUTE.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ROUTE.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toROUTE.setCssClass(String).final ROUTEROUTE.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ROUTE.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toROUTE.setCssStyle(String).Deprecated.ROUTE.setFromField(String newValue) Accessor method to assign String value to inputOutput SFString field named fromField.ROUTE.setFromField(SFString newValue) Assign typed object value to SFString fromField field, similar toROUTE.setFromField(String).ROUTE.setFromNode(String newValue) Accessor method to assign String value to inputOutput SFString field named fromNode.ROUTE.setFromNode(SFString newValue) Assign typed object value to SFString fromNode field, similar toROUTE.setFromNode(String).final ROUTEAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toROUTE.setHtmlId(String).ROUTE.setMetadata(X3DMetadataObject newValue) Deprecated.ROUTE.setToField(String newValue) Accessor method to assign String value to inputOutput SFString field named toField.ROUTE.setToField(SFString newValue) Assign typed object value to SFString toField field, similar toROUTE.setToField(String).Accessor method to assign String value to inputOutput SFString field named toNode.Assign typed object value to SFString toNode field, similar toROUTE.setToNode(String).Deprecated.