| 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 |
FillPropertiesObject
X3D node tooltip: [X3DAppearanceChildNode] FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.
|
| Modifier and Type | Method and Description |
|---|---|
FillProperties |
AppearanceObject.getFillProperties()
Provide FillProperties instance (using a properly typed node) from inputOutput SFNode field fillProperties.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setFillProperties(FillProperties newValue)
Assign FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
| Modifier and Type | Method and Description |
|---|---|
FillProperties |
Appearance.getFillProperties()
Provide FillProperties instance (using a properly typed node) from inputOutput SFNode field fillProperties.
|
FillProperties |
FillProperties.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FillProperties |
FillProperties.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FillProperties |
FillProperties.setFilled(boolean newValue)
Assign boolean value to inputOutput SFBool field named filled.
|
FillProperties |
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 |
FillProperties.setHatched(boolean newValue)
Assign boolean value to inputOutput SFBool field named hatched.
|
FillProperties |
FillProperties.setHatchStyle(int newValue)
Assign int value to inputOutput SFInt32 field named hatchStyle.
|
FillProperties |
FillProperties.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FillProperties |
FillProperties.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
Appearance |
Appearance.setFillProperties(FillProperties newValue)
Assign FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.