Package org.bzdev.p3d

Class Model3DViewFactory

All Implemented Interfaces:
Cloneable

public class Model3DViewFactory extends AbstrM3DViewFactory<Model3DView>
Factory for creating instances of Mode3DView.

The parameters this factory uses defined as follows:

  • Constructor Details

    • Model3DViewFactory

      public Model3DViewFactory(Animation2D a2d)
      Constructor.
      Parameters:
      a2d - the animation
    • Model3DViewFactory

      public Model3DViewFactory()
      Constructor for service provider. This constructor should not be used directly. It is necessary because of the introduction of modules in Java 9, and is used by a service provider that allows factories to be listed, possibly with documentation regarding their parameters. It just calls the default constructor with a null argument.
  • Method Details