| Package | Description |
|---|---|
| org.web3d.x3d.jsail |
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a comprehensive
set of
strongly typed X3D Java interfaces for concrete implementation classes.
|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.jsail.Core |
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.
|
| org.web3d.x3d.jsail.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| org.web3d.x3d.jsail.DIS |
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.
|
| org.web3d.x3d.jsail.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| org.web3d.x3d.jsail.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| org.web3d.x3d.jsail.EventUtilities |
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.
|
| org.web3d.x3d.jsail.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| org.web3d.x3d.jsail.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| org.web3d.x3d.jsail.KeyDeviceSensor |
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
|
| org.web3d.x3d.jsail.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| org.web3d.x3d.jsail.Layout |
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.
|
| org.web3d.x3d.jsail.Lighting |
The Lighting component specifies how light sources are defined and positioned, as
well as how lights effect the rendered image.
|
| org.web3d.x3d.jsail.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| org.web3d.x3d.jsail.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| org.web3d.x3d.jsail.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| org.web3d.x3d.jsail.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| org.web3d.x3d.jsail.Rendering |
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.
|
| org.web3d.x3d.jsail.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.jsail.Scripting |
The Script component describes how Script nodes are used to effect changes in X3D
worlds.
|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.jsail.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| org.web3d.x3d.jsail.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
abstract X3DConcreteElement |
X3DConcreteElement.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to element
|
| Modifier and Type | Method and Description |
|---|---|
CADAssemblyObject |
CADAssemblyObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
CADFaceObject |
CADFaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CADLayerObject |
CADLayerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
CADPartObject |
CADPartObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedQuadSetObject |
IndexedQuadSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
QuadSetObject |
QuadSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
CommentsBlock |
CommentsBlock.addComments(java.util.ArrayList<java.lang.String> newCommentsList)
Add comments array as ArrayList of String values to this CommentsBlock.
|
CommentsBlock |
CommentsBlock.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to this CommentsBlock.
|
CommentsBlock |
CommentsBlock.addComments(java.lang.String newComment)
Add single comment to this CommentsBlock.
|
CommentsBlock |
CommentsBlock.addComments(java.lang.String[] newComments)
Add comments as String[] array to this CommentsBlock.
|
CommentsBlock |
CommentsBlock.clear()
Clear all comments from this CommentsBlock.
|
CommentsBlock |
CommentsBlock.setCssClass(java.lang.String newValue)
Deprecated.
|
CommentsBlock |
CommentsBlock.setDEF(java.lang.String newValue)
Deprecated.
|
CommentsBlock |
CommentsBlock.setMetadata(X3DMetadataObject newValue)
Deprecated.
|
CommentsBlock |
CommentsBlock.setUSE(java.lang.String newValue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CommentsBlock |
CommentsBlock.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to this CommentsBlock.
|
ExternProtoDeclareObject |
ExternProtoDeclareObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ISObject |
ISObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MetadataBooleanObject |
MetadataBooleanObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MetadataDoubleObject |
MetadataDoubleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MetadataFloatObject |
MetadataFloatObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MetadataIntegerObject |
MetadataIntegerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MetadataSetObject |
MetadataSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MetadataStringObject |
MetadataStringObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProtoBodyObject |
ProtoBodyObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
ProtoDeclareObject |
ProtoDeclareObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProtoInstanceObject |
ProtoInstanceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProtoInterfaceObject |
ProtoInterfaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ROUTEObject |
ROUTEObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SceneObject |
SceneObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
WorldInfoObject |
WorldInfoObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
X3DObject |
X3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
componentObject |
componentObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
connectObject |
connectObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
fieldObject |
fieldObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
fieldValueObject |
fieldValueObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
headObject |
headObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
metaObject |
metaObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
unitObject |
unitObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedCubeMapTextureObject |
ComposedCubeMapTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeneratedCubeMapTextureObject |
GeneratedCubeMapTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ImageCubeMapTextureObject |
ImageCubeMapTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
DISEntityManagerObject |
DISEntityManagerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
DISEntityTypeMappingObject |
DISEntityTypeMappingObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
EspduTransformObject |
EspduTransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
ReceiverPduObject |
ReceiverPduObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SignalPduObject |
SignalPduObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TransmitterPduObject |
TransmitterPduObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BackgroundObject |
BackgroundObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
FogCoordinateObject |
FogCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
FogObject |
FogObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LocalFogObject |
LocalFogObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureBackgroundObject |
TextureBackgroundObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ProximitySensorObject |
ProximitySensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TransformSensorObject |
TransformSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
VisibilitySensorObject |
VisibilitySensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanFilterObject |
BooleanFilterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BooleanSequencerObject |
BooleanSequencerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BooleanToggleObject |
BooleanToggleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BooleanTriggerObject |
BooleanTriggerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IntegerTriggerObject |
IntegerTriggerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TimeTriggerObject |
TimeTriggerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ColorChaserObject |
ColorChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ColorDamperObject |
ColorDamperObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateChaserObject |
CoordinateChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateDamperObject |
CoordinateDamperObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OrientationChaserObject |
OrientationChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OrientationDamperObject |
OrientationDamperObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PositionChaser2DObject |
PositionChaser2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PositionChaserObject |
PositionChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PositionDamper2DObject |
PositionDamper2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PositionDamperObject |
PositionDamperObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ScalarChaserObject |
ScalarChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ScalarDamperObject |
ScalarDamperObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TexCoordChaser2DObject |
TexCoordChaser2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TexCoordDamper2DObject |
TexCoordDamper2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
Arc2DObject |
Arc2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ArcClose2DObject |
ArcClose2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Circle2DObject |
Circle2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Disk2DObject |
Disk2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Polyline2DObject |
Polyline2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Polypoint2DObject |
Polypoint2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Rectangle2DObject |
Rectangle2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TriangleSet2DObject |
TriangleSet2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BoxObject |
BoxObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ConeObject |
ConeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CylinderObject |
CylinderObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ElevationGridObject |
ElevationGridObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ExtrusionObject |
ExtrusionObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SphereObject |
SphereObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
GeoCoordinateObject |
GeoCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoElevationGridObject |
GeoElevationGridObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoLODObject |
GeoLODObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
GeoLocationObject |
GeoLocationObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
GeoMetadataObject |
GeoMetadataObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoOriginObject |
GeoOriginObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoPositionInterpolatorObject |
GeoPositionInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoProximitySensorObject |
GeoProximitySensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoTouchSensorObject |
GeoTouchSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoTransformObject |
GeoTransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
GeoViewpointObject |
GeoViewpointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
GroupObject |
GroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
StaticGroupObject |
StaticGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
SwitchObject |
SwitchObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
TransformObject |
TransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
| Modifier and Type | Method and Description |
|---|---|
HAnimDisplacerObject |
HAnimDisplacerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
HAnimHumanoidObject |
HAnimHumanoidObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
HAnimJointObject |
HAnimJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
HAnimMotionObject |
HAnimMotionObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
HAnimSegmentObject |
HAnimSegmentObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
HAnimSiteObject |
HAnimSiteObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
| Modifier and Type | Method and Description |
|---|---|
ColorInterpolatorObject |
ColorInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateInterpolator2DObject |
CoordinateInterpolator2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateInterpolatorObject |
CoordinateInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
EaseInEaseOutObject |
EaseInEaseOutObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NormalInterpolatorObject |
NormalInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OrientationInterpolatorObject |
OrientationInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PositionInterpolator2DObject |
PositionInterpolator2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PositionInterpolatorObject |
PositionInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ScalarInterpolatorObject |
ScalarInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SplinePositionInterpolator2DObject |
SplinePositionInterpolator2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SplinePositionInterpolatorObject |
SplinePositionInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SplineScalarInterpolatorObject |
SplineScalarInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SquadOrientationInterpolatorObject |
SquadOrientationInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
KeySensorObject |
KeySensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
StringSensorObject |
StringSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
LayerObject |
LayerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
LayerSetObject |
LayerSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ViewportObject |
ViewportObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
| Modifier and Type | Method and Description |
|---|---|
LayoutGroupObject |
LayoutGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
LayoutLayerObject |
LayoutLayerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
LayoutObject |
LayoutObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ScreenFontStyleObject |
ScreenFontStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ScreenGroupObject |
ScreenGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
| Modifier and Type | Method and Description |
|---|---|
DirectionalLightObject |
DirectionalLightObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PointLightObject |
PointLightObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SpotLightObject |
SpotLightObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BillboardObject |
BillboardObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
CollisionObject |
CollisionObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
LODObject |
LODObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
NavigationInfoObject |
NavigationInfoObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OrthoViewpointObject |
OrthoViewpointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ViewpointGroupObject |
ViewpointGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
ViewpointObject |
ViewpointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
AnchorObject |
AnchorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
EXPORTObject |
EXPORTObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IMPORTObject |
IMPORTObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
InlineObject |
InlineObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LoadSensorObject |
LoadSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
Contour2DObject |
Contour2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
ContourPolyline2DObject |
ContourPolyline2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateDoubleObject |
CoordinateDoubleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsCurve2DObject |
NurbsCurve2DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsCurveObject |
NurbsCurveObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsPatchSurfaceObject |
NurbsPatchSurfaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsPositionInterpolatorObject |
NurbsPositionInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsSetObject |
NurbsSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsSurfaceInterpolatorObject |
NurbsSurfaceInterpolatorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsSweptSurfaceObject |
NurbsSweptSurfaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsSwungSurfaceObject |
NurbsSwungSurfaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsTextureCoordinateObject |
NurbsTextureCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsTrimmedSurfaceObject |
NurbsTrimmedSurfaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ConeEmitterObject |
ConeEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ExplosionEmitterObject |
ExplosionEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ForcePhysicsModelObject |
ForcePhysicsModelObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PointEmitterObject |
PointEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PolylineEmitterObject |
PolylineEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SurfaceEmitterObject |
SurfaceEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
VolumeEmitterObject |
VolumeEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
WindPhysicsModelObject |
WindPhysicsModelObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
LinePickSensorObject |
LinePickSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PickableGroupObject |
PickableGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
PointPickSensorObject |
PointPickSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PrimitivePickSensorObject |
PrimitivePickSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
VolumePickSensorObject |
VolumePickSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
CylinderSensorObject |
CylinderSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PlaneSensorObject |
PlaneSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SphereSensorObject |
SphereSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TouchSensorObject |
TouchSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ClipPlaneObject |
ClipPlaneObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ColorObject |
ColorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ColorRGBAObject |
ColorRGBAObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateObject |
CoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedLineSetObject |
IndexedLineSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedTriangleSetObject |
IndexedTriangleSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LineSetObject |
LineSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NormalObject |
NormalObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PointSetObject |
PointSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TriangleFanSetObject |
TriangleFanSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TriangleSetObject |
TriangleSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TriangleStripSetObject |
TriangleStripSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BallJointObject |
BallJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CollidableOffsetObject |
CollidableOffsetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CollidableShapeObject |
CollidableShapeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CollisionCollectionObject |
CollisionCollectionObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CollisionSensorObject |
CollisionSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CollisionSpaceObject |
CollisionSpaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ContactObject |
ContactObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MotorJointObject |
MotorJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
RigidBodyCollectionObject |
RigidBodyCollectionObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
RigidBodyObject |
RigidBodyObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SingleAxisHingeJointObject |
SingleAxisHingeJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SliderJointObject |
SliderJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
UniversalJointObject |
UniversalJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptObject |
ScriptObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedShaderObject |
ComposedShaderObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Matrix3VertexAttributeObject |
Matrix3VertexAttributeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PackagedShaderObject |
PackagedShaderObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProgramShaderObject |
ProgramShaderObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ShaderPartObject |
ShaderPartObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ShaderProgramObject |
ShaderProgramObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
FillPropertiesObject |
FillPropertiesObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LinePropertiesObject |
LinePropertiesObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MaterialObject |
MaterialObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ShapeObject |
ShapeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TwoSidedMaterialObject |
TwoSidedMaterialObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
AudioClipObject |
AudioClipObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SoundObject |
SoundObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
FontStyleObject |
FontStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextObject |
TextObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ImageTextureObject |
ImageTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MovieTextureObject |
MovieTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MultiTextureCoordinateObject |
MultiTextureCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MultiTextureObject |
MultiTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MultiTextureTransformObject |
MultiTextureTransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PixelTextureObject |
PixelTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureCoordinateGeneratorObject |
TextureCoordinateGeneratorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureCoordinateObject |
TextureCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TexturePropertiesObject |
TexturePropertiesObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ImageTexture3DObject |
ImageTexture3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureCoordinate4DObject |
TextureCoordinate4DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureTransform3DObject |
TextureTransform3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSensorObject |
TimeSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
| Modifier and Type | Method and Description |
|---|---|
BlendedVolumeStyleObject |
BlendedVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BoundaryEnhancementVolumeStyleObject |
BoundaryEnhancementVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CartoonVolumeStyleObject |
CartoonVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ComposedVolumeStyleObject |
ComposedVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
EdgeEnhancementVolumeStyleObject |
EdgeEnhancementVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ShadedVolumeStyleObject |
ShadedVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SilhouetteEnhancementVolumeStyleObject |
SilhouetteEnhancementVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
VolumeDataObject |
VolumeDataObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.