Uses of Class
org.web3d.x3d.jsail.Core.ISObject

  • Uses of ISObject in org.web3d.x3d.jsail

    Methods in org.web3d.x3d.jsail that return ISObject 
    Modifier and Type Method Description
    abstract ISObject 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 ISObject 
    Modifier and Type Method Description
    abstract X3DConcreteNode X3DConcreteNode.setIS​(ISObject newValue)
    Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
  • Uses of ISObject in org.web3d.x3d.jsail.CADGeometry

    Fields in org.web3d.x3d.jsail.CADGeometry declared as ISObject 
    Modifier and Type Field Description
    static ISObject CADAssemblyObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CADFaceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CADLayerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CADPartObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IndexedQuadSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject QuadSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.CADGeometry that return ISObject 
    Modifier and Type Method Description
    ISObject CADAssemblyObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CADFaceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CADLayerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CADPartObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IndexedQuadSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject QuadSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type ISObject 
    Modifier and Type Method Description
    CADAssemblyObject CADAssemblyObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CADFaceObject CADFaceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CADLayerObject CADLayerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CADPartObject CADPartObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedQuadSetObject IndexedQuadSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    QuadSetObject QuadSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Core

    Fields in org.web3d.x3d.jsail.Core declared as ISObject 
    Modifier and Type Field Description
    static ISObject MetadataBooleanObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MetadataDoubleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MetadataFloatObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MetadataIntegerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MetadataSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MetadataStringObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ProtoInstanceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject WorldInfoObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Core that return ISObject 
    Modifier and Type Method Description
    ISObject ISObject.addComments​(java.lang.String newComment)
    Add comment as String to contained commentsList.
    ISObject ISObject.addComments​(java.lang.String[] newComments)
    Add comments as String[] array to contained commentsList.
    ISObject ISObject.addComments​(CommentsBlock newCommentsBlock)
    Add CommentsBlock to contained commentsList.
    ISObject ISObject.addConnect​(connectObject newValue)
    Add array of child connect nodes to array of existing nodes (if any).
    ISObject ISObject.clearConnect()
    Utility method to clear MFNode value of connectList field.
    ISObject MetadataBooleanObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MetadataDoubleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MetadataFloatObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MetadataIntegerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MetadataSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MetadataStringObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ProtoInstanceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject WorldInfoObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ISObject.setConnect​(connectObject newValue)
    Set single child connect node, replacing prior array of existing nodes (if any).
    ISObject ISObject.setConnectList​(java.util.ArrayList<connectObject> newValue)
    Accessor method to assign connectObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field connect.
    Methods in org.web3d.x3d.jsail.Core with parameters of type ISObject 
    Modifier and Type Method Description
    MetadataBooleanObject MetadataBooleanObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataDoubleObject MetadataDoubleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataFloatObject MetadataFloatObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataIntegerObject MetadataIntegerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataSetObject MetadataSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MetadataStringObject MetadataStringObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ProtoInstanceObject ProtoInstanceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    WorldInfoObject WorldInfoObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.CubeMapTexturing

    Fields in org.web3d.x3d.jsail.CubeMapTexturing declared as ISObject 
    Modifier and Type Field Description
    static ISObject ComposedCubeMapTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeneratedCubeMapTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ImageCubeMapTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.CubeMapTexturing that return ISObject 
    Modifier and Type Method Description
    ISObject ComposedCubeMapTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeneratedCubeMapTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ImageCubeMapTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.CubeMapTexturing with parameters of type ISObject 
    Modifier and Type Method Description
    ComposedCubeMapTextureObject ComposedCubeMapTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeneratedCubeMapTextureObject GeneratedCubeMapTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ImageCubeMapTextureObject ImageCubeMapTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.DIS

    Fields in org.web3d.x3d.jsail.DIS declared as ISObject 
    Modifier and Type Field Description
    static ISObject DISEntityManagerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject DISEntityTypeMappingObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject EspduTransformObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ReceiverPduObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SignalPduObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TransmitterPduObject.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 ISObject 
    Modifier and Type Method Description
    ISObject DISEntityManagerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject DISEntityTypeMappingObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject EspduTransformObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ReceiverPduObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SignalPduObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TransmitterPduObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.DIS with parameters of type ISObject 
    Modifier and Type Method Description
    DISEntityManagerObject DISEntityManagerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    DISEntityTypeMappingObject DISEntityTypeMappingObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    EspduTransformObject EspduTransformObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ReceiverPduObject ReceiverPduObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SignalPduObject SignalPduObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TransmitterPduObject TransmitterPduObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.EnvironmentalEffects

    Fields in org.web3d.x3d.jsail.EnvironmentalEffects declared as ISObject 
    Modifier and Type Field Description
    static ISObject BackgroundObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject FogCoordinateObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject FogObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LocalFogObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureBackgroundObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.EnvironmentalEffects that return ISObject 
    Modifier and Type Method Description
    ISObject BackgroundObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject FogCoordinateObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject FogObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LocalFogObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureBackgroundObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type ISObject 
    Modifier and Type Method Description
    BackgroundObject BackgroundObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    FogCoordinateObject FogCoordinateObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    FogObject FogObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LocalFogObject LocalFogObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureBackgroundObject TextureBackgroundObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.EnvironmentalSensor

    Fields in org.web3d.x3d.jsail.EnvironmentalSensor declared as ISObject 
    Modifier and Type Field Description
    static ISObject ProximitySensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TransformSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject VisibilitySensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.EnvironmentalSensor that return ISObject 
    Modifier and Type Method Description
    ISObject ProximitySensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TransformSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject VisibilitySensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.EnvironmentalSensor with parameters of type ISObject 
    Modifier and Type Method Description
    ProximitySensorObject ProximitySensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TransformSensorObject TransformSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    VisibilitySensorObject VisibilitySensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.EventUtilities

    Fields in org.web3d.x3d.jsail.EventUtilities declared as ISObject 
    Modifier and Type Field Description
    static ISObject BooleanFilterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject BooleanSequencerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject BooleanToggleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject BooleanTriggerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IntegerSequencerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IntegerTriggerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TimeTriggerObject.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 ISObject 
    Modifier and Type Method Description
    ISObject BooleanFilterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject BooleanSequencerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject BooleanToggleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject BooleanTriggerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IntegerSequencerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IntegerTriggerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TimeTriggerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type ISObject 
    Modifier and Type Method Description
    BooleanFilterObject BooleanFilterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    BooleanSequencerObject BooleanSequencerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    BooleanToggleObject BooleanToggleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    BooleanTriggerObject BooleanTriggerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IntegerSequencerObject IntegerSequencerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IntegerTriggerObject IntegerTriggerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TimeTriggerObject TimeTriggerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Followers

    Fields in org.web3d.x3d.jsail.Followers declared as ISObject 
    Modifier and Type Field Description
    static ISObject ColorChaserObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ColorDamperObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CoordinateChaserObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CoordinateDamperObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject OrientationChaserObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject OrientationDamperObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PositionChaser2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PositionChaserObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PositionDamper2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PositionDamperObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ScalarChaserObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ScalarDamperObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TexCoordChaser2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TexCoordDamper2DObject.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 ISObject 
    Modifier and Type Method Description
    ISObject ColorChaserObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ColorDamperObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CoordinateChaserObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CoordinateDamperObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject OrientationChaserObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject OrientationDamperObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PositionChaser2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PositionChaserObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PositionDamper2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PositionDamperObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ScalarChaserObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ScalarDamperObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TexCoordChaser2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TexCoordDamper2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Followers with parameters of type ISObject 
    Modifier and Type Method Description
    ColorChaserObject ColorChaserObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ColorDamperObject ColorDamperObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateChaserObject CoordinateChaserObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateDamperObject CoordinateDamperObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    OrientationChaserObject OrientationChaserObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    OrientationDamperObject OrientationDamperObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionChaser2DObject PositionChaser2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionChaserObject PositionChaserObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionDamper2DObject PositionDamper2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionDamperObject PositionDamperObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ScalarChaserObject ScalarChaserObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ScalarDamperObject ScalarDamperObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TexCoordChaser2DObject TexCoordChaser2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TexCoordDamper2DObject TexCoordDamper2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Geometry2D

    Fields in org.web3d.x3d.jsail.Geometry2D declared as ISObject 
    Modifier and Type Field Description
    static ISObject Arc2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ArcClose2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Circle2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Disk2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Polyline2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Polypoint2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Rectangle2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TriangleSet2DObject.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 ISObject 
    Modifier and Type Method Description
    ISObject Arc2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ArcClose2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Circle2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Disk2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Polyline2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Polypoint2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Rectangle2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TriangleSet2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type ISObject 
    Modifier and Type Method Description
    Arc2DObject Arc2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ArcClose2DObject ArcClose2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Circle2DObject Circle2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Disk2DObject Disk2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Polyline2DObject Polyline2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Polypoint2DObject Polypoint2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Rectangle2DObject Rectangle2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleSet2DObject TriangleSet2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Geometry3D

    Fields in org.web3d.x3d.jsail.Geometry3D declared as ISObject 
    Modifier and Type Field Description
    static ISObject BoxObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ConeObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CylinderObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ElevationGridObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ExtrusionObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IndexedFaceSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SphereObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Geometry3D that return ISObject 
    Modifier and Type Method Description
    ISObject BoxObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ConeObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CylinderObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ElevationGridObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ExtrusionObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IndexedFaceSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SphereObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type ISObject 
    Modifier and Type Method Description
    BoxObject BoxObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ConeObject ConeObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CylinderObject CylinderObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ElevationGridObject ElevationGridObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ExtrusionObject ExtrusionObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedFaceSetObject IndexedFaceSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SphereObject SphereObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Geospatial

    Fields in org.web3d.x3d.jsail.Geospatial declared as ISObject 
    Modifier and Type Field Description
    static ISObject GeoCoordinateObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoElevationGridObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoLocationObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoLODObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoMetadataObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoOriginObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoPositionInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoProximitySensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoTouchSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoTransformObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject GeoViewpointObject.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 ISObject 
    Modifier and Type Method Description
    ISObject GeoCoordinateObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoElevationGridObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoLocationObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoLODObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoMetadataObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoOriginObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoPositionInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoProximitySensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoTouchSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoTransformObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject GeoViewpointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Geospatial with parameters of type ISObject 
    Modifier and Type Method Description
    GeoCoordinateObject GeoCoordinateObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoElevationGridObject GeoElevationGridObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoLocationObject GeoLocationObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoLODObject GeoLODObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoMetadataObject GeoMetadataObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoOriginObject GeoOriginObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoPositionInterpolatorObject GeoPositionInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoProximitySensorObject GeoProximitySensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoTouchSensorObject GeoTouchSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoTransformObject GeoTransformObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    GeoViewpointObject GeoViewpointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Grouping

    Fields in org.web3d.x3d.jsail.Grouping declared as ISObject 
    Modifier and Type Field Description
    static ISObject GroupObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject StaticGroupObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SwitchObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TransformObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Grouping that return ISObject 
    Modifier and Type Method Description
    ISObject GroupObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject StaticGroupObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SwitchObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TransformObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Grouping with parameters of type ISObject 
    Modifier and Type Method Description
    GroupObject GroupObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    StaticGroupObject StaticGroupObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SwitchObject SwitchObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TransformObject TransformObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.HAnim

    Fields in org.web3d.x3d.jsail.HAnim declared as ISObject 
    Modifier and Type Field Description
    static ISObject HAnimDisplacerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject HAnimHumanoidObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject HAnimJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject HAnimMotionObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject HAnimSegmentObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject HAnimSiteObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.HAnim that return ISObject 
    Modifier and Type Method Description
    ISObject HAnimDisplacerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject HAnimHumanoidObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject HAnimJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject HAnimMotionObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject HAnimSegmentObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject HAnimSiteObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.HAnim with parameters of type ISObject 
    Modifier and Type Method Description
    HAnimDisplacerObject HAnimDisplacerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimHumanoidObject HAnimHumanoidObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimJointObject HAnimJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimMotionObject HAnimMotionObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimSegmentObject HAnimSegmentObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    HAnimSiteObject HAnimSiteObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Interpolation

    Fields in org.web3d.x3d.jsail.Interpolation declared as ISObject 
    Modifier and Type Field Description
    static ISObject ColorInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CoordinateInterpolator2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CoordinateInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject EaseInEaseOutObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NormalInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject OrientationInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PositionInterpolator2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PositionInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ScalarInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SplinePositionInterpolator2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SplinePositionInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SplineScalarInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SquadOrientationInterpolatorObject.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 ISObject 
    Modifier and Type Method Description
    ISObject ColorInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CoordinateInterpolator2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CoordinateInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject EaseInEaseOutObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NormalInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject OrientationInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PositionInterpolator2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PositionInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ScalarInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SplinePositionInterpolator2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SplinePositionInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SplineScalarInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SquadOrientationInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Interpolation with parameters of type ISObject 
    Modifier and Type Method Description
    ColorInterpolatorObject ColorInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateInterpolator2DObject CoordinateInterpolator2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateInterpolatorObject CoordinateInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    EaseInEaseOutObject EaseInEaseOutObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NormalInterpolatorObject NormalInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    OrientationInterpolatorObject OrientationInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionInterpolator2DObject PositionInterpolator2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PositionInterpolatorObject PositionInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ScalarInterpolatorObject ScalarInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SplinePositionInterpolator2DObject SplinePositionInterpolator2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SplinePositionInterpolatorObject SplinePositionInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SplineScalarInterpolatorObject SplineScalarInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SquadOrientationInterpolatorObject SquadOrientationInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.KeyDeviceSensor

    Fields in org.web3d.x3d.jsail.KeyDeviceSensor declared as ISObject 
    Modifier and Type Field Description
    static ISObject KeySensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject StringSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.KeyDeviceSensor that return ISObject 
    Modifier and Type Method Description
    ISObject KeySensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject StringSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.KeyDeviceSensor with parameters of type ISObject 
    Modifier and Type Method Description
    KeySensorObject KeySensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    StringSensorObject StringSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Layering

    Fields in org.web3d.x3d.jsail.Layering declared as ISObject 
    Modifier and Type Field Description
    static ISObject LayerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LayerSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ViewportObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Layering that return ISObject 
    Modifier and Type Method Description
    ISObject LayerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LayerSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ViewportObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Layering with parameters of type ISObject 
    Modifier and Type Method Description
    LayerObject LayerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LayerSetObject LayerSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ViewportObject ViewportObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Layout

    Fields in org.web3d.x3d.jsail.Layout declared as ISObject 
    Modifier and Type Field Description
    static ISObject LayoutGroupObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LayoutLayerObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LayoutObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ScreenFontStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ScreenGroupObject.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 ISObject 
    Modifier and Type Method Description
    ISObject LayoutGroupObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LayoutLayerObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LayoutObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ScreenFontStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ScreenGroupObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Layout with parameters of type ISObject 
    Modifier and Type Method Description
    LayoutGroupObject LayoutGroupObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LayoutLayerObject LayoutLayerObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LayoutObject LayoutObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ScreenFontStyleObject ScreenFontStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ScreenGroupObject ScreenGroupObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Lighting

    Fields in org.web3d.x3d.jsail.Lighting declared as ISObject 
    Modifier and Type Field Description
    static ISObject DirectionalLightObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PointLightObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SpotLightObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Lighting that return ISObject 
    Modifier and Type Method Description
    ISObject DirectionalLightObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PointLightObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SpotLightObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Lighting with parameters of type ISObject 
    Modifier and Type Method Description
    DirectionalLightObject DirectionalLightObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PointLightObject PointLightObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SpotLightObject SpotLightObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Navigation

    Fields in org.web3d.x3d.jsail.Navigation declared as ISObject 
    Modifier and Type Field Description
    static ISObject BillboardObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CollisionObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LODObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NavigationInfoObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject OrthoViewpointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ViewpointGroupObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ViewpointObject.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 ISObject 
    Modifier and Type Method Description
    ISObject BillboardObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CollisionObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LODObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NavigationInfoObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject OrthoViewpointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ViewpointGroupObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ViewpointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Navigation with parameters of type ISObject 
    Modifier and Type Method Description
    BillboardObject BillboardObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionObject CollisionObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LODObject LODObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NavigationInfoObject NavigationInfoObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    OrthoViewpointObject OrthoViewpointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ViewpointGroupObject ViewpointGroupObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ViewpointObject ViewpointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Networking

    Fields in org.web3d.x3d.jsail.Networking declared as ISObject 
    Modifier and Type Field Description
    static ISObject AnchorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject InlineObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LoadSensorObject.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 ISObject 
    Modifier and Type Method Description
    ISObject AnchorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject InlineObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LoadSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Networking with parameters of type ISObject 
    Modifier and Type Method Description
    AnchorObject AnchorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    InlineObject InlineObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LoadSensorObject LoadSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.NURBS

    Fields in org.web3d.x3d.jsail.NURBS declared as ISObject 
    Modifier and Type Field Description
    static ISObject Contour2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ContourPolyline2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CoordinateDoubleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsCurve2DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsCurveObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsOrientationInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsPatchSurfaceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsPositionInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsSurfaceInterpolatorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsSweptSurfaceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsSwungSurfaceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsTextureCoordinateObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NurbsTrimmedSurfaceObject.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 ISObject 
    Modifier and Type Method Description
    ISObject Contour2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ContourPolyline2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CoordinateDoubleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsCurve2DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsCurveObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsOrientationInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsPatchSurfaceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsPositionInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsSurfaceInterpolatorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsSweptSurfaceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsSwungSurfaceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsTextureCoordinateObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NurbsTrimmedSurfaceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.NURBS with parameters of type ISObject 
    Modifier and Type Method Description
    Contour2DObject Contour2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ContourPolyline2DObject ContourPolyline2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateDoubleObject CoordinateDoubleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsCurve2DObject NurbsCurve2DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsCurveObject NurbsCurveObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsOrientationInterpolatorObject NurbsOrientationInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsPatchSurfaceObject NurbsPatchSurfaceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsPositionInterpolatorObject NurbsPositionInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSetObject NurbsSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSurfaceInterpolatorObject NurbsSurfaceInterpolatorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSweptSurfaceObject NurbsSweptSurfaceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsSwungSurfaceObject NurbsSwungSurfaceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsTextureCoordinateObject NurbsTextureCoordinateObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NurbsTrimmedSurfaceObject NurbsTrimmedSurfaceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.ParticleSystems

    Fields in org.web3d.x3d.jsail.ParticleSystems declared as ISObject 
    Modifier and Type Field Description
    static ISObject BoundedPhysicsModelObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ConeEmitterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ExplosionEmitterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ForcePhysicsModelObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ParticleSystemObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PointEmitterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PolylineEmitterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SurfaceEmitterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject VolumeEmitterObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject WindPhysicsModelObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.ParticleSystems that return ISObject 
    Modifier and Type Method Description
    ISObject BoundedPhysicsModelObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ConeEmitterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ExplosionEmitterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ForcePhysicsModelObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ParticleSystemObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PointEmitterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PolylineEmitterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SurfaceEmitterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject VolumeEmitterObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject WindPhysicsModelObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type ISObject 
    Modifier and Type Method Description
    BoundedPhysicsModelObject BoundedPhysicsModelObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ConeEmitterObject ConeEmitterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ExplosionEmitterObject ExplosionEmitterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ForcePhysicsModelObject ForcePhysicsModelObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ParticleSystemObject ParticleSystemObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PointEmitterObject PointEmitterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PolylineEmitterObject PolylineEmitterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SurfaceEmitterObject SurfaceEmitterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    VolumeEmitterObject VolumeEmitterObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    WindPhysicsModelObject WindPhysicsModelObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Picking

    Fields in org.web3d.x3d.jsail.Picking declared as ISObject 
    Modifier and Type Field Description
    static ISObject LinePickSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PickableGroupObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PointPickSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PrimitivePickSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject VolumePickSensorObject.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 ISObject 
    Modifier and Type Method Description
    ISObject LinePickSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PickableGroupObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PointPickSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PrimitivePickSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject VolumePickSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Picking with parameters of type ISObject 
    Modifier and Type Method Description
    LinePickSensorObject LinePickSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PickableGroupObject PickableGroupObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PointPickSensorObject PointPickSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PrimitivePickSensorObject PrimitivePickSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    VolumePickSensorObject VolumePickSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.PointingDeviceSensor

    Fields in org.web3d.x3d.jsail.PointingDeviceSensor declared as ISObject 
    Modifier and Type Field Description
    static ISObject CylinderSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PlaneSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SphereSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TouchSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.PointingDeviceSensor that return ISObject 
    Modifier and Type Method Description
    ISObject CylinderSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PlaneSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SphereSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TouchSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type ISObject 
    Modifier and Type Method Description
    CylinderSensorObject CylinderSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PlaneSensorObject PlaneSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SphereSensorObject SphereSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TouchSensorObject TouchSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Rendering

    Fields in org.web3d.x3d.jsail.Rendering declared as ISObject 
    Modifier and Type Field Description
    static ISObject ClipPlaneObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ColorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ColorRGBAObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CoordinateObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IndexedLineSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IndexedTriangleFanSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IndexedTriangleSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IndexedTriangleStripSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LineSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject NormalObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PointSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TriangleFanSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TriangleSetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TriangleStripSetObject.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 ISObject 
    Modifier and Type Method Description
    ISObject ClipPlaneObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ColorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ColorRGBAObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CoordinateObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IndexedLineSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IndexedTriangleFanSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IndexedTriangleSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IndexedTriangleStripSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LineSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject NormalObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PointSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TriangleFanSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TriangleSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TriangleStripSetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Rendering with parameters of type ISObject 
    Modifier and Type Method Description
    ClipPlaneObject ClipPlaneObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ColorObject ColorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ColorRGBAObject ColorRGBAObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CoordinateObject CoordinateObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedLineSetObject IndexedLineSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedTriangleFanSetObject IndexedTriangleFanSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedTriangleSetObject IndexedTriangleSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IndexedTriangleStripSetObject IndexedTriangleStripSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LineSetObject LineSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    NormalObject NormalObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PointSetObject PointSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleFanSetObject TriangleFanSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleSetObject TriangleSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TriangleStripSetObject TriangleStripSetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.RigidBodyPhysics

    Fields in org.web3d.x3d.jsail.RigidBodyPhysics declared as ISObject 
    Modifier and Type Field Description
    static ISObject BallJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CollidableOffsetObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CollidableShapeObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CollisionCollectionObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CollisionSensorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CollisionSpaceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ContactObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject DoubleAxisHingeJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MotorJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject RigidBodyCollectionObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject RigidBodyObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SingleAxisHingeJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SliderJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject UniversalJointObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return ISObject 
    Modifier and Type Method Description
    ISObject BallJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CollidableOffsetObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CollidableShapeObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CollisionCollectionObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CollisionSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CollisionSpaceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ContactObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject DoubleAxisHingeJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MotorJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject RigidBodyCollectionObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject RigidBodyObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SingleAxisHingeJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SliderJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject UniversalJointObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type ISObject 
    Modifier and Type Method Description
    BallJointObject BallJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CollidableOffsetObject CollidableOffsetObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CollidableShapeObject CollidableShapeObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionCollectionObject CollisionCollectionObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionSensorObject CollisionSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CollisionSpaceObject CollisionSpaceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ContactObject ContactObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    DoubleAxisHingeJointObject DoubleAxisHingeJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MotorJointObject MotorJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    RigidBodyCollectionObject RigidBodyCollectionObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    RigidBodyObject RigidBodyObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SingleAxisHingeJointObject SingleAxisHingeJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SliderJointObject SliderJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    UniversalJointObject UniversalJointObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Scripting

    Fields in org.web3d.x3d.jsail.Scripting declared as ISObject 
    Modifier and Type Field Description
    static ISObject ScriptObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Scripting that return ISObject 
    Modifier and Type Method Description
    ISObject ScriptObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Scripting with parameters of type ISObject 
    Modifier and Type Method Description
    ScriptObject ScriptObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Shaders

    Fields in org.web3d.x3d.jsail.Shaders declared as ISObject 
    Modifier and Type Field Description
    static ISObject ComposedShaderObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject FloatVertexAttributeObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Matrix3VertexAttributeObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject Matrix4VertexAttributeObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PackagedShaderObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ProgramShaderObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ShaderPartObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ShaderProgramObject.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 ISObject 
    Modifier and Type Method Description
    ISObject ComposedShaderObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject FloatVertexAttributeObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Matrix3VertexAttributeObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject Matrix4VertexAttributeObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PackagedShaderObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ProgramShaderObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ShaderPartObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ShaderProgramObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Shaders with parameters of type ISObject 
    Modifier and Type Method Description
    ComposedShaderObject ComposedShaderObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    FloatVertexAttributeObject FloatVertexAttributeObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Matrix3VertexAttributeObject Matrix3VertexAttributeObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    Matrix4VertexAttributeObject Matrix4VertexAttributeObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PackagedShaderObject PackagedShaderObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ProgramShaderObject ProgramShaderObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ShaderPartObject ShaderPartObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ShaderProgramObject ShaderProgramObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Shape

    Fields in org.web3d.x3d.jsail.Shape declared as ISObject 
    Modifier and Type Field Description
    static ISObject AppearanceObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject FillPropertiesObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject LinePropertiesObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MaterialObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PointPropertiesObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ShapeObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TwoSidedMaterialObject.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 ISObject 
    Modifier and Type Method Description
    ISObject AppearanceObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject FillPropertiesObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject LinePropertiesObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MaterialObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PointPropertiesObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ShapeObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TwoSidedMaterialObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Shape with parameters of type ISObject 
    Modifier and Type Method Description
    AppearanceObject AppearanceObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    FillPropertiesObject FillPropertiesObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    LinePropertiesObject LinePropertiesObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MaterialObject MaterialObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PointPropertiesObject PointPropertiesObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ShapeObject ShapeObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TwoSidedMaterialObject TwoSidedMaterialObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Sound

    Fields in org.web3d.x3d.jsail.Sound declared as ISObject 
    Modifier and Type Field Description
    static ISObject AudioClipObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SoundObject.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 ISObject 
    Modifier and Type Method Description
    ISObject AudioClipObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SoundObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Sound with parameters of type ISObject 
    Modifier and Type Method Description
    AudioClipObject AudioClipObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SoundObject SoundObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Text

    Fields in org.web3d.x3d.jsail.Text declared as ISObject 
    Modifier and Type Field Description
    static ISObject FontStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.Text that return ISObject 
    Modifier and Type Method Description
    ISObject FontStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Text with parameters of type ISObject 
    Modifier and Type Method Description
    FontStyleObject FontStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextObject TextObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Texturing

    Fields in org.web3d.x3d.jsail.Texturing declared as ISObject 
    Modifier and Type Field Description
    static ISObject ImageTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MovieTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MultiTextureCoordinateObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MultiTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject MultiTextureTransformObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PixelTextureObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureCoordinateGeneratorObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureCoordinateObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TexturePropertiesObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureTransformObject.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 ISObject 
    Modifier and Type Method Description
    ISObject ImageTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MovieTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MultiTextureCoordinateObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MultiTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject MultiTextureTransformObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PixelTextureObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureCoordinateGeneratorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureCoordinateObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TexturePropertiesObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureTransformObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Texturing with parameters of type ISObject 
    Modifier and Type Method Description
    ImageTextureObject ImageTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MovieTextureObject MovieTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MultiTextureCoordinateObject MultiTextureCoordinateObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MultiTextureObject MultiTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    MultiTextureTransformObject MultiTextureTransformObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PixelTextureObject PixelTextureObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinateGeneratorObject TextureCoordinateGeneratorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinateObject TextureCoordinateObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TexturePropertiesObject TexturePropertiesObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureTransformObject TextureTransformObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Texturing3D

    Fields in org.web3d.x3d.jsail.Texturing3D declared as ISObject 
    Modifier and Type Field Description
    static ISObject ComposedTexture3DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ImageTexture3DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject PixelTexture3DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureCoordinate3DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureCoordinate4DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureTransform3DObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject TextureTransformMatrix3DObject.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 ISObject 
    Modifier and Type Method Description
    ISObject ComposedTexture3DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ImageTexture3DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject PixelTexture3DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureCoordinate3DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureCoordinate4DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureTransform3DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject TextureTransformMatrix3DObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type ISObject 
    Modifier and Type Method Description
    ComposedTexture3DObject ComposedTexture3DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ImageTexture3DObject ImageTexture3DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    PixelTexture3DObject PixelTexture3DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinate3DObject TextureCoordinate3DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureCoordinate4DObject TextureCoordinate4DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureTransform3DObject TextureTransform3DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    TextureTransformMatrix3DObject TextureTransformMatrix3DObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.Time

    Fields in org.web3d.x3d.jsail.Time declared as ISObject 
    Modifier and Type Field Description
    static ISObject TimeSensorObject.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 ISObject 
    Modifier and Type Method Description
    ISObject TimeSensorObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.Time with parameters of type ISObject 
    Modifier and Type Method Description
    TimeSensorObject TimeSensorObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
  • Uses of ISObject in org.web3d.x3d.jsail.VolumeRendering

    Fields in org.web3d.x3d.jsail.VolumeRendering declared as ISObject 
    Modifier and Type Field Description
    static ISObject BlendedVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject BoundaryEnhancementVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject CartoonVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ComposedVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject EdgeEnhancementVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject IsoSurfaceVolumeDataObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject OpacityMapVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ProjectionVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SegmentedVolumeDataObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ShadedVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject SilhouetteEnhancementVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject ToneMappedVolumeStyleObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    static ISObject VolumeDataObject.IS_DEFAULT_VALUE
    SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    Methods in org.web3d.x3d.jsail.VolumeRendering that return ISObject 
    Modifier and Type Method Description
    ISObject BlendedVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject BoundaryEnhancementVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject CartoonVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ComposedVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject EdgeEnhancementVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject IsoSurfaceVolumeDataObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject OpacityMapVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ProjectionVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SegmentedVolumeDataObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ShadedVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject SilhouetteEnhancementVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject ToneMappedVolumeStyleObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    ISObject VolumeDataObject.getIS()
    Provide ISObject instance (using a properly typed node) from inputOutput SFNode field IS.
    Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type ISObject 
    Modifier and Type Method Description
    BlendedVolumeStyleObject BlendedVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    BoundaryEnhancementVolumeStyleObject BoundaryEnhancementVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    CartoonVolumeStyleObject CartoonVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ComposedVolumeStyleObject ComposedVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    EdgeEnhancementVolumeStyleObject EdgeEnhancementVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    IsoSurfaceVolumeDataObject IsoSurfaceVolumeDataObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    OpacityMapVolumeStyleObject OpacityMapVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ProjectionVolumeStyleObject ProjectionVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SegmentedVolumeDataObject SegmentedVolumeDataObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ShadedVolumeStyleObject ShadedVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    SilhouetteEnhancementVolumeStyleObject SilhouetteEnhancementVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    ToneMappedVolumeStyleObject ToneMappedVolumeStyleObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
    VolumeDataObject VolumeDataObject.setIS​(ISObject newValue)
    Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.