Uses of Class
org.web3d.vrml.nodes.VRMLFieldData
Packages that use VRMLFieldData
Package
Description
-
Uses of VRMLFieldData in org.web3d.vrml.export
Methods in org.web3d.vrml.export with parameters of type VRMLFieldDataModifier and TypeMethodDescriptionprotected void
BaseRetainedExporter.convertFieldData
(int newType, VRMLFieldData data, VRMLFieldDeclaration decl) Convert a field data from one type to another.void
X3DBinarySerializer.encodeField
(int fieldType, String name, String qName, String value, com.sun.xml.fastinfoset.sax.AttributesHolder aholder, VRMLFieldData field) -
Uses of VRMLFieldData in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that return VRMLFieldDataModifier and TypeMethodDescriptionImportNodeProxy.getFieldValue
(int index) Get the value of a field.VRMLNodeType.getFieldValue
(int index) Get the value of a field.VRMLProtoDeclare.getFieldValue
(int index) Get the value of a field.protected VRMLFieldData
VRMLFieldDataThreaded.initialValue()
Initialize the thread specific instance.Constructors in org.web3d.vrml.nodes with parameters of type VRMLFieldDataModifierConstructorDescriptionVRMLFieldData
(VRMLFieldData data) Copy constructor that takes the data in the given node and assigns the same values to this instance. -
Uses of VRMLFieldData in org.web3d.vrml.nodes.proto
Fields in org.web3d.vrml.nodes.proto with type parameters of type VRMLFieldDataModifier and TypeFieldDescriptionprotected final ThreadLocal
<VRMLFieldData> AbstractProto.fieldLocalData
Scratch class var for returning field data.Methods in org.web3d.vrml.nodes.proto that return VRMLFieldDataModifier and TypeMethodDescriptionProtoInstancePlaceHolder.getFieldValue
(int index) Get the value of a field.PrototypeDecl.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer
Fields in org.web3d.vrml.renderer with type parameters of type VRMLFieldDataModifier and TypeFieldDescriptionprotected final ThreadLocal
<VRMLFieldData> CRProtoInstance.fieldLocalData
Scratch class var for returning field data.Methods in org.web3d.vrml.renderer that return VRMLFieldDataModifier and TypeMethodDescriptionCRProtoInstance.getFieldValue
(int index) Get the value of a field.Methods in org.web3d.vrml.renderer with parameters of type VRMLFieldDataModifier and TypeMethodDescriptionprotected void
CRProtoCreator.setProtoField
(VRMLNodeType node, int field, int fieldSize, VRMLFieldData data) Process a single field of a contained, nested proto. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes
Fields in org.web3d.vrml.renderer.common.nodes with type parameters of type VRMLFieldDataModifier and TypeFieldDescriptionprotected final ThreadLocal
<VRMLFieldData> AbstractDynamicFieldNode.fieldLocalData
Scratch class var for returning field data.protected final ThreadLocal
<VRMLFieldData> AbstractNode.fieldLocalData
Scratch class var for returning field data.Methods in org.web3d.vrml.renderer.common.nodes that return VRMLFieldDataModifier and TypeMethodDescriptionAbstractNode.getFieldValue
(int index) BaseBindableNode.getFieldValue
(int index) Get the value of a field.BaseComponentGeometryNode.getFieldValue
(int index) Get the value of a field.BaseDragSensorNode.getFieldValue
(int index) Get the value of a field.BaseGroupingNode.getFieldValue
(int index) Get the value of a field.BaseIndexedGeometryNode.getFieldValue
(int index) Get the value of a field.BaseIndexedTriangleGeometryNode.getFieldValue
(int index) Get the value of a field.BaseInterpolatorNode.getFieldValue
(int index) Get the value of a field.BaseLightNode.getFieldValue
(int index) Get the value of a field.BaseMetadataObjectNode.getFieldValue
(int index) Get the value of a field.BaseSensorNode.getFieldValue
(int index) Get the value of a field.BaseSequencerNode.getFieldValue
(int index) Get the value of a field.BaseTexture2DNode.getFieldValue
(int index) Get the value of a field.BaseTexture3DNode.getFieldValue
(int index) Get the value of a field.BaseTimeControlledNode.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.annotation
Methods in org.web3d.vrml.renderer.common.nodes.annotation that return VRMLFieldDataModifier and TypeMethodDescriptionBaseAnnotation.getFieldValue
(int index) Get the value of a field.BaseAnnotationTarget.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.cadgeometry
Methods in org.web3d.vrml.renderer.common.nodes.cadgeometry that return VRMLFieldDataModifier and TypeMethodDescriptionBaseCADAssembly.getFieldValue
(int index) Get the value of a field.BaseCADFace.getFieldValue
(int index) Get the value of a field.BaseCADLayer.getFieldValue
(int index) Get the value of a field.BaseCADPart.getFieldValue
(int index) Get the value of a field.BaseIndexedQuadSet.getFieldValue
(int index) Get the value of a field.BaseSolidBREP.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.core
Methods in org.web3d.vrml.renderer.common.nodes.core that return VRMLFieldDataModifier and TypeMethodDescriptionBaseMetadataBoolean.getFieldValue
(int index) Get the value of a field.BaseMetadataDouble.getFieldValue
(int index) Get the value of a field.BaseMetadataFloat.getFieldValue
(int index) Get the value of a field.BaseMetadataInteger.getFieldValue
(int index) Get the value of a field.BaseMetadataSet.getFieldValue
(int index) Get the value of a field.BaseMetadataString.getFieldValue
(int index) Get the value of a field.BaseWorldInfo.getFieldValue
(int index) Get the value of a field.BaseWorldRoot.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.dis
Methods in org.web3d.vrml.renderer.common.nodes.dis that return VRMLFieldDataModifier and TypeMethodDescriptionBaseDISEntityManager.getFieldValue
(int index) BaseDISEntityTypeMapping.getFieldValue
(int index) BaseEspduTransform.getFieldValue
(int index) -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.enveffects
Methods in org.web3d.vrml.renderer.common.nodes.enveffects that return VRMLFieldDataModifier and TypeMethodDescriptionBaseBackground.getFieldValue
(int index) BaseFog.getFieldValue
(int index) Get the value of a field.BaseFogCoordinate.getFieldValue
(int index) Get the value of a field.BaseLocalFog.getFieldValue
(int index) Get the value of a field.BaseTextureBackground.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.environment
Methods in org.web3d.vrml.renderer.common.nodes.environment that return VRMLFieldDataModifier and TypeMethodDescriptionBaseProximitySensor.getFieldValue
(int index) Get the value of a field.BaseVisibilitySensor.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.eventutils
Methods in org.web3d.vrml.renderer.common.nodes.eventutils that return VRMLFieldDataModifier and TypeMethodDescriptionBaseBooleanFilter.getFieldValue
(int index) Get the value of a field.BaseBooleanSequencer.getFieldValue
(int index) Get the value of a field.BaseBooleanToggle.getFieldValue
(int index) Get the value of a field.BaseBooleanTrigger.getFieldValue
(int index) Get the value of a field.BaseIntegerSequencer.getFieldValue
(int index) Get the value of a field.BaseIntegerTrigger.getFieldValue
(int index) Get the value of a field.BaseTimeTrigger.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.extensions
Methods in org.web3d.vrml.renderer.common.nodes.extensions that return VRMLFieldDataModifier and TypeMethodDescriptionBaseGamepadSensor.getFieldValue
(int index) Get the value of a field.BaseHIDSensor.getFieldValue
(int index) Get the value of a field.BaseJoystickSensor.getFieldValue
(int index) Get the value of a field.BaseWheelSensor.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.geom2d
Methods in org.web3d.vrml.renderer.common.nodes.geom2d that return VRMLFieldDataModifier and TypeMethodDescriptionBaseArc2D.getFieldValue
(int index) BaseDisk2D.getFieldValue
(int index) Get the value of a field.BasePolyline2D.getFieldValue
(int index) Get the value of a field.BasePolypoint2D.getFieldValue
(int index) Get the value of a field.BaseRectangle2D.getFieldValue
(int index) Get the value of a field.BaseTriangleSet2D.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.geom3d
Methods in org.web3d.vrml.renderer.common.nodes.geom3d that return VRMLFieldDataModifier and TypeMethodDescriptionBaseBox.getFieldValue
(int index) Get the value of a field.BaseCone.getFieldValue
(int index) Get the value of a field.BaseCylinder.getFieldValue
(int index) Get the value of a field.BaseElevationGrid.getFieldValue
(int index) Get the value of a field.BaseExtrusion.getFieldValue
(int index) Get the value of a field.BaseIndexedFaceSet.getFieldValue
(int index) Get the value of a field.BaseSphere.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.geospatial
Methods in org.web3d.vrml.renderer.common.nodes.geospatial that return VRMLFieldDataModifier and TypeMethodDescriptionBaseGeoCoordinate.getFieldValue
(int index) Get the value of a field.BaseGeoECParameters.getFieldValue
(int index) Get the value of a field.BaseGeoElevationGrid.getFieldValue
(int index) Get the value of a field.BaseGeoLCCParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLCE3DParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLocalTangentParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLocation.getFieldValue
(int index) Get the value of a field.BaseGeoLOD.getFieldValue
(int index) Get the value of a field.BaseGeoLSR3DParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLTSEParameters.getFieldValue
(int index) Get the value of a field.BaseGeoMetadata.getFieldValue
(int index) Get the value of a field.BaseGeoMParameters.getFieldValue
(int index) Get the value of a field.BaseGeoObliqueMercatorParameters.getFieldValue
(int index) Get the value of a field.BaseGeoOrigin.getFieldValue
(int index) Get the value of a field.BaseGeoPositionInterpolator.getFieldValue
(int index) Get the value of a field.BaseGeoPSParameters.getFieldValue
(int index) Get the value of a field.BaseGeoReferenceSurfaceInfo.getFieldValue
(int index) Get the value of a field.BaseGeoSRFInstance.getFieldValue
(int index) Get the value of a field.BaseGeoSRFParametersInfo.getFieldValue
(int index) Get the value of a field.BaseGeoSRFParametersInfoNode.getFieldValue
(int index) Get the value of a field.BaseGeoSRFSet.getFieldValue
(int index) Get the value of a field.BaseGeoSRFTemplate.getFieldValue
(int index) Get the value of a field.BaseGeoTMParameters.getFieldValue
(int index) Get the value of a field.BaseGeoTouchSensor.getFieldValue
(int index) Get the value of a field.BaseGeoTransform.getFieldValue
(int index) Get the value of a field.BaseGeoViewpoint.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.group
Methods in org.web3d.vrml.renderer.common.nodes.group that return VRMLFieldDataModifier and TypeMethodDescriptionBaseMatrixTransform.getFieldValue
(int index) Get the value of a field.BaseStaticGroup.getFieldValue
(int index) Get the value of a field.BaseSwitch.getFieldValue
(int index) Get the value of a field.BaseTransform.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.hanim
Methods in org.web3d.vrml.renderer.common.nodes.hanim that return VRMLFieldDataModifier and TypeMethodDescriptionBaseHAnimDisplacer.getFieldValue
(int index) Get the value of a field.BaseHAnimHumanoid.getFieldValue
(int index) Get the value of a field.BaseHAnimJoint.getFieldValue
(int index) Get the value of a field.BaseHAnimSegment.getFieldValue
(int index) Get the value of a field.BaseHAnimSite.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.interpolator
Methods in org.web3d.vrml.renderer.common.nodes.interpolator that return VRMLFieldDataModifier and TypeMethodDescriptionBaseColorInterpolator.getFieldValue
(int index) Get the value of a field.BaseCoordinateInterpolator.getFieldValue
(int index) Get the value of a field.BaseCoordinateInterpolator2D.getFieldValue
(int index) Get the value of a field.BaseNormalInterpolator.getFieldValue
(int index) Get the value of a field.BaseOrientationInterpolator.getFieldValue
(int index) Get the value of a field.BasePositionInterpolator.getFieldValue
(int index) Get the value of a field.BasePositionInterpolator2D.getFieldValue
(int index) Get the value of a field.BaseScalarInterpolator.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.layering
Methods in org.web3d.vrml.renderer.common.nodes.layering that return VRMLFieldDataModifier and TypeMethodDescriptionBaseCustomViewport.getFieldValue
(int index) Get the value of a field.BaseFixedViewport.getFieldValue
(int index) Get the value of a field.BaseLayer.getFieldValue
(int index) Get the value of a field.BaseLayerSet.getFieldValue
(int index) Get the value of a field.BaseProportionalViewport.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.layout
Methods in org.web3d.vrml.renderer.common.nodes.layout that return VRMLFieldDataModifier and TypeMethodDescriptionBaseBorderLayout.getFieldValue
(int index) Get the value of a field.BaseGridLayout.getFieldValue
(int index) Get the value of a field.BaseImage2D.getFieldValue
(int index) Get the value of a field.BaseLayer2D.getFieldValue
(int index) Get the value of a field.BaseSurfaceChildNode.getFieldValue
(int index) Get the value of a field.BaseSurfaceLayoutNode.getFieldValue
(int index) Get the value of a field.BaseText2D.getFieldValue
(int index) Get the value of a field.BaseXYLayout.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.lighting
Methods in org.web3d.vrml.renderer.common.nodes.lighting that return VRMLFieldDataModifier and TypeMethodDescriptionBaseDirectionalLight.getFieldValue
(int index) Get the value of a field.BasePointLight.getFieldValue
(int index) Get the value of a field.BaseSpotLight.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.marker
Methods in org.web3d.vrml.renderer.common.nodes.marker that return VRMLFieldDataModifier and TypeMethodDescriptionBaseScreenMarker.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.networking
Methods in org.web3d.vrml.renderer.common.nodes.networking that return VRMLFieldDataModifier and TypeMethodDescriptionBaseAnchor.getFieldValue
(int index) Get the value of a field.BaseInline.getFieldValue
(int index) Get the value of a field.BaseLoadSensor.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.nurbs
Methods in org.web3d.vrml.renderer.common.nodes.nurbs that return VRMLFieldDataModifier and TypeMethodDescriptionBaseContourPolyline2D.getFieldValue
(int index) Get the value of a field.BaseNurbsCurve.getFieldValue
(int index) Get the value of a field.BaseNurbsCurve2D.getFieldValue
(int index) Get the value of a field.BaseNurbsPatchSurface.getFieldValue
(int index) Get the value of a field.BaseNurbsPositionInterpolator.getFieldValue
(int index) Get the value of a field.BaseNurbsTrimmedSurface.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.particle
Methods in org.web3d.vrml.renderer.common.nodes.particle that return VRMLFieldDataModifier and TypeMethodDescriptionBaseEmitter.getFieldValue
(int index) Get the value of a field.BaseExplosionEmitter.getFieldValue
(int index) Get the value of a field.BaseGravityPhysicsModel.getFieldValue
(int index) Get the value of a field.BaseParticleSystem.getFieldValue
(int index) Get the value of a field.BasePhysicsModel.getFieldValue
(int index) Get the value of a field.BasePointEmitter.getFieldValue
(int index) Get the value of a field.BasePolylineEmitter.getFieldValue
(int index) Get the value of a field.BaseWindPhysicsModel.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.picking
Methods in org.web3d.vrml.renderer.common.nodes.picking that return VRMLFieldDataModifier and TypeMethodDescriptionBaseLinePickSensor.getFieldValue
(int index) Get the value of a field.BasePickableGroup.getFieldValue
(int index) Get the value of a field.BasePickingNode.getFieldValue
(int index) Get the value of a field.BasePointPickSensor.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.render
Methods in org.web3d.vrml.renderer.common.nodes.render that return VRMLFieldDataModifier and TypeMethodDescriptionBaseClipPlane.getFieldValue
(int index) Get the value of a field.BaseColor.getFieldValue
(int index) Get the value of a field.BaseColorRGBA.getFieldValue
(int index) Get the value of a field.BaseCoordinate.getFieldValue
(int index) Get the value of a field.BaseLineSet.getFieldValue
(int index) Get the value of a field.BaseNormal.getFieldValue
(int index) Get the value of a field.BaseTriangleFanSet.getFieldValue
(int index) Get the value of a field.BaseTriangleStripSet.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.rigidphysics
Methods in org.web3d.vrml.renderer.common.nodes.rigidphysics that return VRMLFieldDataModifier and TypeMethodDescriptionBaseBallJoint.getFieldValue
(int index) Get the value of a field.BaseCollidableNode.getFieldValue
(int index) Get the value of a field.BaseCollidableOffset.getFieldValue
(int index) Get the value of a field.BaseCollidableShape.getFieldValue
(int index) Get the value of a field.BaseCollisionCollection.getFieldValue
(int index) Get the value of a field.BaseCollisionSensor.getFieldValue
(int index) Get the value of a field.BaseCollisionSpace.getFieldValue
(int index) Get the value of a field.BaseContact.getFieldValue
(int index) Get the value of a field.BaseDoubleAxisHingeJoint.getFieldValue
(int index) Get the value of a field.BaseJointNode.getFieldValue
(int index) Get the value of a field.BaseMotorJoint.getFieldValue
(int index) Get the value of a field.BaseRigidBody.getFieldValue
(int index) Get the value of a field.BaseRigidBodyCollection.getFieldValue
(int index) Get the value of a field.BaseSingleAxisHingeJoint.getFieldValue
(int index) Get the value of a field.BaseSliderJoint.getFieldValue
(int index) Get the value of a field.BaseUniversalJoint.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.scripting
Methods in org.web3d.vrml.renderer.common.nodes.scripting that return VRMLFieldData -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.sensor
Methods in org.web3d.vrml.renderer.common.nodes.sensor that return VRMLFieldDataModifier and TypeMethodDescriptionBaseCylinderSensor.getFieldValue
(int index) Get the value of a field.BaseKeySensor.getFieldValue
(int index) Get the value of a field.BasePlaneSensor.getFieldValue
(int index) Get the value of a field.BaseSphereSensor.getFieldValue
(int index) Get the value of a field.BaseStringSensor.getFieldValue
(int index) Get the value of a field.BaseTouchSensor.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.shape
Methods in org.web3d.vrml.renderer.common.nodes.shape that return VRMLFieldDataModifier and TypeMethodDescriptionBaseAppearance.getFieldValue
(int index) Get the value of a field.BaseFillProperties.getFieldValue
(int index) Get the value of a field.BaseLineProperties.getFieldValue
(int index) Get the value of a field.BaseMaterial.getFieldValue
(int index) Get the value of a field.BasePointProperties.getFieldValue
(int index) Get the value of a field.BaseShape.getFieldValue
(int index) Get the value of a field.BaseTwoSidedMaterial.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.sound
Methods in org.web3d.vrml.renderer.common.nodes.sound that return VRMLFieldDataModifier and TypeMethodDescriptionBaseAudioClip.getFieldValue
(int index) Get the value of a field.BaseMidiSource.getFieldValue
(int index) Get the value of a field.BaseSound.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.surface
Methods in org.web3d.vrml.renderer.common.nodes.surface that return VRMLFieldDataModifier and TypeMethodDescriptionBaseBorderLayout.getFieldValue
(int index) Get the value of a field.BaseGridLayout.getFieldValue
(int index) Get the value of a field.BaseImage2D.getFieldValue
(int index) Get the value of a field.BaseOverlay.getFieldValue
(int index) Get the value of a field.BaseSurfaceChildNode.getFieldValue
(int index) Get the value of a field.BaseSurfaceLayoutNode.getFieldValue
(int index) Get the value of a field.BaseText2D.getFieldValue
(int index) Get the value of a field.BaseXYLayout.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.text
Methods in org.web3d.vrml.renderer.common.nodes.text that return VRMLFieldDataModifier and TypeMethodDescriptionBaseFontStyle.getFieldValue
(int index) Get the value of a field.BaseText.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.texture
Methods in org.web3d.vrml.renderer.common.nodes.texture that return VRMLFieldDataModifier and TypeMethodDescriptionBaseComposedCubeMapTexture.getFieldValue
(int index) Get the value of a field.BaseComposedTexture3D.getFieldValue
(int index) Get the value of a field.BaseImageCubeMapTexture.getFieldValue
(int index) Get the value of a field.BaseImageTexture.getFieldValue
(int index) Get the value of a field.BaseImageTexture3D.getFieldValue
(int index) Get the value of a field.BaseMovieTexture.getFieldValue
(int index) Get the value of a field.BaseMultiTexture.getFieldValue
(int index) Get the value of a field.BaseMultiTextureCoordinate.getFieldValue
(int index) Get the value of a field.BaseMultiTextureTransform.getFieldValue
(int index) Get the value of a field.BasePixelCubeMapTexture.getFieldValue
(int index) Get the value of a field.BasePixelTexture.getFieldValue
(int index) Get the value of a field.BasePixelTexture3D.getFieldValue
(int index) Get the value of a field.BaseRenderedTexture.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinate.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinate3D.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinate4D.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinateGenerator.getFieldValue
(int index) Get the value of a field.BaseTextureProperties.getFieldValue
(int index) Get the value of a field.BaseTextureTransform.getFieldValue
(int index) Get the value of a field.BaseTextureTransform3D.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in org.web3d.vrml.renderer.common.nodes.time
Methods in org.web3d.vrml.renderer.common.nodes.time that return VRMLFieldDataModifier and TypeMethodDescriptionBaseTimeController.getFieldValue
(int index) Get the value of a field.BaseTimeSensor.getFieldValue
(int index) Get the value of a field. -
Uses of VRMLFieldData in xj3d.filter
Methods in xj3d.filter that return VRMLFieldDataModifier and TypeMethodDescriptionFieldValueHandler.getFieldDefault
(String nodeName, String fieldName) Return the default value of a field