public class ObjectFactory
extends java.lang.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: uscout.ontology.collisionmesh
|
Modifier and Type | Method and Description |
---|---|
Box |
createBox()
Create an instance of
Box |
Boxes |
createBoxes()
Create an instance of
Boxes |
CollisionMesh |
createCollisionMesh()
Create an instance of
CollisionMesh |
Data |
createData()
Create an instance of
Data |
Face |
createFace()
Create an instance of
Face |
Faces |
createFaces()
Create an instance of
Faces |
Heightmap |
createHeightmap()
Create an instance of
Heightmap |
Mesh |
createMesh()
Create an instance of
Mesh |
Meshes |
createMeshes()
Create an instance of
Meshes |
Point |
createPoint()
Create an instance of
Point |
Vertex |
createVertex()
Create an instance of
Vertex |
Vertices |
createVertices()
Create an instance of
Vertices |
public ObjectFactory()
public CollisionMesh createCollisionMesh()
CollisionMesh