Package org.web3d.x3d.sai
Interface X3DField
- All Known Subinterfaces:
MFBool
,MFColor
,MFColorRGBA
,MFDouble
,MFFloat
,MField
,MFImage
,MFInt32
,MFNode
,MFRotation
,MFString
,MFTime
,MFVec2d
,MFVec2f
,MFVec3d
,MFVec3f
,MFVec4d
,MFVec4f
,SFBool
,SFColor
,SFColorRGBA
,SFDouble
,SFFloat
,SFImage
,SFInt32
,SFNode
,SFRotation
,SFString
,SFTime
,SFVec2d
,SFVec2f
,SFVec3d
,SFVec3f
,SFVec4d
,SFVec4f
- All Known Implementing Classes:
MFBool
,MFColor
,MFColorRGBA
,MFDouble
,MFFloat
,MFImage
,MFInt32
,MFMatrix3d
,MFMatrix3f
,MFMatrix4d
,MFMatrix4f
,MFNode
,MFRotation
,MFString
,MFTime
,MFVec2d
,MFVec2f
,MFVec3d
,MFVec3f
,MFVec4d
,MFVec4f
,SFBool
,SFColor
,SFColorRGBA
,SFDouble
,SFFloat
,SFImage
,SFInt32
,SFMatrix3d
,SFMatrix3f
,SFMatrix4d
,SFMatrix4f
,SFNode
,SFRotation
,SFString
,SFTime
,SFVec2d
,SFVec2f
,SFVec3d
,SFVec3f
,SFVec4d
,SFVec4f
,X3DConcreteField
public interface X3DField
X3DField is the abstract field type from which all single values field types are derived. All fields directly derived from X3DField have names beginning with SF (single-valued field). SF fields may only contain a single value of the type indicated by the name of the field type.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
org.web3d.x3d.jsail
classes.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
- See Also: