| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| Modifier and Type | Method and Description |
|---|---|
FillPropertiesObject |
FillPropertiesObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
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.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
FillPropertiesObject |
FillPropertiesObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
FillPropertiesObject |
FillPropertiesObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FillPropertiesObject |
FillPropertiesObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
FillPropertiesObject |
FillPropertiesObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FillPropertiesObject |
FillPropertiesObject.setFilled(boolean newValue)
Assign boolean value to inputOutput SFBool field named filled.
|
FillPropertiesObject |
FillPropertiesObject.setFilled(SFBoolObject newValue)
Assign typed object value to SFBool filled field, similar to
setFilled(boolean). |
FillPropertiesObject |
FillPropertiesObject.setHatchColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named hatchColor.
|
FillPropertiesObject |
FillPropertiesObject.setHatchColor(float red,
float green,
float blue)
Assign values to SFColor hatchColor field, similar to
setHatchColor(float[]). |
FillPropertiesObject |
FillPropertiesObject.setHatchColor(SFColorObject newValue)
Assign typed object value to SFColor hatchColor field, similar to
setHatchColor(float[]). |
FillPropertiesObject |
FillPropertiesObject.setHatched(boolean newValue)
Assign boolean value to inputOutput SFBool field named hatched.
|
FillPropertiesObject |
FillPropertiesObject.setHatched(SFBoolObject newValue)
Assign typed object value to SFBool hatched field, similar to
setHatched(boolean). |
FillPropertiesObject |
FillPropertiesObject.setHatchStyle(int newValue)
Assign int value to inputOutput SFInt32 field named hatchStyle.
|
FillPropertiesObject |
FillPropertiesObject.setHatchStyle(SFInt32Object newValue)
Assign typed object value to SFInt32 hatchStyle field, similar to
setHatchStyle(int). |
FillPropertiesObject |
FillPropertiesObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
FillPropertiesObject |
FillPropertiesObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
FillPropertiesObject |
FillPropertiesObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FillPropertiesObject |
FillPropertiesObject.setUSE(FillPropertiesObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
FillPropertiesObject |
FillPropertiesObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
FillPropertiesObject |
FillPropertiesObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
FillPropertiesObject |
FillPropertiesObject.setUSE(FillPropertiesObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.