public interface LineProperties extends X3DAppearanceChildNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getApplied()
Provide boolean value from inputOutput SFBool field named applied.
|
int |
getLinetype()
Provide int value within allowed range of [1,infinity) from inputOutput SFInt32 field named linetype.
|
float |
getLinewidthScaleFactor()
Provide float value from inputOutput SFFloat field named linewidthScaleFactor.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
LineProperties |
setApplied(boolean newValue)
Assign boolean value to inputOutput SFBool field named applied.
|
LineProperties |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LineProperties |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LineProperties |
setLinetype(int newValue)
Assign int value within allowed range of [1,infinity) to inputOutput SFInt32 field named linetype.
|
LineProperties |
setLinewidthScaleFactor(float newValue)
Assign float value to inputOutput SFFloat field named linewidthScaleFactor.
|
LineProperties |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineProperties |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getApplied()
LineProperties setApplied(boolean newValue)
newValue - is new value for the applied field.LineProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getLinetype()
LineProperties setLinetype(int newValue)
newValue - is new value for the linetype field.LineProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getLinewidthScaleFactor()
LineProperties setLinewidthScaleFactor(float newValue)
newValue - is new value for the linewidthScaleFactor field.LineProperties - 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 X3DNodeLineProperties setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DAppearanceChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.LineProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).LineProperties setDEF(java.lang.String newValue)
setDEF in interface X3DAppearanceChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.LineProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).LineProperties 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.LineProperties - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).LineProperties setCssClass(java.lang.String newValue)
setCssClass in interface X3DAppearanceChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.LineProperties - 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.