Class GridEffect

java.lang.Object
org.emrick.project.effect.GridEffect
All Implemented Interfaces:
GeneratedEffect

public class GridEffect extends Object implements GeneratedEffect
  • Field Details

    • startTime

      private long startTime
    • endTime

      private long endTime
    • height

      private int height
    • width

      private int width
    • shapes

      private GridShape[] shapes
    • duration

      private Duration duration
    • id

      private int id
  • Constructor Details

    • GridEffect

      public GridEffect(long startTime, long endTime, int height, int width, GridShape[] shapes, Duration duration, int id)
  • Method Details