Uses of Interface
org.web3d.x3d.sai.Shape.PointProperties
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.Shape |
-
Uses of PointProperties in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement PointProperties Modifier and Type Class Description classPointPropertiesObjectPointProperties allows precise fine-grained control over the rendering style of PointSet node points inside the same Shape.Methods in org.web3d.x3d.jsail.Shape that return PointProperties Modifier and Type Method Description PointPropertiesAppearanceObject. getPointProperties()Provide PointPropertiesObject instance (using a properly typed node) from inputOutput SFNode field pointProperties.Methods in org.web3d.x3d.jsail.Shape with parameters of type PointProperties Modifier and Type Method Description AppearanceObjectAppearanceObject. setPointProperties(PointProperties newValue)Accessor method to assign PointPropertiesObject instance (using a properly typed node) to inputOutput SFNode field pointProperties. -
Uses of PointProperties in org.web3d.x3d.sai.Shape
Methods in org.web3d.x3d.sai.Shape that return PointProperties Modifier and Type Method Description PointPropertiesAppearance. getPointProperties()Provide PointProperties instance (using a properly typed node) from inputOutput SFNode field pointProperties.PointPropertiesPointProperties. setColorMode(java.lang.String newValue)Accessor method to assign String enumeration value ("POINT_COLOR" | "TEXTURE_COLOR" | "TEXTURE_AND_POINT_COLOR") to inputOutput SFString field named colorMode.PointPropertiesPointProperties. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointPropertiesPointProperties. setPointSizeAttenuation(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named pointSizeAttenuation.PointPropertiesPointProperties. setPointSizeMaxValue(float newValue)Accessor method to assign float value to inputOutput SFFloat field named pointSizeMaxValue.PointPropertiesPointProperties. setPointSizeMinValue(float newValue)Accessor method to assign float value to inputOutput SFFloat field named pointSizeMinValue.PointPropertiesPointProperties. setPointSizeScaleFactor(float newValue)Accessor method to assign float value to inputOutput SFFloat field named pointSizeScaleFactor.Methods in org.web3d.x3d.sai.Shape with parameters of type PointProperties Modifier and Type Method Description AppearanceAppearance. setPointProperties(PointProperties newValue)Accessor method to assign PointProperties instance (using a properly typed node) to inputOutput SFNode field pointProperties.