Class PolarGridFactory

All Implemented Interfaces:
Cloneable

public final class PolarGridFactory extends AbstrPolarGridFactory<PolarGrid>
Factory for creating polar grids. The parameters this factory supports are shown in the following table:
  • Constructor Details

    • PolarGridFactory

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

      public PolarGridFactory()
      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