|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGeometryFactory | |
|---|---|
| de.jreality.geometry | This package contains geometry related utilities. |
| Uses of AbstractGeometryFactory in de.jreality.geometry |
|---|
| Subclasses of AbstractGeometryFactory in de.jreality.geometry | |
|---|---|
class |
AbstractIndexedFaceSetFactory
This class implements the functionality of the API class IndexedFaceSetFactory. |
class |
AbstractIndexedLineSetFactory
|
class |
AbstractPointSetFactory
|
class |
AbstractQuadMeshFactory
|
class |
HeightFieldFactory
A factory for generating instances of IndexedFaceSet which
are defined by a height field. |
class |
IndexedFaceSetFactory
This factory classes can be used to create and edit instances of IndexedFaceSet. |
class |
IndexedLineSetFactory
This is a factory class for constructing and editing instances of IndexedLineSet. |
class |
ParametricSurfaceFactory
This factory specializes the QuadMeshFactory further, replacing the explicit definition of the
vertex coordinates with a functional definition. |
class |
ParametricTriangularSurfaceFactory
This class is similar to ParametricSurfaceFactory but it works with a triangular
rather than rectangular parametric domain. |
class |
PointSetFactory
A factory class for creating and updating point sets. |
class |
QuadMeshFactory
This factory class supports creating and editing of quad meshes, that is, regular meshes of quadrilaterals. |
| Methods in de.jreality.geometry that return AbstractGeometryFactory | |
|---|---|
static AbstractGeometryFactory |
GeometryUtility.getFactory(Geometry g)
|
| Methods in de.jreality.geometry with parameters of type AbstractGeometryFactory | |
|---|---|
static void |
GeometryUtility.setFactory(Geometry g,
AbstractGeometryFactory fac)
Set the geometry attribute GeometryUtility.FACTORY to the given factory,
which may be null. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||