FontStyleObject |
FontStyleObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
FontStyleObject |
FontStyleObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
FontStyleObject |
FontStyleObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
FontStyleObject |
FontStyleObject.addFamily(java.lang.String newValue) |
Add singleton String value to MFString family field.
|
FontStyleObject |
FontStyleObject.addFamily(SFStringObject newValue) |
Add singleton SFStringObject value to MFString family field.
|
FontStyleObject |
FontStyleObject.addJustify(java.lang.String newValue) |
Add singleton String value to MFString justify field.
|
FontStyleObject |
FontStyleObject.addJustify(SFStringObject newValue) |
Add singleton SFStringObject value to MFString justify field.
|
FontStyleObject |
FontStyleObject.clearFamily() |
Utility method to clear MFString value of family field.
|
FontStyleObject |
FontStyleObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
FontStyleObject |
FontStyleObject.clearJustify() |
Utility method to clear MFString value of justify field.
|
FontStyleObject |
FontStyleObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
FontStyleObject |
FontStyleObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
FontStyleObject |
FontStyleObject.setCssClass(SFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
FontStyleObject |
FontStyleObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
FontStyleObject |
FontStyleObject.setFamily(java.lang.String newValue) |
|
FontStyleObject |
FontStyleObject.setFamily(java.lang.String[] newValue) |
Accessor method to assign String enumeration array (""SANS"" | ""SERIF"" | ""TYPEWRITER"") to initializeOnly MFString field named family.
|
FontStyleObject |
FontStyleObject.setFamily(java.util.ArrayList<java.lang.String> newValue) |
|
FontStyleObject |
FontStyleObject.setFamily(MFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setFamily(SFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setHorizontal(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named horizontal.
|
FontStyleObject |
FontStyleObject.setHorizontal(SFBoolObject newValue) |
|
FontStyleObject |
FontStyleObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
FontStyleObject |
FontStyleObject.setJustify(java.lang.String newValue) |
|
FontStyleObject |
FontStyleObject.setJustify(java.lang.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 initializeOnly MFString field named justify.
|
FontStyleObject |
FontStyleObject.setJustify(java.util.ArrayList<java.lang.String> newValue) |
|
FontStyleObject |
FontStyleObject.setJustify(MFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setJustify(SFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setLanguage(java.lang.String newValue) |
Accessor method to assign String value to initializeOnly SFString field named language.
|
FontStyleObject |
FontStyleObject.setLanguage(SFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setLeftToRight(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named leftToRight.
|
FontStyleObject |
FontStyleObject.setLeftToRight(SFBoolObject newValue) |
|
FontStyleObject |
FontStyleObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
FontStyleObject |
FontStyleObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FontStyleObject |
FontStyleObject.setSize(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setSize(float) .
|
FontStyleObject |
FontStyleObject.setSize(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named size.
|
FontStyleObject |
FontStyleObject.setSize(SFFloatObject newValue) |
Assign typed object value to SFFloat size field, similar to setSize(float) .
|
FontStyleObject |
FontStyleObject.setSpacing(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setSpacing(float) .
|
FontStyleObject |
FontStyleObject.setSpacing(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named spacing.
|
FontStyleObject |
FontStyleObject.setSpacing(SFFloatObject newValue) |
|
FontStyleObject |
FontStyleObject.setStyle(java.lang.String newValue) |
Accessor method to assign String enumeration value ("PLAIN" | "BOLD" | "ITALIC" | "BOLDITALIC") to initializeOnly SFString field named style.
|
FontStyleObject |
FontStyleObject.setStyle(SFStringObject newValue) |
|
FontStyleObject |
FontStyleObject.setTopToBottom(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named topToBottom.
|
FontStyleObject |
FontStyleObject.setTopToBottom(SFBoolObject newValue) |
|
FontStyleObject |
FontStyleObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
FontStyleObject |
FontStyleObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
FontStyleObject |
FontStyleObject.setUSE(FontStyleObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|