Uses of Interface
org.web3d.x3d.sai.Shape.FillProperties
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.Shape |
-
Uses of FillProperties in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement FillProperties Modifier and Type Class Description classFillPropertiesObjectFillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.Methods in org.web3d.x3d.jsail.Shape that return FillProperties Modifier and Type Method Description FillPropertiesAppearanceObject. getFillProperties()Provide FillPropertiesObject instance (using a properly typed node) from inputOutput SFNode field fillProperties.Methods in org.web3d.x3d.jsail.Shape with parameters of type FillProperties Modifier and Type Method Description AppearanceObjectAppearanceObject. setFillProperties(FillProperties newValue)Accessor method to assign FillPropertiesObject instance (using a properly typed node) to inputOutput SFNode field fillProperties. -
Uses of FillProperties in org.web3d.x3d.sai.Shape
Methods in org.web3d.x3d.sai.Shape that return FillProperties Modifier and Type Method Description FillPropertiesAppearance. getFillProperties()Provide FillProperties instance (using a properly typed node) from inputOutput SFNode field fillProperties.FillPropertiesFillProperties. setFilled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named filled.FillPropertiesFillProperties. setHatchColor(float[] newValue)Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named hatchColor.FillPropertiesFillProperties. setHatched(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named hatched.FillPropertiesFillProperties. setHatchStyle(int newValue)Accessor method to assign int value to inputOutput SFInt32 field named hatchStyle.FillPropertiesFillProperties. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.Shape with parameters of type FillProperties Modifier and Type Method Description AppearanceAppearance. setFillProperties(FillProperties newValue)Accessor method to assign FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties.