Package xml.factories.element
-
Class Summary Class Description XmlAmbientLightFactory Constructs anAmbientLight
from an XMLElement
.XmlCameraFactory Creates aCamera
from the given XMLElement
.XmlCylinderFactory Constructs aCylinder
from an XMLElement
.XmlDirectionalLightFactory This class can create aDirectionalLight
from an XMLElement
.XmlFactoryFromElement<T> This interface represents a class which is able to create instances of type T from an XMLElement
.XmlGeometriesFactory Constructs aGeometryList
object from an XMLElement
.XmlGeometryFactory This interface represents a class which is able to createGeometry
instances from XMLElement
s.XmlLightFactory This abstract class represents a class which is able to createLightSource
instances from XMLElement
s.XmlLightSourcesFactory This class is able to create a list ofLightSource
instances from an XMLElement
.XmlMaterialFactory Constructs a newMaterial
from an XMLElement
.XmlNarrowSpotlightFactory Constructs a newNarrowSpotlight
from an XMLElement
.XmlPlaneFactory Constructs aPlane
from an XMLElement
.XmlPointLightFactory Constructs a newPointLight
from an XMLElement
.XmlPolygonFactory Constructs aPolygon
from an XMLElement
.XmlSceneFactory Constructs aScene
from XMLElement
s.XmlSphereFactory Constructs aSphere
from an XMLElement
.XmlSpotlightFactory Constructs a newSpotlight
from an XMLElement
.XmlTriangleFactory Constructs aTriangle
from an XMLElement
.XmlTubeFactory Constructs aTube
from an XMLElement
.