Uses of Class
org.web3d.x3d.jsail.fields.SFBool
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
Interpolator nodes provide keyframe-based animation capability.
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Scripting component describes how Script nodes are used to effect changes in X3D worlds.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Text component defines how text strings are rendered in an X3D scene.
TextureProjection nodes project texture images onto geometry in a scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Time component defines how time is sensed, computed and associated with events in an X3D scene.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of SFBool in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeMethodDescriptionCADAssembly.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCADAssembly.setBboxDisplay(boolean)
.CADFace.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCADFace.setBboxDisplay(boolean)
.CADLayer.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCADLayer.setBboxDisplay(boolean)
.CADPart.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCADPart.setBboxDisplay(boolean)
.Assign typed object value to SFBool ccw field, similar toIndexedQuadSet.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toQuadSet.setCcw(boolean)
.IndexedQuadSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toIndexedQuadSet.setColorPerVertex(boolean)
.QuadSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toQuadSet.setColorPerVertex(boolean)
.IndexedQuadSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toIndexedQuadSet.setNormalPerVertex(boolean)
.QuadSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toQuadSet.setNormalPerVertex(boolean)
.Assign typed object value to SFBool solid field, similar toIndexedQuadSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toQuadSet.setSolid(boolean)
.CADAssembly.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCADAssembly.setVisible(boolean)
.CADFace.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCADFace.setVisible(boolean)
.CADLayer.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCADLayer.setVisible(boolean)
.CADPart.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCADPart.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueSFBool()
If type matches, then get typed value of a SFBool field declaration.fieldValue.getValueSFBool()
If type matches, then get typed value of a SFBool fieldValue declaration.Modifier and TypeMethodDescriptionAdd singleton SFBool value to MFBool value field.field.appendValue
(SFBool newValue) Append SFBool to field for value attribute.fieldValue.appendValue
(SFBool newValue) Append SFBool to fieldValue for value attribute.Set typed value of a SFBool field declaration.Set typed value of a SFBool fieldValue declaration. -
Uses of SFBool in org.web3d.x3d.jsail.CubeMapTexturing
Modifier and TypeMethodDescriptionAssign typed object value to SFBool load field, similar toImageCubeMapTexture.setLoad(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.DIS
Modifier and TypeMethodDescriptionEspduTransform.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toEspduTransform.setBboxDisplay(boolean)
.ReceiverPdu.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toReceiverPdu.setBboxDisplay(boolean)
.SignalPdu.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toSignalPdu.setBboxDisplay(boolean)
.TransmitterPdu.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toTransmitterPdu.setBboxDisplay(boolean)
.EspduTransform.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toEspduTransform.setEnabled(boolean)
.ReceiverPdu.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toReceiverPdu.setEnabled(boolean)
.SignalPdu.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toSignalPdu.setEnabled(boolean)
.TransmitterPdu.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toTransmitterPdu.setEnabled(boolean)
.Assign typed object value to SFBool fired1 field, similar toEspduTransform.setFired1(boolean)
.Assign typed object value to SFBool fired2 field, similar toEspduTransform.setFired2(boolean)
.Assign typed object value to SFBool load field, similar toDISEntityTypeMapping.setLoad(boolean)
.EspduTransform.setRtpHeaderExpected
(SFBool newValue) Assign typed object value to SFBool rtpHeaderExpected field, similar toEspduTransform.setRtpHeaderExpected(boolean)
.ReceiverPdu.setRtpHeaderExpected
(SFBool newValue) Assign typed object value to SFBool rtpHeaderExpected field, similar toReceiverPdu.setRtpHeaderExpected(boolean)
.SignalPdu.setRtpHeaderExpected
(SFBool newValue) Assign typed object value to SFBool rtpHeaderExpected field, similar toSignalPdu.setRtpHeaderExpected(boolean)
.TransmitterPdu.setRtpHeaderExpected
(SFBool newValue) Assign typed object value to SFBool rtpHeaderExpected field, similar toTransmitterPdu.setRtpHeaderExpected(boolean)
.EspduTransform.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toEspduTransform.setVisible(boolean)
.ReceiverPdu.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toReceiverPdu.setVisible(boolean)
.SignalPdu.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toSignalPdu.setVisible(boolean)
.TransmitterPdu.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toTransmitterPdu.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeMethodDescriptionLocalFog.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toLocalFog.setEnabled(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeMethodDescriptionProximitySensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toProximitySensor.setEnabled(boolean)
.TransformSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toTransformSensor.setEnabled(boolean)
.VisibilitySensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toVisibilitySensor.setEnabled(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionBooleanSequencer.addKeyValue
(SFBool newValue) Add singleton SFBool value to MFBool keyValue field.Assign typed object value to SFBool next field, similar toBooleanSequencer.setNext(boolean)
.Assign typed object value to SFBool next field, similar toIntegerSequencer.setNext(boolean)
.BooleanSequencer.setPrevious
(SFBool newValue) Assign typed object value to SFBool previous field, similar toBooleanSequencer.setPrevious(boolean)
.IntegerSequencer.setPrevious
(SFBool newValue) Assign typed object value to SFBool previous field, similar toIntegerSequencer.setPrevious(boolean)
.Assign typed object value to SFBool toggle field, similar toBooleanToggle.setToggle(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionSFBool.negate()
Utility method to negate this boolean value.Apply an SFBool value to this field.SFBool.setValueByString
(String newValue) Utility accessor for SFBool using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Assign a single-field SFBool as new array value.Apply an SFBool value to this field. -
Uses of SFBool in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeMethodDescriptionAssign typed object value to SFBool solid field, similar toArcClose2D.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toDisk2D.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toRectangle2D.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toTriangleSet2D.setSolid(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionExtrusion.setBeginCap
(SFBool newValue) Assign typed object value to SFBool beginCap field, similar toExtrusion.setBeginCap(boolean)
.Assign typed object value to SFBool bottom field, similar toCone.setBottom(boolean)
.Assign typed object value to SFBool bottom field, similar toCylinder.setBottom(boolean)
.Assign typed object value to SFBool ccw field, similar toElevationGrid.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toExtrusion.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toIndexedFaceSet.setCcw(boolean)
.ElevationGrid.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toElevationGrid.setColorPerVertex(boolean)
.IndexedFaceSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toIndexedFaceSet.setColorPerVertex(boolean)
.Assign typed object value to SFBool convex field, similar toExtrusion.setConvex(boolean)
.Assign typed object value to SFBool convex field, similar toIndexedFaceSet.setConvex(boolean)
.Assign typed object value to SFBool endCap field, similar toExtrusion.setEndCap(boolean)
.ElevationGrid.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toElevationGrid.setNormalPerVertex(boolean)
.IndexedFaceSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toIndexedFaceSet.setNormalPerVertex(boolean)
.Assign typed object value to SFBool side field, similar toCone.setSide(boolean)
.Assign typed object value to SFBool side field, similar toCylinder.setSide(boolean)
.Assign typed object value to SFBool solid field, similar toBox.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toCone.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toCylinder.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toElevationGrid.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toExtrusion.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toIndexedFaceSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toSphere.setSolid(boolean)
.Assign typed object value to SFBool top field, similar toCylinder.setTop(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionGeoLocation.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toGeoLocation.setBboxDisplay(boolean)
.GeoLOD.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toGeoLOD.setBboxDisplay(boolean)
.GeoTransform.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toGeoTransform.setBboxDisplay(boolean)
.Assign typed object value to SFBool ccw field, similar toGeoElevationGrid.setCcw(boolean)
.GeoElevationGrid.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toGeoElevationGrid.setColorPerVertex(boolean)
.GeoProximitySensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toGeoProximitySensor.setEnabled(boolean)
.GeoTouchSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toGeoTouchSensor.setEnabled(boolean)
.Assign typed object value to SFBool jump field, similar toGeoViewpoint.setJump(boolean)
.Assign typed object value to SFBool load field, similar toGeoMetadata.setLoad(boolean)
.GeoElevationGrid.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toGeoElevationGrid.setNormalPerVertex(boolean)
.GeoViewpoint.setRetainUserOffsets
(SFBool newValue) Assign typed object value to SFBool retainUserOffsets field, similar toGeoViewpoint.setRetainUserOffsets(boolean)
.GeoOrigin.setRotateYUp
(SFBool newValue) Assign typed object value to SFBool rotateYUp field, similar toGeoOrigin.setRotateYUp(boolean)
.Assign typed object value to SFBool solid field, similar toGeoElevationGrid.setSolid(boolean)
.GeoViewpoint.setViewAll
(SFBool newValue) Assign typed object value to SFBool viewAll field, similar toGeoViewpoint.setViewAll(boolean)
.GeoLocation.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toGeoLocation.setVisible(boolean)
.GeoLOD.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toGeoLOD.setVisible(boolean)
.GeoTransform.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toGeoTransform.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Grouping
Modifier and TypeMethodDescriptionGroup.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toGroup.setBboxDisplay(boolean)
.StaticGroup.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toStaticGroup.setBboxDisplay(boolean)
.Switch.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toSwitch.setBboxDisplay(boolean)
.Transform.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toTransform.setBboxDisplay(boolean)
.Group.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toGroup.setVisible(boolean)
.StaticGroup.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toStaticGroup.setVisible(boolean)
.Switch.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toSwitch.setVisible(boolean)
.Transform.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toTransform.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.HAnim
Modifier and TypeMethodDescriptionHAnimMotion.addChannelsEnabled
(SFBool newValue) Add singleton SFBool value to MFBool channelsEnabled field.HAnimHumanoid.addMotionsEnabled
(SFBool newValue) Add singleton SFBool value to MFBool motionsEnabled field.HAnimHumanoid.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toHAnimHumanoid.setBboxDisplay(boolean)
.HAnimJoint.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toHAnimJoint.setBboxDisplay(boolean)
.HAnimSegment.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toHAnimSegment.setBboxDisplay(boolean)
.HAnimSite.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toHAnimSite.setBboxDisplay(boolean)
.HAnimMotion.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toHAnimMotion.setEnabled(boolean)
.Assign typed object value to SFBool loop field, similar toHAnimMotion.setLoop(boolean)
.Assign typed object value to SFBool next field, similar toHAnimMotion.setNext(boolean)
.HAnimMotion.setPrevious
(SFBool newValue) Assign typed object value to SFBool previous field, similar toHAnimMotion.setPrevious(boolean)
.HAnimHumanoid.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toHAnimHumanoid.setVisible(boolean)
.HAnimJoint.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toHAnimJoint.setVisible(boolean)
.HAnimSegment.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toHAnimSegment.setVisible(boolean)
.HAnimSite.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toHAnimSite.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionAssign typed object value to SFBool closed field, similar toSplinePositionInterpolator.setClosed(boolean)
.Assign typed object value to SFBool closed field, similar toSplinePositionInterpolator2D.setClosed(boolean)
.Assign typed object value to SFBool closed field, similar toSplineScalarInterpolator.setClosed(boolean)
.SplinePositionInterpolator.setNormalizeVelocity
(SFBool newValue) Assign typed object value to SFBool normalizeVelocity field, similar toSplinePositionInterpolator.setNormalizeVelocity(boolean)
.SplinePositionInterpolator2D.setNormalizeVelocity
(SFBool newValue) Assign typed object value to SFBool normalizeVelocity field, similar toSplinePositionInterpolator2D.setNormalizeVelocity(boolean)
.SplineScalarInterpolator.setNormalizeVelocity
(SFBool newValue) Assign typed object value to SFBool normalizeVelocity field, similar toSplineScalarInterpolator.setNormalizeVelocity(boolean)
.SquadOrientationInterpolator.setNormalizeVelocity
(SFBool newValue) Assign typed object value to SFBool normalizeVelocity field, similar toSquadOrientationInterpolator.setNormalizeVelocity(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.KeyDeviceSensor
Modifier and TypeMethodDescriptionStringSensor.setDeletionAllowed
(SFBool newValue) Assign typed object value to SFBool deletionAllowed field, similar toStringSensor.setDeletionAllowed(boolean)
.KeySensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toKeySensor.setEnabled(boolean)
.StringSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toStringSensor.setEnabled(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Layering
Modifier and TypeMethodDescriptionViewport.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toViewport.setBboxDisplay(boolean)
.Layer.setPickable
(SFBool newValue) Assign typed object value to SFBool pickable field, similar toLayer.setPickable(boolean)
.Layer.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toLayer.setVisible(boolean)
.Viewport.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toViewport.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Layout
Modifier and TypeMethodDescriptionLayoutGroup.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toLayoutGroup.setBboxDisplay(boolean)
.ScreenGroup.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toScreenGroup.setBboxDisplay(boolean)
.ScreenFontStyle.setHorizontal
(SFBool newValue) Assign typed object value to SFBool horizontal field, similar toScreenFontStyle.setHorizontal(boolean)
.ScreenFontStyle.setLeftToRight
(SFBool newValue) Assign typed object value to SFBool leftToRight field, similar toScreenFontStyle.setLeftToRight(boolean)
.LayoutLayer.setPickable
(SFBool newValue) Assign typed object value to SFBool pickable field, similar toLayoutLayer.setPickable(boolean)
.ScreenFontStyle.setTopToBottom
(SFBool newValue) Assign typed object value to SFBool topToBottom field, similar toScreenFontStyle.setTopToBottom(boolean)
.LayoutGroup.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toLayoutGroup.setVisible(boolean)
.LayoutLayer.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toLayoutLayer.setVisible(boolean)
.ScreenGroup.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toScreenGroup.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Lighting
Modifier and TypeMethodDescriptionAssign typed object value to SFBool global field, similar toDirectionalLight.setGlobal(boolean)
.Assign typed object value to SFBool global field, similar toPointLight.setGlobal(boolean)
.Assign typed object value to SFBool global field, similar toSpotLight.setGlobal(boolean)
.Assign typed object value to SFBool on field, similar toDirectionalLight.setOn(boolean)
.Assign typed object value to SFBool on field, similar toPointLight.setOn(boolean)
.Assign typed object value to SFBool on field, similar toSpotLight.setOn(boolean)
.DirectionalLight.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar toDirectionalLight.setShadows(boolean)
.PointLight.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar toPointLight.setShadows(boolean)
.SpotLight.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar toSpotLight.setShadows(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Networking
Modifier and TypeMethodDescriptionAnchor.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toAnchor.setBboxDisplay(boolean)
.Inline.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toInline.setBboxDisplay(boolean)
.LoadSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toLoadSensor.setEnabled(boolean)
.Assign typed object value to SFBool global field, similar toInline.setGlobal(boolean)
.Assign typed object value to SFBool load field, similar toAnchor.setLoad(boolean)
.Assign typed object value to SFBool load field, similar toInline.setLoad(boolean)
.Anchor.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toAnchor.setVisible(boolean)
.Inline.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toInline.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsSet.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toNurbsSet.setBboxDisplay(boolean)
.Assign typed object value to SFBool ccw field, similar toNurbsSweptSurface.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toNurbsSwungSurface.setCcw(boolean)
.Assign typed object value to SFBool closed field, similar toNurbsCurve.setClosed(boolean)
.Assign typed object value to SFBool closed field, similar toNurbsCurve2D.setClosed(boolean)
.Assign typed object value to SFBool solid field, similar toNurbsPatchSurface.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toNurbsSweptSurface.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toNurbsSwungSurface.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toNurbsTrimmedSurface.setSolid(boolean)
.NurbsPatchSurface.setUClosed
(SFBool newValue) Assign typed object value to SFBool uClosed field, similar toNurbsPatchSurface.setUClosed(boolean)
.NurbsTrimmedSurface.setUClosed
(SFBool newValue) Assign typed object value to SFBool uClosed field, similar toNurbsTrimmedSurface.setUClosed(boolean)
.NurbsPatchSurface.setVClosed
(SFBool newValue) Assign typed object value to SFBool vClosed field, similar toNurbsPatchSurface.setVClosed(boolean)
.NurbsTrimmedSurface.setVClosed
(SFBool newValue) Assign typed object value to SFBool vClosed field, similar toNurbsTrimmedSurface.setVClosed(boolean)
.NurbsSet.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toNurbsSet.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionParticleSystem.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toParticleSystem.setBboxDisplay(boolean)
.ParticleSystem.setCastShadow
(SFBool newValue) Assign typed object value to SFBool castShadow field, similar toParticleSystem.setCastShadow(boolean)
.ParticleSystem.setCreateParticles
(SFBool newValue) Assign typed object value to SFBool createParticles field, similar toParticleSystem.setCreateParticles(boolean)
.BoundedPhysicsModel.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toBoundedPhysicsModel.setEnabled(boolean)
.ForcePhysicsModel.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toForcePhysicsModel.setEnabled(boolean)
.ParticleSystem.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toParticleSystem.setEnabled(boolean)
.WindPhysicsModel.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toWindPhysicsModel.setEnabled(boolean)
.VolumeEmitter.setInternal
(SFBool newValue) Assign typed object value to SFBool internal field, similar toVolumeEmitter.setInternal(boolean)
.Assign typed object value to SFBool on field, similar toConeEmitter.setOn(boolean)
.Assign typed object value to SFBool on field, similar toExplosionEmitter.setOn(boolean)
.Assign typed object value to SFBool on field, similar toPointEmitter.setOn(boolean)
.Assign typed object value to SFBool on field, similar toPolylineEmitter.setOn(boolean)
.Assign typed object value to SFBool on field, similar toSurfaceEmitter.setOn(boolean)
.Assign typed object value to SFBool on field, similar toVolumeEmitter.setOn(boolean)
.ParticleSystem.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toParticleSystem.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Picking
Modifier and TypeMethodDescriptionPickableGroup.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toPickableGroup.setBboxDisplay(boolean)
.LinePickSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toLinePickSensor.setEnabled(boolean)
.PointPickSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toPointPickSensor.setEnabled(boolean)
.PrimitivePickSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toPrimitivePickSensor.setEnabled(boolean)
.VolumePickSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toVolumePickSensor.setEnabled(boolean)
.PickableGroup.setPickable
(SFBool newValue) Assign typed object value to SFBool pickable field, similar toPickableGroup.setPickable(boolean)
.PickableGroup.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toPickableGroup.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.PointingDeviceSensor
Modifier and TypeMethodDescriptionCylinderSensor.setAutoOffset
(SFBool newValue) Assign typed object value to SFBool autoOffset field, similar toCylinderSensor.setAutoOffset(boolean)
.PlaneSensor.setAutoOffset
(SFBool newValue) Assign typed object value to SFBool autoOffset field, similar toPlaneSensor.setAutoOffset(boolean)
.SphereSensor.setAutoOffset
(SFBool newValue) Assign typed object value to SFBool autoOffset field, similar toSphereSensor.setAutoOffset(boolean)
.CylinderSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCylinderSensor.setEnabled(boolean)
.PlaneSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toPlaneSensor.setEnabled(boolean)
.SphereSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toSphereSensor.setEnabled(boolean)
.TouchSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toTouchSensor.setEnabled(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionAssign typed object value to SFBool ccw field, similar toIndexedTriangleFanSet.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toIndexedTriangleSet.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toIndexedTriangleStripSet.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toTriangleFanSet.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toTriangleSet.setCcw(boolean)
.Assign typed object value to SFBool ccw field, similar toTriangleStripSet.setCcw(boolean)
.IndexedLineSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toIndexedLineSet.setColorPerVertex(boolean)
.IndexedTriangleFanSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toIndexedTriangleFanSet.setColorPerVertex(boolean)
.IndexedTriangleSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toIndexedTriangleSet.setColorPerVertex(boolean)
.IndexedTriangleStripSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toIndexedTriangleStripSet.setColorPerVertex(boolean)
.TriangleFanSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toTriangleFanSet.setColorPerVertex(boolean)
.TriangleSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toTriangleSet.setColorPerVertex(boolean)
.TriangleStripSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar toTriangleStripSet.setColorPerVertex(boolean)
.ClipPlane.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toClipPlane.setEnabled(boolean)
.IndexedTriangleFanSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toIndexedTriangleFanSet.setNormalPerVertex(boolean)
.IndexedTriangleSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toIndexedTriangleSet.setNormalPerVertex(boolean)
.IndexedTriangleStripSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toIndexedTriangleStripSet.setNormalPerVertex(boolean)
.TriangleFanSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toTriangleFanSet.setNormalPerVertex(boolean)
.TriangleSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toTriangleSet.setNormalPerVertex(boolean)
.TriangleStripSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar toTriangleStripSet.setNormalPerVertex(boolean)
.Assign typed object value to SFBool solid field, similar toIndexedTriangleFanSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toIndexedTriangleSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toIndexedTriangleStripSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toTriangleFanSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toTriangleSet.setSolid(boolean)
.Assign typed object value to SFBool solid field, similar toTriangleStripSet.setSolid(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionMotorJoint.setAutoCalc
(SFBool newValue) Assign typed object value to SFBool autoCalc field, similar toMotorJoint.setAutoCalc(boolean)
.RigidBody.setAutoDamp
(SFBool newValue) Assign typed object value to SFBool autoDamp field, similar toRigidBody.setAutoDamp(boolean)
.RigidBody.setAutoDisable
(SFBool newValue) Assign typed object value to SFBool autoDisable field, similar toRigidBody.setAutoDisable(boolean)
.RigidBodyCollection.setAutoDisable
(SFBool newValue) Assign typed object value to SFBool autoDisable field, similar toRigidBodyCollection.setAutoDisable(boolean)
.CollidableOffset.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCollidableOffset.setBboxDisplay(boolean)
.CollidableShape.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCollidableShape.setBboxDisplay(boolean)
.CollisionCollection.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCollisionCollection.setBboxDisplay(boolean)
.CollisionSpace.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCollisionSpace.setBboxDisplay(boolean)
.RigidBody.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toRigidBody.setBboxDisplay(boolean)
.RigidBodyCollection.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toRigidBodyCollection.setBboxDisplay(boolean)
.CollidableOffset.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCollidableOffset.setEnabled(boolean)
.CollidableShape.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCollidableShape.setEnabled(boolean)
.CollisionCollection.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCollisionCollection.setEnabled(boolean)
.CollisionSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCollisionSensor.setEnabled(boolean)
.CollisionSpace.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCollisionSpace.setEnabled(boolean)
.RigidBody.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toRigidBody.setEnabled(boolean)
.RigidBodyCollection.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toRigidBodyCollection.setEnabled(boolean)
.Assign typed object value to SFBool fixed field, similar toRigidBody.setFixed(boolean)
.RigidBodyCollection.setPreferAccuracy
(SFBool newValue) Assign typed object value to SFBool preferAccuracy field, similar toRigidBodyCollection.setPreferAccuracy(boolean)
.RigidBody.setUseFiniteRotation
(SFBool newValue) Assign typed object value to SFBool useFiniteRotation field, similar toRigidBody.setUseFiniteRotation(boolean)
.CollisionSpace.setUseGeometry
(SFBool newValue) Assign typed object value to SFBool useGeometry field, similar toCollisionSpace.setUseGeometry(boolean)
.RigidBody.setUseGlobalGravity
(SFBool newValue) Assign typed object value to SFBool useGlobalGravity field, similar toRigidBody.setUseGlobalGravity(boolean)
.CollidableOffset.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCollidableOffset.setVisible(boolean)
.CollidableShape.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCollidableShape.setVisible(boolean)
.CollisionCollection.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCollisionCollection.setVisible(boolean)
.CollisionSpace.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toCollisionSpace.setVisible(boolean)
.RigidBody.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toRigidBody.setVisible(boolean)
.RigidBodyCollection.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toRigidBodyCollection.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Scripting
Modifier and TypeMethodDescriptionScript.setDirectOutput
(SFBool newValue) Assign typed object value to SFBool directOutput field, similar toScript.setDirectOutput(boolean)
.Assign typed object value to SFBool load field, similar toScript.setLoad(boolean)
.Script.setMustEvaluate
(SFBool newValue) Assign typed object value to SFBool mustEvaluate field, similar toScript.setMustEvaluate(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionComposedShader.setActivate
(SFBool newValue) Assign typed object value to SFBool activate field, similar toComposedShader.setActivate(boolean)
.PackagedShader.setActivate
(SFBool newValue) Assign typed object value to SFBool activate field, similar toPackagedShader.setActivate(boolean)
.ProgramShader.setActivate
(SFBool newValue) Assign typed object value to SFBool activate field, similar toProgramShader.setActivate(boolean)
.Assign typed object value to SFBool load field, similar toPackagedShader.setLoad(boolean)
.Assign typed object value to SFBool load field, similar toShaderPart.setLoad(boolean)
.Assign typed object value to SFBool load field, similar toShaderProgram.setLoad(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionLineProperties.setApplied
(SFBool newValue) Assign typed object value to SFBool applied field, similar toLineProperties.setApplied(boolean)
.Shape.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toShape.setBboxDisplay(boolean)
.Shape.setCastShadow
(SFBool newValue) Assign typed object value to SFBool castShadow field, similar toShape.setCastShadow(boolean)
.AcousticProperties.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toAcousticProperties.setEnabled(boolean)
.Assign typed object value to SFBool filled field, similar toFillProperties.setFilled(boolean)
.FillProperties.setHatched
(SFBool newValue) Assign typed object value to SFBool hatched field, similar toFillProperties.setHatched(boolean)
.TwoSidedMaterial.setSeparateBackColor
(SFBool newValue) Assign typed object value to SFBool separateBackColor field, similar toTwoSidedMaterial.setSeparateBackColor(boolean)
.Shape.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toShape.setVisible(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionListenerPointSource.setDopplerEnabled
(SFBool newValue) Assign typed object value to SFBool dopplerEnabled field, similar toListenerPointSource.setDopplerEnabled(boolean)
.SpatialSound.setDopplerEnabled
(SFBool newValue) Assign typed object value to SFBool dopplerEnabled field, similar toSpatialSound.setDopplerEnabled(boolean)
.Analyser.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toAnalyser.setEnabled(boolean)
.AudioClip.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toAudioClip.setEnabled(boolean)
.AudioDestination.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toAudioDestination.setEnabled(boolean)
.BiquadFilter.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toBiquadFilter.setEnabled(boolean)
.BufferAudioSource.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toBufferAudioSource.setEnabled(boolean)
.ChannelMerger.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toChannelMerger.setEnabled(boolean)
.ChannelSelector.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toChannelSelector.setEnabled(boolean)
.ChannelSplitter.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toChannelSplitter.setEnabled(boolean)
.Convolver.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toConvolver.setEnabled(boolean)
.Delay.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toDelay.setEnabled(boolean)
.DynamicsCompressor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toDynamicsCompressor.setEnabled(boolean)
.Gain.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toGain.setEnabled(boolean)
.ListenerPointSource.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toListenerPointSource.setEnabled(boolean)
.MicrophoneSource.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toMicrophoneSource.setEnabled(boolean)
.OscillatorSource.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toOscillatorSource.setEnabled(boolean)
.PeriodicWave.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toPeriodicWave.setEnabled(boolean)
.Sound.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toSound.setEnabled(boolean)
.SpatialSound.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toSpatialSound.setEnabled(boolean)
.StreamAudioDestination.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toStreamAudioDestination.setEnabled(boolean)
.StreamAudioSource.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toStreamAudioSource.setEnabled(boolean)
.WaveShaper.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toWaveShaper.setEnabled(boolean)
.SpatialSound.setEnableHRTF
(SFBool newValue) Assign typed object value to SFBool enableHRTF field, similar toSpatialSound.setEnableHRTF(boolean)
.Assign typed object value to SFBool load field, similar toAudioClip.setLoad(boolean)
.Assign typed object value to SFBool load field, similar toBufferAudioSource.setLoad(boolean)
.Assign typed object value to SFBool loop field, similar toAudioClip.setLoop(boolean)
.Assign typed object value to SFBool loop field, similar toBufferAudioSource.setLoop(boolean)
.Convolver.setNormalize
(SFBool newValue) Assign typed object value to SFBool normalize field, similar toConvolver.setNormalize(boolean)
.Sound.setSpatialize
(SFBool newValue) Assign typed object value to SFBool spatialize field, similar toSound.setSpatialize(boolean)
.SpatialSound.setSpatialize
(SFBool newValue) Assign typed object value to SFBool spatialize field, similar toSpatialSound.setSpatialize(boolean)
.ListenerPointSource.setTrackCurrentView
(SFBool newValue) Assign typed object value to SFBool trackCurrentView field, similar toListenerPointSource.setTrackCurrentView(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Text
Modifier and TypeMethodDescriptionFontStyle.setHorizontal
(SFBool newValue) Assign typed object value to SFBool horizontal field, similar toFontStyle.setHorizontal(boolean)
.FontStyle.setLeftToRight
(SFBool newValue) Assign typed object value to SFBool leftToRight field, similar toFontStyle.setLeftToRight(boolean)
.Assign typed object value to SFBool solid field, similar toText.setSolid(boolean)
.FontStyle.setTopToBottom
(SFBool newValue) Assign typed object value to SFBool topToBottom field, similar toFontStyle.setTopToBottom(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.TextureProjection
Modifier and TypeMethodDescriptionAssign typed object value to SFBool global field, similar toTextureProjector.setGlobal(boolean)
.Assign typed object value to SFBool global field, similar toTextureProjectorParallel.setGlobal(boolean)
.Assign typed object value to SFBool on field, similar toTextureProjector.setOn(boolean)
.Assign typed object value to SFBool on field, similar toTextureProjectorParallel.setOn(boolean)
.TextureProjector.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar toTextureProjector.setShadows(boolean)
.TextureProjectorParallel.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar toTextureProjectorParallel.setShadows(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionMovieTexture.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toMovieTexture.setEnabled(boolean)
.TextureProperties.setGenerateMipMaps
(SFBool newValue) Assign typed object value to SFBool generateMipMaps field, similar toTextureProperties.setGenerateMipMaps(boolean)
.Assign typed object value to SFBool load field, similar toImageTexture.setLoad(boolean)
.Assign typed object value to SFBool load field, similar toMovieTexture.setLoad(boolean)
.Assign typed object value to SFBool loop field, similar toMovieTexture.setLoop(boolean)
.ImageTexture.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toImageTexture.setRepeatS(boolean)
.MovieTexture.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toMovieTexture.setRepeatS(boolean)
.PixelTexture.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toPixelTexture.setRepeatS(boolean)
.ImageTexture.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toImageTexture.setRepeatT(boolean)
.MovieTexture.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toMovieTexture.setRepeatT(boolean)
.PixelTexture.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toPixelTexture.setRepeatT(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionAssign typed object value to SFBool load field, similar toImageTexture3D.setLoad(boolean)
.ComposedTexture3D.setRepeatR
(SFBool newValue) Assign typed object value to SFBool repeatR field, similar toComposedTexture3D.setRepeatR(boolean)
.ImageTexture3D.setRepeatR
(SFBool newValue) Assign typed object value to SFBool repeatR field, similar toImageTexture3D.setRepeatR(boolean)
.PixelTexture3D.setRepeatR
(SFBool newValue) Assign typed object value to SFBool repeatR field, similar toPixelTexture3D.setRepeatR(boolean)
.ComposedTexture3D.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toComposedTexture3D.setRepeatS(boolean)
.ImageTexture3D.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toImageTexture3D.setRepeatS(boolean)
.PixelTexture3D.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toPixelTexture3D.setRepeatS(boolean)
.ComposedTexture3D.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toComposedTexture3D.setRepeatT(boolean)
.ImageTexture3D.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toImageTexture3D.setRepeatT(boolean)
.PixelTexture3D.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toPixelTexture3D.setRepeatT(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.Time
Modifier and TypeMethodDescriptionTimeSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toTimeSensor.setEnabled(boolean)
.Assign typed object value to SFBool loop field, similar toTimeSensor.setLoop(boolean)
. -
Uses of SFBool in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionSegmentedVolumeData.addSegmentEnabled
(SFBool newValue) Add singleton SFBool value to MFBool segmentEnabled field.IsoSurfaceVolumeData.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toIsoSurfaceVolumeData.setBboxDisplay(boolean)
.SegmentedVolumeData.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toSegmentedVolumeData.setBboxDisplay(boolean)
.VolumeData.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toVolumeData.setBboxDisplay(boolean)
.BlendedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toBlendedVolumeStyle.setEnabled(boolean)
.BoundaryEnhancementVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toBoundaryEnhancementVolumeStyle.setEnabled(boolean)
.CartoonVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCartoonVolumeStyle.setEnabled(boolean)
.ComposedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toComposedVolumeStyle.setEnabled(boolean)
.EdgeEnhancementVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toEdgeEnhancementVolumeStyle.setEnabled(boolean)
.OpacityMapVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toOpacityMapVolumeStyle.setEnabled(boolean)
.ProjectionVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toProjectionVolumeStyle.setEnabled(boolean)
.ShadedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toShadedVolumeStyle.setEnabled(boolean)
.SilhouetteEnhancementVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toSilhouetteEnhancementVolumeStyle.setEnabled(boolean)
.ToneMappedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar toToneMappedVolumeStyle.setEnabled(boolean)
.ShadedVolumeStyle.setLighting
(SFBool newValue) Assign typed object value to SFBool lighting field, similar toShadedVolumeStyle.setLighting(boolean)
.ShadedVolumeStyle.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar toShadedVolumeStyle.setShadows(boolean)
.IsoSurfaceVolumeData.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toIsoSurfaceVolumeData.setVisible(boolean)
.SegmentedVolumeData.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toSegmentedVolumeData.setVisible(boolean)
.VolumeData.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar toVolumeData.setVisible(boolean)
.