Uses of Class
org.web3d.x3d.jsail.Core.IS
Packages that use IS
Package
Description
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a
comprehensive set of strongly typed X3D Java interfaces for
concrete implementation classes.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
Interpolator nodes provide keyframe-based animation capability.
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Scripting component describes how Script nodes are used to effect changes in X3D worlds.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Text component defines how text strings are rendered in an X3D scene.
TextureProjection nodes project texture images onto geometry in a scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Time component defines how time is sensed, computed and associated with events in an X3D scene.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of IS in org.web3d.x3d.jsail
Methods in org.web3d.x3d.jsail that return ISModifier and TypeMethodDescriptionabstract ISX3DConcreteNode.getIS()Provide field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.Methods in org.web3d.x3d.jsail with parameters of type ISModifier and TypeMethodDescriptionabstract X3DConcreteNodeAssign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes. -
Uses of IS in org.web3d.x3d.jsail.CADGeometry
Fields in org.web3d.x3d.jsail.CADGeometry declared as ISModifier and TypeFieldDescriptionstatic final ISCADAssembly.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCADFace.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCADLayer.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCADPart.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIndexedQuadSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISQuadSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.CADGeometry that return ISModifier and TypeMethodDescriptionCADAssembly.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CADFace.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CADLayer.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CADPart.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IndexedQuadSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.QuadSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISCADAssembly.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCADFace.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCADLayer.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCADPart.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIndexedQuadSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISQuadSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Core
Fields in org.web3d.x3d.jsail.Core declared as ISModifier and TypeFieldDescriptionstatic final ISMetadataBoolean.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMetadataDouble.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMetadataFloat.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMetadataInteger.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMetadataSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMetadataString.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISProtoInstance.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISWorldInfo.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Core that return ISModifier and TypeMethodDescriptionIS.addComments(String newComment) Add comment as String to contained commentsList.IS.addComments(String[] newComments) Add comments as String[] array to contained commentsList.IS.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.IS.addConnect(connect newValue) Add array of child connect nodes to array of existing nodes (if any).IS.clearConnect()Utility method to clear MFNode value of connectList field.fieldValue.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MetadataBoolean.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MetadataDouble.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MetadataFloat.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MetadataInteger.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MetadataSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MetadataString.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ProtoInstance.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.WorldInfo.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISMetadataBoolean.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMetadataDouble.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMetadataFloat.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMetadataInteger.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMetadataSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMetadataString.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISProtoInstance.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISWorldInfo.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.IS.setConnect(connect newValue) Set single child connect node, replacing prior array of existing nodes (if any).IS.setConnectList(ArrayList<connect> newValue) Accessor method to assign connect array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field connect.final ISIS.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.IS.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String).final ISIS.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.IS.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String).final ISAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar tosetHtmlId(String).Methods in org.web3d.x3d.jsail.Core with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.CubeMapTexturing
Fields in org.web3d.x3d.jsail.CubeMapTexturing declared as ISModifier and TypeFieldDescriptionstatic final ISComposedCubeMapTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeneratedCubeMapTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISImageCubeMapTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.CubeMapTexturing that return ISModifier and TypeMethodDescriptionComposedCubeMapTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeneratedCubeMapTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ImageCubeMapTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISComposedCubeMapTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeneratedCubeMapTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISImageCubeMapTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.CubeMapTexturing with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.DIS
Fields in org.web3d.x3d.jsail.DIS declared as ISModifier and TypeFieldDescriptionstatic final ISDISEntityManager.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISDISEntityTypeMapping.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISEspduTransform.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISReceiverPdu.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSignalPdu.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTransmitterPdu.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.DIS that return ISModifier and TypeMethodDescriptionDISEntityManager.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.DISEntityTypeMapping.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.EspduTransform.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ReceiverPdu.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SignalPdu.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TransmitterPdu.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISDISEntityManager.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISDISEntityTypeMapping.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISEspduTransform.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISReceiverPdu.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSignalPdu.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTransmitterPdu.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.DIS with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.EnvironmentalEffects
Fields in org.web3d.x3d.jsail.EnvironmentalEffects declared as ISModifier and TypeFieldDescriptionstatic final ISBackground.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISFog.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISFogCoordinate.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLocalFog.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureBackground.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.EnvironmentalEffects that return ISModifier and TypeMethodDescriptionBackground.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Fog.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.FogCoordinate.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LocalFog.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureBackground.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISBackground.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISFog.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISFogCoordinate.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLocalFog.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureBackground.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.EnvironmentalSensor
Fields in org.web3d.x3d.jsail.EnvironmentalSensor declared as ISModifier and TypeFieldDescriptionstatic final ISProximitySensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTransformSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISVisibilitySensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.EnvironmentalSensor that return ISModifier and TypeMethodDescriptionProximitySensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TransformSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.VisibilitySensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISProximitySensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTransformSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISVisibilitySensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.EnvironmentalSensor with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.EventUtilities
Fields in org.web3d.x3d.jsail.EventUtilities declared as ISModifier and TypeFieldDescriptionstatic final ISBooleanFilter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISBooleanSequencer.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISBooleanToggle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISBooleanTrigger.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIntegerSequencer.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIntegerTrigger.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTimeTrigger.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.EventUtilities that return ISModifier and TypeMethodDescriptionBooleanFilter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.BooleanSequencer.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.BooleanToggle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.BooleanTrigger.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IntegerSequencer.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IntegerTrigger.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TimeTrigger.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISBooleanFilter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISBooleanSequencer.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISBooleanToggle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISBooleanTrigger.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIntegerSequencer.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIntegerTrigger.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTimeTrigger.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Followers
Fields in org.web3d.x3d.jsail.Followers declared as ISModifier and TypeFieldDescriptionstatic final ISColorChaser.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISColorDamper.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCoordinateChaser.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCoordinateDamper.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISOrientationChaser.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISOrientationDamper.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPositionChaser.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPositionChaser2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPositionDamper.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPositionDamper2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISScalarChaser.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISScalarDamper.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTexCoordChaser2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTexCoordDamper2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Followers that return ISModifier and TypeMethodDescriptionColorChaser.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ColorDamper.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CoordinateChaser.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CoordinateDamper.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.OrientationChaser.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.OrientationDamper.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PositionChaser.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PositionChaser2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PositionDamper.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PositionDamper2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ScalarChaser.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ScalarDamper.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TexCoordChaser2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TexCoordDamper2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISColorChaser.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISColorDamper.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCoordinateChaser.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCoordinateDamper.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISOrientationChaser.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISOrientationDamper.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPositionChaser.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPositionChaser2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPositionDamper.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPositionDamper2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISScalarChaser.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISScalarDamper.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTexCoordChaser2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTexCoordDamper2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Followers with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Geometry2D
Fields in org.web3d.x3d.jsail.Geometry2D declared as ISModifier and TypeFieldDescriptionstatic final ISArc2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISArcClose2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCircle2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISDisk2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPolyline2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPolypoint2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISRectangle2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTriangleSet2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geometry2D that return ISModifier and TypeMethodDescriptionArc2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ArcClose2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Circle2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Disk2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Polyline2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Polypoint2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Rectangle2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TriangleSet2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISArc2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISArcClose2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCircle2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISDisk2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPolyline2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPolypoint2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISRectangle2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTriangleSet2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Geometry3D
Fields in org.web3d.x3d.jsail.Geometry3D declared as ISModifier and TypeFieldDescriptionstatic final ISBox.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCone.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCylinder.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISElevationGrid.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISExtrusion.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIndexedFaceSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSphere.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geometry3D that return ISModifier and TypeMethodDescriptionBox.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Cone.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Cylinder.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ElevationGrid.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Extrusion.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IndexedFaceSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Sphere.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISBox.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCone.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCylinder.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISElevationGrid.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISExtrusion.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIndexedFaceSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSphere.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Geospatial
Fields in org.web3d.x3d.jsail.Geospatial declared as ISModifier and TypeFieldDescriptionstatic final ISGeoCoordinate.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoElevationGrid.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoLocation.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoLOD.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoMetadata.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoOrigin.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoPositionInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoProximitySensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoTouchSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoTransform.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGeoViewpoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geospatial that return ISModifier and TypeMethodDescriptionGeoCoordinate.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoElevationGrid.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoLocation.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoLOD.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoMetadata.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoOrigin.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoPositionInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoProximitySensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoTouchSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoTransform.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.GeoViewpoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISGeoCoordinate.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoElevationGrid.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoLocation.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoLOD.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoMetadata.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoOrigin.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoPositionInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoProximitySensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoTouchSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoTransform.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGeoViewpoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Geospatial with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Grouping
Fields in org.web3d.x3d.jsail.Grouping declared as ISModifier and TypeFieldDescriptionstatic final ISGroup.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISStaticGroup.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSwitch.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTransform.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Grouping that return ISModifier and TypeMethodDescriptionGroup.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.StaticGroup.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Switch.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Transform.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISGroup.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISStaticGroup.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSwitch.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTransform.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Grouping with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.HAnim
Fields in org.web3d.x3d.jsail.HAnim declared as ISModifier and TypeFieldDescriptionstatic final ISHAnimDisplacer.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISHAnimHumanoid.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISHAnimJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISHAnimMotion.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISHAnimSegment.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISHAnimSite.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.HAnim that return ISModifier and TypeMethodDescriptionHAnimDisplacer.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.HAnimHumanoid.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.HAnimJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.HAnimMotion.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.HAnimSegment.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.HAnimSite.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISHAnimDisplacer.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISHAnimHumanoid.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISHAnimJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISHAnimMotion.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISHAnimSegment.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISHAnimSite.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.HAnim with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Interpolation
Fields in org.web3d.x3d.jsail.Interpolation declared as ISModifier and TypeFieldDescriptionstatic final ISColorInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCoordinateInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCoordinateInterpolator2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISEaseInEaseOut.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNormalInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISOrientationInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPositionInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPositionInterpolator2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISScalarInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSplinePositionInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSplinePositionInterpolator2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSplineScalarInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSquadOrientationInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Interpolation that return ISModifier and TypeMethodDescriptionColorInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CoordinateInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CoordinateInterpolator2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.EaseInEaseOut.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NormalInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.OrientationInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PositionInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PositionInterpolator2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ScalarInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SplinePositionInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SplinePositionInterpolator2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SplineScalarInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SquadOrientationInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISColorInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCoordinateInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCoordinateInterpolator2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISEaseInEaseOut.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNormalInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISOrientationInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPositionInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPositionInterpolator2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISScalarInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSplinePositionInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSplinePositionInterpolator2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSplineScalarInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSquadOrientationInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Interpolation with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.KeyDeviceSensor
Fields in org.web3d.x3d.jsail.KeyDeviceSensor declared as ISModifier and TypeFieldDescriptionstatic final ISKeySensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISStringSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.KeyDeviceSensor that return ISModifier and TypeMethodDescriptionKeySensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.StringSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISKeySensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISStringSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.KeyDeviceSensor with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Layering
Fields in org.web3d.x3d.jsail.Layering declared as ISModifier and TypeFieldDescriptionstatic final ISLayer.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLayerSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISViewport.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Layering that return ISModifier and TypeMethodDescriptionLayer.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LayerSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Viewport.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISLayer.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLayerSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISViewport.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Layering with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Layout
Fields in org.web3d.x3d.jsail.Layout declared as ISModifier and TypeFieldDescriptionstatic final ISLayout.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLayoutGroup.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLayoutLayer.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISScreenFontStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISScreenGroup.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Layout that return ISModifier and TypeMethodDescriptionLayout.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LayoutGroup.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LayoutLayer.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ScreenFontStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ScreenGroup.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISLayout.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLayoutGroup.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLayoutLayer.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISScreenFontStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISScreenGroup.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Layout with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Lighting
Fields in org.web3d.x3d.jsail.Lighting declared as ISModifier and TypeFieldDescriptionstatic final ISDirectionalLight.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPointLight.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSpotLight.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Lighting that return ISModifier and TypeMethodDescriptionDirectionalLight.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PointLight.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SpotLight.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISDirectionalLight.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPointLight.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSpotLight.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Lighting with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Networking
Fields in org.web3d.x3d.jsail.Networking declared as ISModifier and TypeFieldDescriptionstatic final ISAnchor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISInline.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLoadSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Networking that return ISModifier and TypeMethodDescriptionAnchor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Inline.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LoadSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISAnchor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISInline.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLoadSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Networking with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.NURBS
Fields in org.web3d.x3d.jsail.NURBS declared as ISModifier and TypeFieldDescriptionstatic final ISContour2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISContourPolyline2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsCurve.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsCurve2D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsOrientationInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsPatchSurface.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsPositionInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsSurfaceInterpolator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsSweptSurface.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsSwungSurface.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsTextureCoordinate.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNurbsTrimmedSurface.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.NURBS that return ISModifier and TypeMethodDescriptionContour2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ContourPolyline2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsCurve.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsCurve2D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsOrientationInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsPatchSurface.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsPositionInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsSurfaceInterpolator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsSweptSurface.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsSwungSurface.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsTextureCoordinate.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.NurbsTrimmedSurface.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISContour2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISContourPolyline2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsCurve.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsCurve2D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsOrientationInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsPatchSurface.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsPositionInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsSurfaceInterpolator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsSweptSurface.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsSwungSurface.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsTextureCoordinate.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNurbsTrimmedSurface.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.NURBS with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.ParticleSystems
Fields in org.web3d.x3d.jsail.ParticleSystems declared as ISModifier and TypeFieldDescriptionstatic final ISBoundedPhysicsModel.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISConeEmitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISExplosionEmitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISForcePhysicsModel.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISParticleSystem.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPointEmitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPolylineEmitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSurfaceEmitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISVolumeEmitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISWindPhysicsModel.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.ParticleSystems that return ISModifier and TypeMethodDescriptionBoundedPhysicsModel.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ConeEmitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ExplosionEmitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ForcePhysicsModel.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ParticleSystem.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PointEmitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PolylineEmitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SurfaceEmitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.VolumeEmitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.WindPhysicsModel.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISBoundedPhysicsModel.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISConeEmitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISExplosionEmitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISForcePhysicsModel.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISParticleSystem.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPointEmitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPolylineEmitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSurfaceEmitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISVolumeEmitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISWindPhysicsModel.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Picking
Fields in org.web3d.x3d.jsail.Picking declared as ISModifier and TypeFieldDescriptionstatic final ISLinePickSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPickableGroup.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPointPickSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPrimitivePickSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISVolumePickSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Picking that return ISModifier and TypeMethodDescriptionLinePickSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PickableGroup.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PointPickSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PrimitivePickSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.VolumePickSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISLinePickSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPickableGroup.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPointPickSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPrimitivePickSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISVolumePickSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Picking with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.PointingDeviceSensor
Fields in org.web3d.x3d.jsail.PointingDeviceSensor declared as ISModifier and TypeFieldDescriptionstatic final ISCylinderSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPlaneSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSphereSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTouchSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.PointingDeviceSensor that return ISModifier and TypeMethodDescriptionCylinderSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PlaneSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SphereSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TouchSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISCylinderSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPlaneSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSphereSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTouchSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Rendering
Fields in org.web3d.x3d.jsail.Rendering declared as ISModifier and TypeFieldDescriptionstatic final ISClipPlane.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISColor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISColorRGBA.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCoordinate.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCoordinateDouble.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIndexedLineSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIndexedTriangleFanSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIndexedTriangleSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIndexedTriangleStripSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLineSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISNormal.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPointSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTriangleFanSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTriangleSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTriangleStripSet.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Rendering that return ISModifier and TypeMethodDescriptionClipPlane.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Color.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ColorRGBA.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Coordinate.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CoordinateDouble.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IndexedLineSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IndexedTriangleFanSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IndexedTriangleSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IndexedTriangleStripSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LineSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Normal.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PointSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TriangleFanSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TriangleSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TriangleStripSet.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISClipPlane.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISColor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISColorRGBA.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCoordinate.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCoordinateDouble.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIndexedLineSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIndexedTriangleFanSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIndexedTriangleSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIndexedTriangleStripSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLineSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISNormal.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPointSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTriangleFanSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTriangleSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTriangleStripSet.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Rendering with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.RigidBodyPhysics
Fields in org.web3d.x3d.jsail.RigidBodyPhysics declared as ISModifier and TypeFieldDescriptionstatic final ISBallJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCollidableOffset.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCollidableShape.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCollisionCollection.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCollisionSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCollisionSpace.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISContact.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISDoubleAxisHingeJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMotorJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISRigidBody.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISRigidBodyCollection.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSingleAxisHingeJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSliderJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISUniversalJoint.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return ISModifier and TypeMethodDescriptionBallJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CollidableOffset.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CollidableShape.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CollisionCollection.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CollisionSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CollisionSpace.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Contact.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.DoubleAxisHingeJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MotorJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.RigidBody.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.RigidBodyCollection.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SingleAxisHingeJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SliderJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.UniversalJoint.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISBallJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCollidableOffset.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCollidableShape.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCollisionCollection.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCollisionSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCollisionSpace.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISContact.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISDoubleAxisHingeJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMotorJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISRigidBody.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISRigidBodyCollection.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSingleAxisHingeJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSliderJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISUniversalJoint.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Scripting
Fields in org.web3d.x3d.jsail.Scripting declared as ISModifier and TypeFieldDescriptionstatic final ISScript.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Scripting that return ISModifier and TypeMethodDescriptionScript.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISScript.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Scripting with parameters of type IS -
Uses of IS in org.web3d.x3d.jsail.Shaders
Fields in org.web3d.x3d.jsail.Shaders declared as ISModifier and TypeFieldDescriptionstatic final ISComposedShader.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISFloatVertexAttribute.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMatrix3VertexAttribute.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMatrix4VertexAttribute.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPackagedShader.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISProgramShader.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISShaderPart.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISShaderProgram.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Shaders that return ISModifier and TypeMethodDescriptionComposedShader.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.FloatVertexAttribute.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Matrix3VertexAttribute.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Matrix4VertexAttribute.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PackagedShader.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ProgramShader.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ShaderPart.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ShaderProgram.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISComposedShader.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISFloatVertexAttribute.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMatrix3VertexAttribute.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMatrix4VertexAttribute.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPackagedShader.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISProgramShader.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISShaderPart.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISShaderProgram.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Shaders with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Shape
Fields in org.web3d.x3d.jsail.Shape declared as ISModifier and TypeFieldDescriptionstatic final ISAcousticProperties.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISAppearance.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISFillProperties.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISLineProperties.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMaterial.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPhysicalMaterial.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPointProperties.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISShape.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTwoSidedMaterial.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISUnlitMaterial.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Shape that return ISModifier and TypeMethodDescriptionAcousticProperties.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Appearance.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.FillProperties.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.LineProperties.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Material.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PhysicalMaterial.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PointProperties.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Shape.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TwoSidedMaterial.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.UnlitMaterial.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISAcousticProperties.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISAppearance.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISFillProperties.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISLineProperties.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMaterial.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPhysicalMaterial.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPointProperties.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISShape.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTwoSidedMaterial.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISUnlitMaterial.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Shape with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Sound
Fields in org.web3d.x3d.jsail.Sound declared as ISModifier and TypeFieldDescriptionstatic final ISAnalyser.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISAudioClip.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISAudioDestination.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISBiquadFilter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISBufferAudioSource.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISChannelMerger.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISChannelSelector.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISChannelSplitter.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISConvolver.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISDelay.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISDynamicsCompressor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISGain.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISListenerPointSource.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMicrophoneSource.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISOscillatorSource.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPeriodicWave.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSound.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSpatialSound.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISStreamAudioDestination.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISStreamAudioSource.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISWaveShaper.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Sound that return ISModifier and TypeMethodDescriptionAnalyser.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.AudioClip.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.AudioDestination.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.BiquadFilter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.BufferAudioSource.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ChannelMerger.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ChannelSelector.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ChannelSplitter.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Convolver.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Delay.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.DynamicsCompressor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Gain.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ListenerPointSource.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MicrophoneSource.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.OscillatorSource.getIS()Provide ($javaType=IS, isArrayType=false, isArrayListType=false, javaPrimitiveType=IS, javaReferenceType=IS, isX3dStatement=true, isClassX3dStatement=false) IS instance (using a properly typed node) from inputOutput SFNode field IS.PeriodicWave.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Sound.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SpatialSound.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.StreamAudioDestination.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.StreamAudioSource.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.WaveShaper.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISAnalyser.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISAudioClip.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISAudioDestination.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISBiquadFilter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISBufferAudioSource.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISChannelMerger.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISChannelSelector.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISChannelSplitter.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISConvolver.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISDelay.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISDynamicsCompressor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISGain.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISListenerPointSource.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMicrophoneSource.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISOscillatorSource.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPeriodicWave.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSound.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSpatialSound.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISStreamAudioDestination.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISStreamAudioSource.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISWaveShaper.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Sound with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Text
Fields in org.web3d.x3d.jsail.Text declared as ISModifier and TypeFieldDescriptionstatic final ISFontStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISText.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Text that return ISModifier and TypeMethodDescriptionFontStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Text.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISFontStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISText.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Text with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.TextureProjection
Fields in org.web3d.x3d.jsail.TextureProjection declared as ISModifier and TypeFieldDescriptionstatic final ISTextureProjector.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureProjectorParallel.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.TextureProjection that return ISModifier and TypeMethodDescriptionTextureProjector.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureProjectorParallel.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISTextureProjector.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureProjectorParallel.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.TextureProjection with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Texturing
Fields in org.web3d.x3d.jsail.Texturing declared as ISModifier and TypeFieldDescriptionstatic final ISImageTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMovieTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMultiTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMultiTextureCoordinate.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISMultiTextureTransform.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPixelTexture.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureCoordinate.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureCoordinateGenerator.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureProperties.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureTransform.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Texturing that return ISModifier and TypeMethodDescriptionImageTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MovieTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MultiTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MultiTextureCoordinate.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.MultiTextureTransform.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PixelTexture.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureCoordinate.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureCoordinateGenerator.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureProperties.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureTransform.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISImageTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMovieTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMultiTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMultiTextureCoordinate.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISMultiTextureTransform.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPixelTexture.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureCoordinate.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureCoordinateGenerator.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureProperties.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureTransform.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Texturing with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Texturing3D
Fields in org.web3d.x3d.jsail.Texturing3D declared as ISModifier and TypeFieldDescriptionstatic final ISComposedTexture3D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISImageTexture3D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISPixelTexture3D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureCoordinate3D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureCoordinate4D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureTransform3D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISTextureTransformMatrix3D.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Texturing3D that return ISModifier and TypeMethodDescriptionComposedTexture3D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ImageTexture3D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.PixelTexture3D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureCoordinate3D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureCoordinate4D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureTransform3D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.TextureTransformMatrix3D.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISComposedTexture3D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISImageTexture3D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISPixelTexture3D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureCoordinate3D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureCoordinate4D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureTransform3D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISTextureTransformMatrix3D.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.Time
Fields in org.web3d.x3d.jsail.Time declared as ISModifier and TypeFieldDescriptionstatic final ISTimeSensor.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Time that return ISModifier and TypeMethodDescriptionTimeSensor.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISTimeSensor.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.Time with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS. -
Uses of IS in org.web3d.x3d.jsail.VolumeRendering
Fields in org.web3d.x3d.jsail.VolumeRendering declared as ISModifier and TypeFieldDescriptionstatic final ISBlendedVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISBoundaryEnhancementVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISCartoonVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISComposedVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISEdgeEnhancementVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISIsoSurfaceVolumeData.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISOpacityMapVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISProjectionVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSegmentedVolumeData.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISShadedVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISSilhouetteEnhancementVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISToneMappedVolumeStyle.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final ISVolumeData.IS_DEFAULT_VALUESFNode field named IS has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.VolumeRendering that return ISModifier and TypeMethodDescriptionBlendedVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.BoundaryEnhancementVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.CartoonVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ComposedVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.EdgeEnhancementVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.IsoSurfaceVolumeData.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.OpacityMapVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ProjectionVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SegmentedVolumeData.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ShadedVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.SilhouetteEnhancementVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.ToneMappedVolumeStyle.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.VolumeData.getIS()Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.static final ISBlendedVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISBoundaryEnhancementVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISCartoonVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISComposedVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISEdgeEnhancementVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISIsoSurfaceVolumeData.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISOpacityMapVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISProjectionVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSegmentedVolumeData.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISShadedVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISSilhouetteEnhancementVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISToneMappedVolumeStyle.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.static final ISVolumeData.getISDefault()Public accessor for encapsulated SFNode default value null, returned as IS.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type ISModifier and TypeMethodDescriptionAccessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.