public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of
schema derived classes for package: x3d.model
|
public ObjectFactory()
public SFBool createSFBool()
public SFColor createSFColor()
public SFColorRGBA createSFColorRGBA()
public SFDouble createSFDouble()
public SFFloat createSFFloat()
public SFImage createSFImage()
public SFInt32 createSFInt32()
public SFMatrix3d createSFMatrix3d()
public SFMatrix3f createSFMatrix3f()
public SFMatrix4d createSFMatrix4d()
public SFMatrix4f createSFMatrix4f()
public SFRotation createSFRotation()
public SFString createSFString()
public SFTime createSFTime()
public SFVec2d createSFVec2d()
public SFVec2f createSFVec2f()
public SFVec3d createSFVec3d()
public SFVec3f createSFVec3f()
public SFVec4d createSFVec4d()
public SFVec4f createSFVec4f()
public MFBool createMFBool()
public MFColor createMFColor()
public MFColorRGBA createMFColorRGBA()
public MFDouble createMFDouble()
public MFFloat createMFFloat()
public MFImage createMFImage()
public MFInt32 createMFInt32()
public MFMatrix3d createMFMatrix3d()
public MFMatrix3f createMFMatrix3f()
public MFMatrix4d createMFMatrix4d()
public MFMatrix4f createMFMatrix4f()
public MFRotation createMFRotation()
public MFString createMFString()
public MFTime createMFTime()
public MFVec2d createMFVec2d()
public MFVec2f createMFVec2f()
public MFVec3d createMFVec3d()
public MFVec3f createMFVec3f()
public MFVec4d createMFVec4d()
public MFVec4f createMFVec4f()