Uses of Interface
org.web3d.x3d.sai.Shape.LineProperties
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 LineProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeClassDescriptionclass
LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.Modifier and TypeFieldDescriptionstatic final LineProperties
Appearance.LINEPROPERTIES_DEFAULT_VALUE
SFNode field named lineProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionAppearance.getLineProperties()
Provide org.web3d.x3d.sai.Shape.LineProperties instance (using a properly typed node) from inputOutput SFNode field lineProperties.Modifier and TypeMethodDescriptionAppearance.setLineProperties
(LineProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties. -
Uses of LineProperties in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionAppearance.getLineProperties()
Provide org.web3d.x3d.sai.Shape.LineProperties instance (using a properly typed node) from inputOutput SFNode field lineProperties.LineProperties.setApplied
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named applied.LineProperties.setLinetype
(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") to inputOutput SFInt32 field named linetype.LineProperties.setLinewidthScaleFactor
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named linewidthScaleFactor.LineProperties.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.setLineProperties
(LineProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties.