public interface FillProperties extends X3DAppearanceChildNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFilled()
Provide boolean value from inputOutput SFBool field named filled.
|
float[] |
getHatchColor()
Provide array of 3-tuple float results using RGB values [0..1] using RGB values [0..1] from inputOutput SFColor field named hatchColor.
|
boolean |
getHatched()
Provide boolean value from inputOutput SFBool field named hatched.
|
int |
getHatchStyle()
Provide int value from inputOutput SFInt32 field named hatchStyle.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
FillProperties |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FillProperties |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FillProperties |
setFilled(boolean newValue)
Assign boolean value to inputOutput SFBool field named filled.
|
FillProperties |
setHatchColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named hatchColor.
|
FillProperties |
setHatched(boolean newValue)
Assign boolean value to inputOutput SFBool field named hatched.
|
FillProperties |
setHatchStyle(int newValue)
Assign int value to inputOutput SFInt32 field named hatchStyle.
|
FillProperties |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FillProperties |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getFilled()
FillProperties setFilled(boolean newValue)
newValue - is new value for the filled field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getHatchColor()
FillProperties setHatchColor(float[] newValue)
newValue - is new value for the hatchColor field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getHatched()
FillProperties setHatched(boolean newValue)
newValue - is new value for the hatched field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getHatchStyle()
FillProperties setHatchStyle(int newValue)
newValue - is new value for the hatchStyle field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DAppearanceChildNodegetMetadata in interface X3DNodeFillProperties setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DAppearanceChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).FillProperties setDEF(java.lang.String newValue)
setDEF in interface X3DAppearanceChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).FillProperties setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DAppearanceChildNodesetUSE in interface X3DNodenewValue - is new value for the USE field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).FillProperties setCssClass(java.lang.String newValue)
setCssClass in interface X3DAppearanceChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.FillProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.