Class Giffer

java.lang.Object
application.model.Giffer

public class Giffer
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Giffer​(int CELL_SIZE, int TIME_BETWEEN_FRAMES)  
  • Method Summary

    Modifier and Type Method Description
    void addGrid​(Coordinate startCoordinate, Coordinate endCoordinate, Grid pattern, Rule rule)  
    double getProgress()  
    boolean toGIF​(java.io.File file)  

    Methods inherited from class java.lang.Object

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

    • Giffer

      public Giffer​(int CELL_SIZE, int TIME_BETWEEN_FRAMES)
  • Method Details