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 IS
    Modifier and Type
    Method
    Description
    abstract IS
    X3DConcreteNode.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 IS
    Modifier and Type
    Method
    Description
    X3DConcreteNode.setIS(IS newValue)
    Assign 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 IS
    Modifier and Type
    Field
    Description
    static final IS
    CADAssembly.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IndexedQuadSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.CADGeometry that return IS
    Modifier and Type
    Method
    Description
    CADAssembly.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 IS
    CADAssembly.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CADFace.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CADLayer.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CADPart.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IndexedQuadSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    QuadSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type IS
    Modifier and Type
    Method
    Description
    CADAssembly.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CADFace.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CADLayer.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CADPart.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedQuadSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    QuadSet.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    MetadataBoolean.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MetadataDouble.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MetadataFloat.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MetadataInteger.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MetadataSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MetadataString.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ProtoInstance.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Core that return IS
    Modifier and Type
    Method
    Description
    IS.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).
    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 IS
    MetadataBoolean.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MetadataDouble.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MetadataFloat.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MetadataInteger.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MetadataSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MetadataString.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ProtoInstance.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    WorldInfo.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).
    Accessor method to assign connect array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field connect.
    final IS
    IS.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 to setCssClass(String).
    final IS
    IS.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 to setCssStyle(String).
    final IS
    IS.setHtmlId(String newValue)
    Accessor method to assign String value to inputOutput SFString field named id.
    IS.setHtmlId(SFString newValue)
    Assign typed object value to SFString HtmlId field, similar to setHtmlId(String).
    Methods in org.web3d.x3d.jsail.Core with parameters of type IS
    Modifier and Type
    Method
    Description
    fieldValue.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataBoolean.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataDouble.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataFloat.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataInteger.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataString.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ProtoInstance.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    WorldInfo.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    ComposedCubeMapTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeneratedCubeMapTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ImageCubeMapTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    ComposedCubeMapTexture.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 IS
    ComposedCubeMapTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeneratedCubeMapTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ImageCubeMapTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.CubeMapTexturing with parameters of type IS
    Modifier and Type
    Method
    Description
    ComposedCubeMapTexture.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeneratedCubeMapTexture.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ImageCubeMapTexture.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    DISEntityManager.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    DISEntityTypeMapping.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    EspduTransform.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ReceiverPdu.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TransmitterPdu.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.DIS that return IS
    Modifier and Type
    Method
    Description
    DISEntityManager.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 IS
    DISEntityManager.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    DISEntityTypeMapping.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    EspduTransform.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ReceiverPdu.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SignalPdu.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TransmitterPdu.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.DIS with parameters of type IS
    Modifier and Type
    Method
    Description
    DISEntityManager.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    DISEntityTypeMapping.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    EspduTransform.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ReceiverPdu.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SignalPdu.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TransmitterPdu.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    Background.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    FogCoordinate.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureBackground.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    Background.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 IS
    Background.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    FogCoordinate.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LocalFog.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureBackground.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type IS
    Modifier and Type
    Method
    Description
    Background.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Fog.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    FogCoordinate.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LocalFog.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureBackground.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    ProximitySensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TransformSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    VisibilitySensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    ProximitySensor.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 IS
    ProximitySensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TransformSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    VisibilitySensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.EnvironmentalSensor with parameters of type IS
    Modifier and Type
    Method
    Description
    ProximitySensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TransformSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    VisibilitySensor.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    BooleanFilter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    BooleanSequencer.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    BooleanToggle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    BooleanTrigger.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IntegerSequencer.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IntegerTrigger.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TimeTrigger.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.EventUtilities that return IS
    Modifier and Type
    Method
    Description
    BooleanFilter.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 IS
    BooleanFilter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    BooleanSequencer.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    BooleanToggle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    BooleanTrigger.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IntegerSequencer.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IntegerTrigger.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TimeTrigger.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type IS
    Modifier and Type
    Method
    Description
    BooleanFilter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    BooleanSequencer.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    BooleanToggle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    BooleanTrigger.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IntegerSequencer.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IntegerTrigger.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TimeTrigger.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    ColorChaser.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ColorDamper.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CoordinateChaser.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CoordinateDamper.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    OrientationChaser.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    OrientationDamper.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PositionChaser.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PositionChaser2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PositionDamper.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PositionDamper2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ScalarChaser.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ScalarDamper.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TexCoordChaser2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TexCoordDamper2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Followers that return IS
    Modifier and Type
    Method
    Description
    ColorChaser.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 IS
    ColorChaser.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ColorDamper.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CoordinateChaser.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CoordinateDamper.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    OrientationChaser.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    OrientationDamper.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PositionChaser.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PositionChaser2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PositionDamper.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PositionDamper2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ScalarChaser.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ScalarDamper.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TexCoordChaser2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TexCoordDamper2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Followers with parameters of type IS
    Modifier and Type
    Method
    Description
    ColorChaser.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ColorDamper.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateChaser.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateDamper.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    OrientationChaser.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    OrientationDamper.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionChaser.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionChaser2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionDamper.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionDamper2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ScalarChaser.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ScalarDamper.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TexCoordChaser2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TexCoordDamper2D.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ArcClose2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Polyline2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Polypoint2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Rectangle2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TriangleSet2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Geometry2D that return IS
    Modifier and Type
    Method
    Description
    Arc2D.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 IS
    Arc2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ArcClose2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Circle2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Disk2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Polyline2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Polypoint2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Rectangle2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TriangleSet2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type IS
    Modifier and Type
    Method
    Description
    Arc2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ArcClose2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Circle2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Disk2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Polyline2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Polypoint2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Rectangle2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleSet2D.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ElevationGrid.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IndexedFaceSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Geometry3D that return IS
    Modifier and Type
    Method
    Description
    Box.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 IS
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Cylinder.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ElevationGrid.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Extrusion.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IndexedFaceSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Sphere.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type IS
    Modifier and Type
    Method
    Description
    Box.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Cone.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Cylinder.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ElevationGrid.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Extrusion.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedFaceSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Sphere.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    GeoCoordinate.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoElevationGrid.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoLocation.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoMetadata.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoPositionInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoProximitySensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoTouchSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoTransform.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    GeoViewpoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Geospatial that return IS
    Modifier and Type
    Method
    Description
    GeoCoordinate.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 IS
    GeoCoordinate.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoElevationGrid.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoLocation.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoLOD.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoMetadata.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoOrigin.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoPositionInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoProximitySensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoTouchSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoTransform.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    GeoViewpoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Geospatial with parameters of type IS
    Modifier and Type
    Method
    Description
    GeoCoordinate.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoElevationGrid.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoLocation.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoLOD.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoMetadata.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoOrigin.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoPositionInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoProximitySensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoTouchSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoTransform.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoViewpoint.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    StaticGroup.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Grouping that return IS
    Modifier and Type
    Method
    Description
    Group.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 IS
    Group.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    StaticGroup.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Switch.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Transform.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Grouping with parameters of type IS
    Modifier and Type
    Method
    Description
    Group.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    StaticGroup.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Switch.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Transform.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    HAnimDisplacer.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    HAnimHumanoid.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    HAnimJoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    HAnimMotion.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    HAnimSegment.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.HAnim that return IS
    Modifier and Type
    Method
    Description
    HAnimDisplacer.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 IS
    HAnimDisplacer.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    HAnimHumanoid.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    HAnimJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    HAnimMotion.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    HAnimSegment.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    HAnimSite.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.HAnim with parameters of type IS
    Modifier and Type
    Method
    Description
    HAnimDisplacer.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimHumanoid.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimJoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimMotion.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimSegment.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimSite.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    ColorInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CoordinateInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CoordinateInterpolator2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    EaseInEaseOut.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NormalInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    OrientationInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PositionInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PositionInterpolator2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ScalarInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SplinePositionInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SplinePositionInterpolator2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SplineScalarInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SquadOrientationInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Interpolation that return IS
    Modifier and Type
    Method
    Description
    ColorInterpolator.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 IS
    ColorInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CoordinateInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CoordinateInterpolator2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    EaseInEaseOut.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NormalInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    OrientationInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PositionInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PositionInterpolator2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ScalarInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SplinePositionInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SplinePositionInterpolator2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SplineScalarInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SquadOrientationInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Interpolation with parameters of type IS
    Modifier and Type
    Method
    Description
    ColorInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateInterpolator2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    EaseInEaseOut.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NormalInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    OrientationInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionInterpolator2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ScalarInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SplinePositionInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SplinePositionInterpolator2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SplineScalarInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SquadOrientationInterpolator.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    StringSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    KeySensor.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 IS
    KeySensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    StringSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.KeyDeviceSensor with parameters of type IS
    Modifier and Type
    Method
    Description
    KeySensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    StringSensor.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Layering that return IS
    Modifier and Type
    Method
    Description
    Layer.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 IS
    Layer.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LayerSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Viewport.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Layering with parameters of type IS
    Modifier and Type
    Method
    Description
    Layer.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LayerSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Viewport.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    LayoutGroup.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    LayoutLayer.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ScreenFontStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ScreenGroup.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Layout that return IS
    Modifier and Type
    Method
    Description
    Layout.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 IS
    Layout.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LayoutGroup.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LayoutLayer.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ScreenFontStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ScreenGroup.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Layout with parameters of type IS
    Modifier and Type
    Method
    Description
    Layout.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LayoutGroup.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LayoutLayer.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ScreenFontStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ScreenGroup.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    DirectionalLight.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PointLight.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Lighting that return IS
    Modifier and Type
    Method
    Description
    DirectionalLight.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 IS
    DirectionalLight.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PointLight.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SpotLight.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Lighting with parameters of type IS
    Modifier and Type
    Method
    Description
    DirectionalLight.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PointLight.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SpotLight.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of IS in org.web3d.x3d.jsail.Navigation

    Fields in org.web3d.x3d.jsail.Navigation declared as IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NavigationInfo.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    OrthoViewpoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ViewpointGroup.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Navigation that return IS
    Modifier and Type
    Method
    Description
    Billboard.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    Collision.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    LOD.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    NavigationInfo.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    OrthoViewpoint.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    Viewpoint.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    ViewpointGroup.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    static final IS
    Billboard.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Collision.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NavigationInfo.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    OrthoViewpoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Viewpoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ViewpointGroup.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Navigation with parameters of type IS
    Modifier and Type
    Method
    Description
    Billboard.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Collision.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LOD.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NavigationInfo.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    OrthoViewpoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Viewpoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ViewpointGroup.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    LoadSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Networking that return IS
    Modifier and Type
    Method
    Description
    Anchor.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 IS
    Anchor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Inline.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LoadSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Networking with parameters of type IS
    Modifier and Type
    Method
    Description
    Anchor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Inline.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LoadSensor.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ContourPolyline2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsCurve.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsCurve2D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsOrientationInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsPatchSurface.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsPositionInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsSurfaceInterpolator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsSweptSurface.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsSwungSurface.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsTextureCoordinate.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    NurbsTrimmedSurface.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.NURBS that return IS
    Modifier and Type
    Method
    Description
    Contour2D.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 IS
    Contour2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ContourPolyline2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsCurve.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsCurve2D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsOrientationInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsPatchSurface.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsPositionInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsSurfaceInterpolator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsSweptSurface.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsSwungSurface.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsTextureCoordinate.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    NurbsTrimmedSurface.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.NURBS with parameters of type IS
    Modifier and Type
    Method
    Description
    Contour2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ContourPolyline2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsCurve.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsCurve2D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsOrientationInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsPatchSurface.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsPositionInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSurfaceInterpolator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSweptSurface.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSwungSurface.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsTextureCoordinate.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsTrimmedSurface.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    BoundedPhysicsModel.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ConeEmitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ExplosionEmitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ForcePhysicsModel.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ParticleSystem.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PointEmitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PolylineEmitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SurfaceEmitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    VolumeEmitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    WindPhysicsModel.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    BoundedPhysicsModel.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 IS
    BoundedPhysicsModel.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ConeEmitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ExplosionEmitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ForcePhysicsModel.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ParticleSystem.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PointEmitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PolylineEmitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SurfaceEmitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    VolumeEmitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    WindPhysicsModel.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type IS
    Modifier and Type
    Method
    Description
    BoundedPhysicsModel.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ConeEmitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ExplosionEmitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ForcePhysicsModel.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ParticleSystem.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PointEmitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PolylineEmitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SurfaceEmitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    VolumeEmitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    WindPhysicsModel.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    LinePickSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PickableGroup.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PointPickSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PrimitivePickSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    VolumePickSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Picking that return IS
    Modifier and Type
    Method
    Description
    LinePickSensor.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 IS
    LinePickSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PickableGroup.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PointPickSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PrimitivePickSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    VolumePickSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Picking with parameters of type IS
    Modifier and Type
    Method
    Description
    LinePickSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PickableGroup.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PointPickSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PrimitivePickSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    VolumePickSensor.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    CylinderSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PlaneSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SphereSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TouchSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    CylinderSensor.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 IS
    CylinderSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PlaneSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SphereSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TouchSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type IS
    Modifier and Type
    Method
    Description
    CylinderSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PlaneSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SphereSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TouchSensor.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Coordinate.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CoordinateDouble.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IndexedLineSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IndexedTriangleFanSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IndexedTriangleSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IndexedTriangleStripSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TriangleFanSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TriangleSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TriangleStripSet.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Rendering that return IS
    Modifier and Type
    Method
    Description
    ClipPlane.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 IS
    ClipPlane.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Color.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ColorRGBA.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Coordinate.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CoordinateDouble.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IndexedLineSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IndexedTriangleFanSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IndexedTriangleSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IndexedTriangleStripSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LineSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Normal.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PointSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TriangleFanSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TriangleSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TriangleStripSet.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Rendering with parameters of type IS
    Modifier and Type
    Method
    Description
    ClipPlane.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Color.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ColorRGBA.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Coordinate.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateDouble.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedLineSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedTriangleFanSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedTriangleSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedTriangleStripSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LineSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Normal.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PointSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleFanSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleSet.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleStripSet.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CollidableOffset.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CollidableShape.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CollisionCollection.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CollisionSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CollisionSpace.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    DoubleAxisHingeJoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MotorJoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    RigidBodyCollection.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SingleAxisHingeJoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SliderJoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    UniversalJoint.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    BallJoint.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 IS
    BallJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CollidableOffset.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CollidableShape.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CollisionCollection.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CollisionSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CollisionSpace.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Contact.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    DoubleAxisHingeJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MotorJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    RigidBody.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    RigidBodyCollection.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SingleAxisHingeJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SliderJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    UniversalJoint.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type IS
    Modifier and Type
    Method
    Description
    BallJoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CollidableOffset.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CollidableShape.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionCollection.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionSpace.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Contact.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    DoubleAxisHingeJoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MotorJoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    RigidBody.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    RigidBodyCollection.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SingleAxisHingeJoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SliderJoint.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    UniversalJoint.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Scripting that return IS
    Modifier and Type
    Method
    Description
    Script.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    static final IS
    Script.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Scripting with parameters of type IS
    Modifier and Type
    Method
    Description
    Script.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of IS in org.web3d.x3d.jsail.Shaders

    Fields in org.web3d.x3d.jsail.Shaders declared as IS
    Modifier and Type
    Field
    Description
    static final IS
    ComposedShader.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    FloatVertexAttribute.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Matrix3VertexAttribute.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Matrix4VertexAttribute.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PackagedShader.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ProgramShader.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ShaderPart.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ShaderProgram.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Shaders that return IS
    Modifier and Type
    Method
    Description
    ComposedShader.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 IS
    ComposedShader.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    FloatVertexAttribute.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Matrix3VertexAttribute.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Matrix4VertexAttribute.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PackagedShader.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ProgramShader.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ShaderPart.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ShaderProgram.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Shaders with parameters of type IS
    Modifier and Type
    Method
    Description
    ComposedShader.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    FloatVertexAttribute.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Matrix3VertexAttribute.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Matrix4VertexAttribute.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PackagedShader.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ProgramShader.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ShaderPart.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ShaderProgram.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    AcousticProperties.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    Appearance.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    FillProperties.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    LineProperties.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PhysicalMaterial.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PointProperties.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TwoSidedMaterial.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    UnlitMaterial.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Shape that return IS
    Modifier and Type
    Method
    Description
    AcousticProperties.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 IS
    AcousticProperties.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Appearance.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    FillProperties.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    LineProperties.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Material.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PhysicalMaterial.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PointProperties.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Shape.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TwoSidedMaterial.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    UnlitMaterial.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Shape with parameters of type IS
    Modifier and Type
    Method
    Description
    AcousticProperties.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Appearance.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    FillProperties.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    LineProperties.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Material.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PhysicalMaterial.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PointProperties.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Shape.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TwoSidedMaterial.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    UnlitMaterial.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    AudioDestination.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    BiquadFilter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    BufferAudioSource.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ChannelMerger.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ChannelSelector.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ChannelSplitter.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    DynamicsCompressor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ListenerPointSource.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MicrophoneSource.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    OscillatorSource.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PeriodicWave.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SpatialSound.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    StreamAudioDestination.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    StreamAudioSource.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    WaveShaper.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Sound that return IS
    Modifier and Type
    Method
    Description
    Analyser.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 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 IS
    Analyser.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    AudioClip.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    AudioDestination.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    BiquadFilter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    BufferAudioSource.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ChannelMerger.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ChannelSelector.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ChannelSplitter.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Convolver.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Delay.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    DynamicsCompressor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ListenerPointSource.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MicrophoneSource.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    OscillatorSource.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PeriodicWave.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Sound.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SpatialSound.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    StreamAudioDestination.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    StreamAudioSource.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    WaveShaper.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Sound with parameters of type IS
    Modifier and Type
    Method
    Description
    Analyser.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    AudioClip.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    AudioDestination.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    BiquadFilter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    BufferAudioSource.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ChannelMerger.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ChannelSelector.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ChannelSplitter.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Convolver.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Delay.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    DynamicsCompressor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Gain.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ListenerPointSource.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MicrophoneSource.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    OscillatorSource.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PeriodicWave.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Sound.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SpatialSound.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    StreamAudioDestination.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    StreamAudioSource.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    WaveShaper.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Text that return IS
    Modifier and Type
    Method
    Description
    FontStyle.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 IS
    FontStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Text with parameters of type IS
    Modifier and Type
    Method
    Description
    FontStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    Text.setIS(IS newValue)
    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

    Modifier and Type
    Field
    Description
    static final IS
    TextureProjector.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureProjectorParallel.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    TextureProjector.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 IS
    TextureProjector.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureProjectorParallel.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.TextureProjection with parameters of type IS
    Modifier and Type
    Method
    Description
    TextureProjector.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureProjectorParallel.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    ImageTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MovieTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MultiTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MultiTextureCoordinate.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    MultiTextureTransform.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PixelTexture.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureCoordinate.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureCoordinateGenerator.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureProperties.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureTransform.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Texturing that return IS
    Modifier and Type
    Method
    Description
    ImageTexture.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 IS
    ImageTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MovieTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MultiTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MultiTextureCoordinate.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    MultiTextureTransform.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PixelTexture.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureCoordinate.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureCoordinateGenerator.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureProperties.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureTransform.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Texturing with parameters of type IS
    Modifier and Type
    Method
    Description
    ImageTexture.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MovieTexture.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MultiTexture.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MultiTextureCoordinate.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    MultiTextureTransform.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PixelTexture.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinate.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinateGenerator.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureProperties.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureTransform.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    ComposedTexture3D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ImageTexture3D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    PixelTexture3D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureCoordinate3D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureCoordinate4D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureTransform3D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    TextureTransformMatrix3D.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Texturing3D that return IS
    Modifier and Type
    Method
    Description
    ComposedTexture3D.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 IS
    ComposedTexture3D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ImageTexture3D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    PixelTexture3D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureCoordinate3D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureCoordinate4D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureTransform3D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    TextureTransformMatrix3D.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type IS
    Modifier and Type
    Method
    Description
    ComposedTexture3D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ImageTexture3D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    PixelTexture3D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinate3D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinate4D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureTransform3D.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureTransformMatrix3D.setIS(IS newValue)
    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 IS
    Modifier and Type
    Field
    Description
    static final IS
    TimeSensor.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Time that return IS
    Modifier and Type
    Method
    Description
    TimeSensor.getIS()
    Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.
    static final IS
    TimeSensor.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.Time with parameters of type IS
    Modifier and Type
    Method
    Description
    TimeSensor.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of IS in org.web3d.x3d.jsail.VolumeRendering

    Modifier and Type
    Field
    Description
    static final IS
    BlendedVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    BoundaryEnhancementVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    CartoonVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ComposedVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    EdgeEnhancementVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    IsoSurfaceVolumeData.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    OpacityMapVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ProjectionVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SegmentedVolumeData.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ShadedVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    SilhouetteEnhancementVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    ToneMappedVolumeStyle.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static final IS
    VolumeData.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Modifier and Type
    Method
    Description
    BlendedVolumeStyle.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 IS
    BlendedVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    BoundaryEnhancementVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    CartoonVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ComposedVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    EdgeEnhancementVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    IsoSurfaceVolumeData.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    OpacityMapVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ProjectionVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SegmentedVolumeData.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ShadedVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    SilhouetteEnhancementVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    ToneMappedVolumeStyle.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    static final IS
    VolumeData.getISDefault()
    Public accessor for encapsulated SFNode default value null, returned as IS.
    Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type IS
    Modifier and Type
    Method
    Description
    BlendedVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    BoundaryEnhancementVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    CartoonVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ComposedVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    EdgeEnhancementVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    IsoSurfaceVolumeData.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    OpacityMapVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ProjectionVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SegmentedVolumeData.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ShadedVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    SilhouetteEnhancementVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    ToneMappedVolumeStyle.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
    VolumeData.setIS(IS newValue)
    Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.