Uses of Interface
org.web3d.x3d.sai.Shape.X3DAppearanceNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems | |
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.ParticleSystems | |
| org.web3d.x3d.sai.Shape |
-
Uses of X3DAppearanceNode in org.web3d.x3d.jsail.ParticleSystems
Fields in org.web3d.x3d.jsail.ParticleSystems declared as X3DAppearanceNode Modifier and Type Field Description static X3DAppearanceNodeParticleSystemObject. APPEARANCE_DEFAULT_VALUESFNode field named appearance has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.ParticleSystems that return X3DAppearanceNode Modifier and Type Method Description X3DAppearanceNodeParticleSystemObject. getAppearance()Provide X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type X3DAppearanceNode Modifier and Type Method Description ParticleSystemObjectParticleSystemObject. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance. -
Uses of X3DAppearanceNode in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement X3DAppearanceNode Modifier and Type Class Description classAppearanceObjectAppearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.Fields in org.web3d.x3d.jsail.Shape declared as X3DAppearanceNode Modifier and Type Field Description static X3DAppearanceNodeShapeObject. APPEARANCE_DEFAULT_VALUESFNode field named appearance has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Shape that return X3DAppearanceNode Modifier and Type Method Description X3DAppearanceNodeShapeObject. getAppearance()Provide X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Methods in org.web3d.x3d.jsail.Shape with parameters of type X3DAppearanceNode Modifier and Type Method Description ShapeObjectShapeObject. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance. -
Uses of X3DAppearanceNode in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return X3DAppearanceNode Modifier and Type Method Description X3DAppearanceNodeParticleSystem. getAppearance()Provide X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Methods in org.web3d.x3d.sai.ParticleSystems with parameters of type X3DAppearanceNode Modifier and Type Method Description ParticleSystemParticleSystem. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance. -
Uses of X3DAppearanceNode in org.web3d.x3d.sai.Shape
Subinterfaces of X3DAppearanceNode in org.web3d.x3d.sai.Shape Modifier and Type Interface Description interfaceAppearanceAppearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.Methods in org.web3d.x3d.sai.Shape that return X3DAppearanceNode Modifier and Type Method Description X3DAppearanceNodeShape. getAppearance()Provide X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.X3DAppearanceNodeX3DShapeNode. getAppearance()Provide X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.X3DAppearanceNodeX3DAppearanceNode. 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 X3DAppearanceNode Modifier and Type Method Description ShapeShape. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.X3DShapeNodeX3DShapeNode. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.