Uses of Interface
org.web3d.x3d.sai.Shape.FillProperties
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of FillProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeClassDescriptionclass
FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.Modifier and TypeFieldDescriptionstatic final FillProperties
Appearance.FILLPROPERTIES_DEFAULT_VALUE
SFNode field named fillProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionAppearance.getFillProperties()
Provide org.web3d.x3d.sai.Shape.FillProperties instance (using a properly typed node) from inputOutput SFNode field fillProperties.Modifier and TypeMethodDescriptionAppearance.setFillProperties
(FillProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties. -
Uses of FillProperties in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionAppearance.getFillProperties()
Provide org.web3d.x3d.sai.Shape.FillProperties instance (using a properly typed node) from inputOutput SFNode field fillProperties.FillProperties.setFilled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named filled.FillProperties.setHatchColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named hatchColor.FillProperties.setHatched
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named hatched.FillProperties.setHatchStyle
(int newValue) Accessor method to assign int enumeration value ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19") to inputOutput SFInt32 field named hatchStyle.FillProperties.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Modifier and TypeMethodDescriptionAppearance.setFillProperties
(FillProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties.