Class DotGeneratorStars

    • Constructor Summary

      Constructors 
      Constructor Description
      DotGeneratorStars​(int pWidth, int pHeight, double pStarFrequency, int pBigStars, java.util.Random rnd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generateScanDots()
      Generate whatever dots are generated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DotGeneratorStars

        public DotGeneratorStars​(int pWidth,
                                 int pHeight,
                                 double pStarFrequency,
                                 int pBigStars,
                                 java.util.Random rnd)