Uses of Class
org.web3d.x3d.jsail.Shape.FillProperties
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of FillProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionFillProperties.addComments
(String newComment) Add comment as String to contained commentsList.FillProperties.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.FillProperties.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.FillProperties.clearIS()
Utility method to clear SFNode value of IS field.FillProperties.clearMetadata()
Utility method to clear SFNode value of metadata field.final FillProperties
FillProperties.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.FillProperties.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final FillProperties
FillProperties.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.FillProperties.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final FillProperties
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.FillProperties.setFilled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named filled.Assign typed object value to SFBool filled field, similar tosetFilled(boolean)
.FillProperties.setHatchColor
(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetHatchColor(float[])
.FillProperties.setHatchColor
(double red, double green, double blue) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetHatchColor(float[])
.FillProperties.setHatchColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named hatchColor.FillProperties.setHatchColor
(float red, float green, float blue) Assign values to SFColor hatchColor field, similar tosetHatchColor(float[])
.FillProperties.setHatchColor
(SFColor newValue) Assign typed object value to SFColor hatchColor field, similar tosetHatchColor(float[])
.FillProperties.setHatched
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named hatched.FillProperties.setHatched
(SFBool newValue) Assign typed object value to SFBool hatched field, similar tosetHatched(boolean)
.FillProperties.setHatchStyle
(int newValue) Accessor method to assign int enumeration value ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19") to inputOutput SFInt32 field named hatchStyle.FillProperties.setHatchStyle
(SFInt32 newValue) Assign typed object value to SFInt32 hatchStyle field, similar tosetHatchStyle(int)
.final FillProperties
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.FillProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FillProperties.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final FillProperties
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.FillProperties.setUSE
(FillProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionFillProperties.setUSE
(FillProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.