FillPropertiesObject |
FillPropertiesObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
FillPropertiesObject |
FillPropertiesObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
FillPropertiesObject |
FillPropertiesObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
FillPropertiesObject |
FillPropertiesObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
FillPropertiesObject |
FillPropertiesObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
FillPropertiesObject |
FillPropertiesObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
FillPropertiesObject |
FillPropertiesObject.setCssClass(SFStringObject newValue) |
|
FillPropertiesObject |
FillPropertiesObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
FillPropertiesObject |
FillPropertiesObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
FillPropertiesObject |
FillPropertiesObject.setFilled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named filled.
|
FillPropertiesObject |
FillPropertiesObject.setFilled(SFBoolObject newValue) |
|
FillPropertiesObject |
FillPropertiesObject.setHatchColor(double[] newArray) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setHatchColor(float[]) .
|
FillPropertiesObject |
FillPropertiesObject.setHatchColor(double red,
double green,
double blue) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setHatchColor(float[]) .
|
FillPropertiesObject |
FillPropertiesObject.setHatchColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named hatchColor.
|
FillPropertiesObject |
FillPropertiesObject.setHatchColor(float red,
float green,
float blue) |
|
FillPropertiesObject |
FillPropertiesObject.setHatchColor(SFColorObject newValue) |
|
FillPropertiesObject |
FillPropertiesObject.setHatched(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named hatched.
|
FillPropertiesObject |
FillPropertiesObject.setHatched(SFBoolObject newValue) |
|
FillPropertiesObject |
FillPropertiesObject.setHatchStyle(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named hatchStyle.
|
FillPropertiesObject |
FillPropertiesObject.setHatchStyle(SFInt32Object newValue) |
|
FillPropertiesObject |
FillPropertiesObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
FillPropertiesObject |
FillPropertiesObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
FillPropertiesObject |
FillPropertiesObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FillPropertiesObject |
FillPropertiesObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
FillPropertiesObject |
FillPropertiesObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
FillPropertiesObject |
FillPropertiesObject.setUSE(FillPropertiesObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|