Uses of Interface
org.web3d.x3d.sai.Shape.LineProperties
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.Shape |
-
Uses of LineProperties in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement LineProperties Modifier and Type Class Description classLinePropertiesObjectLineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.Methods in org.web3d.x3d.jsail.Shape that return LineProperties Modifier and Type Method Description LinePropertiesAppearanceObject. getLineProperties()Provide LinePropertiesObject instance (using a properly typed node) from inputOutput SFNode field lineProperties.Methods in org.web3d.x3d.jsail.Shape with parameters of type LineProperties Modifier and Type Method Description AppearanceObjectAppearanceObject. setLineProperties(LineProperties newValue)Accessor method to assign LinePropertiesObject instance (using a properly typed node) to inputOutput SFNode field lineProperties. -
Uses of LineProperties in org.web3d.x3d.sai.Shape
Methods in org.web3d.x3d.sai.Shape that return LineProperties Modifier and Type Method Description LinePropertiesAppearance. getLineProperties()Provide LineProperties instance (using a properly typed node) from inputOutput SFNode field lineProperties.LinePropertiesLineProperties. setApplied(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named applied.LinePropertiesLineProperties. setLinetype(int newValue)Accessor method to assign int value to inputOutput SFInt32 field named linetype.LinePropertiesLineProperties. setLinewidthScaleFactor(float newValue)Accessor method to assign float value to inputOutput SFFloat field named linewidthScaleFactor.LinePropertiesLineProperties. 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 LineProperties Modifier and Type Method Description AppearanceAppearance. setLineProperties(LineProperties newValue)Accessor method to assign LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties.