| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.sai.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinePropertiesObject
X3D node tooltip: [X3DAppearanceChildNode] LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.
|
| Modifier and Type | Method and Description |
|---|---|
LineProperties |
AppearanceObject.getLineProperties()
Provide LineProperties instance (using a properly typed node) from inputOutput SFNode field lineProperties.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setLineProperties(LineProperties newValue)
Assign LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties.
|
| Modifier and Type | Method and Description |
|---|---|
LineProperties |
Appearance.getLineProperties()
Provide LineProperties instance (using a properly typed node) from inputOutput SFNode field lineProperties.
|
LineProperties |
LineProperties.setApplied(boolean newValue)
Assign boolean value to inputOutput SFBool field named applied.
|
LineProperties |
LineProperties.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LineProperties |
LineProperties.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LineProperties |
LineProperties.setLinetype(int newValue)
Assign int value within allowed range of [1,infinity) to inputOutput SFInt32 field named linetype.
|
LineProperties |
LineProperties.setLinewidthScaleFactor(float newValue)
Assign float value to inputOutput SFFloat field named linewidthScaleFactor.
|
LineProperties |
LineProperties.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineProperties |
LineProperties.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
Appearance |
Appearance.setLineProperties(LineProperties newValue)
Assign LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.