Uses of Class
org.web3d.vrml.lang.VRMLFieldDeclaration
Packages that use VRMLFieldDeclaration
Package
Description
-
Uses of VRMLFieldDeclaration in org.web3d.vrml.export
Fields in org.web3d.vrml.export with type parameters of type VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected Map
<String, VRMLFieldDeclaration> X3DRetainedSAXExporter.protoMap
Single level proto mapMethods in org.web3d.vrml.export with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionprotected void
BaseRetainedExporter.convertFieldData
(int newType, VRMLFieldData data, VRMLFieldDeclaration decl) Convert a field data from one type to another.protected String
X3DRetainedSAXExporter.createX3DString
(VRMLFieldDeclaration decl, double[] val, int numElements) Create an X3D string from an array of valuesprotected String
X3DRetainedSAXExporter.createX3DString
(VRMLFieldDeclaration decl, float[] val, int numElements) Create an X3D string from an array of valuesprotected String
X3DRetainedSAXExporter.createX3DString
(VRMLFieldDeclaration decl, int[] val, int numElements) Create an X3D string from an array of valuesprotected void
X3DBinaryRetainedDirectExporter.encodeDoubleArray
(double[] fval, int numElements, VRMLFieldDeclaration decl, String qName, com.sun.xml.fastinfoset.sax.AttributesHolder aholder, int ftype) Encode double array data.protected void
X3DRetainedSAXExporter.encodeDoubleArray
(double[] fval, int numElements, VRMLFieldDeclaration decl, String qName, com.sun.xml.fastinfoset.sax.AttributesHolder aholder, int ftype) Encode double array data.protected void
X3DBinaryRetainedDirectExporter.encodeFloatArray
(float[] fval, int numElements, VRMLFieldDeclaration decl, String qName, com.sun.xml.fastinfoset.sax.AttributesHolder aholder, int ftype) Encode float array data.protected void
X3DRetainedSAXExporter.encodeFloatArray
(float[] fval, int numElements, VRMLFieldDeclaration decl, String qName, com.sun.xml.fastinfoset.sax.AttributesHolder aholder, int ftype) Encode float array data.Method parameters in org.web3d.vrml.export with type arguments of type VRMLFieldDeclarationModifier and TypeMethodDescriptionvoid
X3DBinarySerializer.setProtoMap
(Map<String, VRMLFieldDeclaration> protoMap) Set the map of node names to prototype decl. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.lang
Methods in org.web3d.vrml.lang that return VRMLFieldDeclarationModifier and TypeMethodDescriptionVRMLNode.getFieldDeclaration
(int index) Get the declaration of the field at the given index.VRMLNodeTemplate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.Methods in org.web3d.vrml.lang that return types with arguments of type VRMLFieldDeclarationModifier and TypeMethodDescriptionVRMLNodeTemplate.getAllFields()
Make a listing of all fields that are currently registered in this node.Methods in org.web3d.vrml.lang with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionint
VRMLNodeTemplate.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.void
VRMLNodeTemplate.deleteField
(VRMLFieldDeclaration field) Delete the named field. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that return VRMLFieldDeclarationModifier and TypeMethodDescriptionImportNodeProxy.getFieldDeclaration
(int index) Get the declaration of the field at the given index.Methods in org.web3d.vrml.nodes that return types with arguments of type VRMLFieldDeclarationModifier and TypeMethodDescriptionVRMLProtoInstance.getAllFields()
Make a listing of all fields that are currently registered in this node.VRMLScriptNodeType.getAllFields()
Make a listing of all fields that are currently registered in this node.Methods in org.web3d.vrml.nodes with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionint
VRMLScriptNodeType.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.nodes.proto
Fields in org.web3d.vrml.nodes.proto with type parameters of type VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected final List
<VRMLFieldDeclaration> AbstractProto.fieldDeclList
List of the field maps registered in order for their definitions.Methods in org.web3d.vrml.nodes.proto that return VRMLFieldDeclarationModifier and TypeMethodDescriptionAbstractProto.getFieldDeclaration
(int index) Get the declaration of the field at the given index.Methods in org.web3d.vrml.nodes.proto that return types with arguments of type VRMLFieldDeclarationModifier and TypeMethodDescriptionAbstractProto.getAllFields()
Make a listing of all fields that are currently registered in this node.Methods in org.web3d.vrml.nodes.proto with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionint
AbstractProto.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.void
AbstractProto.deleteField
(VRMLFieldDeclaration field) Delete the named field. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer
Fields in org.web3d.vrml.renderer with type parameters of type VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected List
<VRMLFieldDeclaration> CRProtoInstance.fieldDeclList
List of the field maps registered in order for their definitions.Methods in org.web3d.vrml.renderer that return VRMLFieldDeclarationModifier and TypeMethodDescriptionCRProtoInstance.getFieldDeclaration
(int index) Get the declaration of the field at the given index.Methods in org.web3d.vrml.renderer that return types with arguments of type VRMLFieldDeclarationModifier and TypeMethodDescriptionCRProtoInstance.getAllFields()
Make a listing of all fields that are currently registered in this node.Methods in org.web3d.vrml.renderer with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionprotected int
CRProtoInstance.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.Constructors in org.web3d.vrml.renderer with parameters of type VRMLFieldDeclarationModifierConstructorDescriptionprotected
CRProtoInstance
(String name, boolean vrml97, VRMLFieldDeclaration[] fields, int numBodyNodes) Create an instance for the proto with the number of fields. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes
Fields in org.web3d.vrml.renderer.common.nodes with type parameters of type VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected final List
<VRMLFieldDeclaration> AbstractDynamicFieldNode.fieldDeclList
List of the field maps registered in order for their definitions.Methods in org.web3d.vrml.renderer.common.nodes that return VRMLFieldDeclarationModifier and TypeMethodDescriptionAbstractDynamicFieldNode.getFieldDeclaration
(int index) Get the declaration of the field at the given index.Methods in org.web3d.vrml.renderer.common.nodes that return types with arguments of type VRMLFieldDeclarationModifier and TypeMethodDescriptionAbstractDynamicFieldNode.getAllFields()
Make a listing of all fields that are currently registered in this node.Methods in org.web3d.vrml.renderer.common.nodes with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionint
AbstractDynamicFieldNode.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.void
AbstractDynamicFieldNode.deleteField
(VRMLFieldDeclaration field) Delete the named field. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.annotation
Fields in org.web3d.vrml.renderer.common.nodes.annotation declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static final VRMLFieldDeclaration[]
BaseAnnotation.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseAnnotationTarget.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.annotation that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseAnnotationTarget.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.cadgeometry
Fields in org.web3d.vrml.renderer.common.nodes.cadgeometry declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseCADAssembly.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseCADFace.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseCADLayer.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseCADPart.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.cadgeometry that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseCADAssembly.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCADFace.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCADLayer.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCADPart.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIndexedQuadSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseQuadSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSolidBREP.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.core
Fields in org.web3d.vrml.renderer.common.nodes.core declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseMetadataBoolean.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMetadataDouble.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMetadataFloat.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMetadataInteger.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMetadataSet.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMetadataString.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.core that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseMetadataBoolean.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMetadataDouble.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMetadataFloat.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMetadataInteger.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMetadataSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMetadataString.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseWorldInfo.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseWorldRoot.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.dis
Methods in org.web3d.vrml.renderer.common.nodes.dis that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseDISEntityManager.getFieldDeclaration
(int index) BaseDISEntityTypeMapping.getFieldDeclaration
(int index) BaseEspduTransform.getFieldDeclaration
(int index) -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.enveffects
Methods in org.web3d.vrml.renderer.common.nodes.enveffects that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseBackground.getFieldDeclaration
(int index) BaseFog.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseFogCoordinate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLocalFog.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureBackground.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.environment
Methods in org.web3d.vrml.renderer.common.nodes.environment that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseProximitySensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseVisibilitySensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.eventutils
Methods in org.web3d.vrml.renderer.common.nodes.eventutils that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseBooleanFilter.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseBooleanSequencer.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseBooleanToggle.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseBooleanTrigger.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIntegerSequencer.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIntegerTrigger.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTimeTrigger.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.extensions
Methods in org.web3d.vrml.renderer.common.nodes.extensions that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseGamepadSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseHIDSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseJoystickSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseWheelSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.geom2d
Methods in org.web3d.vrml.renderer.common.nodes.geom2d that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseArc2D.getFieldDeclaration
(int index) BaseDisk2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePolyline2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePolypoint2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseRectangle2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTriangleSet2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.geom3d
Methods in org.web3d.vrml.renderer.common.nodes.geom3d that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseBox.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCone.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCylinder.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseElevationGrid.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseExtrusion.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIndexedFaceSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSphere.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.geospatial
Fields in org.web3d.vrml.renderer.common.nodes.geospatial declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static final VRMLFieldDeclaration[]
BaseGeoECParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoLCCParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoLCE3DParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoLocalTangentParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoLSR3DParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoLTSEParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoMetadata.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoMParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoObliqueMercatorParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoOrigin.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoPSParameters.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoReferenceSurfaceInfo.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoSRFInstance.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoSRFParametersInfo.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoSRFSet.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoSRFTemplate.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseGeoTMParameters.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.geospatial that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseGeoCoordinate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoECParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoElevationGrid.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLCCParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLCE3DParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLocalTangentParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLocation.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLOD.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLSR3DParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoLTSEParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoMetadata.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoMParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoObliqueMercatorParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoOrigin.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoPositionInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoPSParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoReferenceSurfaceInfo.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoSRFInstance.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoSRFParametersInfo.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoSRFSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoSRFTemplate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoTMParameters.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoTouchSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoTransform.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGeoViewpoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.group
Fields in org.web3d.vrml.renderer.common.nodes.group declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseGroup.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseStaticGroup.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.group that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseGroup.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMatrixTransform.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseOrderedGroup.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseStaticGroup.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSwitch.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTransform.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.hanim
Fields in org.web3d.vrml.renderer.common.nodes.hanim declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseHAnimSegment.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.hanim that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseHAnimDisplacer.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseHAnimHumanoid.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseHAnimJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseHAnimSegment.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseHAnimSite.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.interpolator
Methods in org.web3d.vrml.renderer.common.nodes.interpolator that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseColorInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCoordinateInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCoordinateInterpolator2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNormalInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseOrientationInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePositionInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePositionInterpolator2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseScalarInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.layering
Methods in org.web3d.vrml.renderer.common.nodes.layering that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseCustomViewport.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseFixedViewport.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLayer.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLayerSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseProportionalViewport.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.layout
Methods in org.web3d.vrml.renderer.common.nodes.layout that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseBorderLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGridLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGroupLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseImage2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLayer2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseText2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseXYLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.lighting
Methods in org.web3d.vrml.renderer.common.nodes.lighting that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseDirectionalLight.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePointLight.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSpotLight.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.marker
Methods in org.web3d.vrml.renderer.common.nodes.marker that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseScreenMarker.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.networking
Fields in org.web3d.vrml.renderer.common.nodes.networking declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static final VRMLFieldDeclaration[]
BaseInline.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseLoadSensor.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.networking that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseAnchor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseInline.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLoadSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.nurbs
Methods in org.web3d.vrml.renderer.common.nodes.nurbs that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseContour2D.getFieldDeclaration
(int index) BaseContourPolyline2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNurbsCurve.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNurbsCurve2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNurbsPatchSurface.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNurbsPositionInterpolator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNurbsTrimmedSurface.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.particle
Methods in org.web3d.vrml.renderer.common.nodes.particle that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseExplosionEmitter.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGravityPhysicsModel.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseParticleSystem.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePointEmitter.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePolylineEmitter.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseWindPhysicsModel.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.picking
Methods in org.web3d.vrml.renderer.common.nodes.picking that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseLinePickSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePickableGroup.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePointPickSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePrimitivePickSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseVolumePickSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.render
Methods in org.web3d.vrml.renderer.common.nodes.render that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseClipPlane.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseColor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseColorRGBA.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCoordinate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIndexedLineSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIndexedTriangleFanSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIndexedTriangleSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseIndexedTriangleStripSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLineSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseNormal.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePointSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTriangleFanSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTriangleSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTriangleStripSet.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.rigidphysics
Methods in org.web3d.vrml.renderer.common.nodes.rigidphysics that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseBallJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCollidableOffset.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCollidableShape.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCollisionCollection.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCollisionSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseCollisionSpace.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseContact.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseDoubleAxisHingeJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMotorJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseRigidBody.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseRigidBodyCollection.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSingleAxisHingeJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSliderJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseUniversalJoint.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.scripting
Methods in org.web3d.vrml.renderer.common.nodes.scripting with parameters of type VRMLFieldDeclarationModifier and TypeMethodDescriptionfinal int
BaseScript.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.sensor
Methods in org.web3d.vrml.renderer.common.nodes.sensor that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseCylinderSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseKeySensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePlaneSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSphereSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseStringSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTouchSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.shape
Methods in org.web3d.vrml.renderer.common.nodes.shape that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseAppearance.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseFillProperties.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseLineProperties.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMaterial.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePointProperties.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseShape.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTwoSidedMaterial.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.sound
Fields in org.web3d.vrml.renderer.common.nodes.sound declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseAudioClip.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseSound.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.sound that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseAudioClip.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMidiSource.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseSound.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.surface
Methods in org.web3d.vrml.renderer.common.nodes.surface that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseBorderLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGridLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseGroupLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseImage2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseOverlay.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseText2D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseXYLayout.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.text
Fields in org.web3d.vrml.renderer.common.nodes.text declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseFontStyle.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.text that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseFontStyle.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseText.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.texture
Fields in org.web3d.vrml.renderer.common.nodes.texture declared as VRMLFieldDeclarationModifier and TypeFieldDescriptionprotected static VRMLFieldDeclaration[]
BaseComposedCubeMapTexture.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseComposedTexture3D.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMovieTexture.fieldDecl
Array of VRMLFieldDeclarationsprotected static final VRMLFieldDeclaration[]
BaseMultiTexture.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMultiTextureCoordinate.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseMultiTextureTransform.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseRenderedTexture.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseTextureCoordinate.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseTextureCoordinate3D.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseTextureCoordinate4D.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseTextureCoordinateGenerator.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseTextureTransform.fieldDecl
Array of VRMLFieldDeclarationsprotected static VRMLFieldDeclaration[]
BaseTextureTransform3D.fieldDecl
Array of VRMLFieldDeclarationsMethods in org.web3d.vrml.renderer.common.nodes.texture that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseComposedCubeMapTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseComposedTexture3D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseImageCubeMapTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseImageTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseImageTexture3D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMovieTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMultiTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMultiTextureCoordinate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseMultiTextureTransform.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePixelCubeMapTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePixelTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BasePixelTexture3D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseRenderedTexture.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureCoordinate.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureCoordinate3D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureCoordinate4D.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureCoordinateGenerator.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureProperties.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureTransform.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTextureTransform3D.getFieldDeclaration
(int index) Get the declaration of the field at the given index. -
Uses of VRMLFieldDeclaration in org.web3d.vrml.renderer.common.nodes.time
Methods in org.web3d.vrml.renderer.common.nodes.time that return VRMLFieldDeclarationModifier and TypeMethodDescriptionBaseTimeController.getFieldDeclaration
(int index) Get the declaration of the field at the given index.BaseTimeSensor.getFieldDeclaration
(int index) Get the declaration of the field at the given index.