Class CartesianGrid2DFactory

All Implemented Interfaces:
Cloneable

public final class CartesianGrid2DFactory extends AbstrCartGrid2DFactory<CartesianGrid2D>
Factory for creating Caresian (rectilinear) grids. The parameters this factory supports are shown in the following table:
  • Constructor Details

    • CartesianGrid2DFactory

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

      public CartesianGrid2DFactory()
      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 jst calls the default constructor with a null argument.
  • Method Details