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 SceneGraphStructureNode createSceneGraphStructureNode()
SceneGraphStructureNodepublic MetadataDouble createMetadataDouble()
MetadataDoublepublic MetadataFloat createMetadataFloat()
MetadataFloatpublic MetadataInteger createMetadataInteger()
MetadataIntegerpublic MetadataSet createMetadataSet()
MetadataSetpublic MetadataString createMetadataString()
MetadataStringpublic FillProperties createFillProperties()
FillPropertiespublic LineProperties createLineProperties()
LinePropertiespublic TwoSidedMaterial createTwoSidedMaterial()
TwoSidedMaterialpublic FieldValue createFieldValue()
FieldValuepublic Appearance createAppearance()
Appearancepublic X3DAppearanceNode createX3DAppearanceNode()
X3DAppearanceNodepublic Background createBackground()
Backgroundpublic DirectionalLight createDirectionalLight()
DirectionalLightpublic NavigationInfo createNavigationInfo()
NavigationInfopublic PointLight createPointLight()
PointLightpublic StringSensor createStringSensor()
StringSensorpublic StaticGroup createStaticGroup()
StaticGrouppublic ScreenGroup createScreenGroup()
ScreenGrouppublic ScreenFontStyle createScreenFontStyle()
ScreenFontStylepublic X3DDocument createX3DDocument()
X3DDocument