Uses of Interface
org.web3d.x3d.sai.Shape.FillProperties
Packages that use 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
Classes in org.web3d.x3d.jsail.Shape that implement FillPropertiesModifier and TypeClassDescriptionclass
FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.Methods in org.web3d.x3d.jsail.Shape that return FillPropertiesModifier and TypeMethodDescriptionAppearance.getFillProperties()
Provide org.web3d.x3d.sai.Shape.FillProperties instance (using a properly typed node) from inputOutput SFNode field fillProperties.static final FillProperties
Appearance.getFillPropertiesDefault()
Public accessor for private default valueMethods in org.web3d.x3d.jsail.Shape with parameters of type FillPropertiesModifier 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
Methods in org.web3d.x3d.sai.Shape that return FillPropertiesModifier 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.Methods in org.web3d.x3d.sai.Shape with parameters of type FillPropertiesModifier 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.