Class PlotEffect

java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.PlotEffect
All Implemented Interfaces:
Runnable

public class PlotEffect extends Effect
  • Field Details

    • xEquation

      public String xEquation
      The equation to use for x-values. If not set, the iteration count will be used.
    • yEquation

      public String yEquation
      The equation to use for y-values. If not set, the iteration count will be used.
    • zEquation

      public String zEquation
      The equation to use for y-values. If not set, 0 will be used.
    • xScale

      public double xScale
      This is a shortcut to quickly scaling the x value.
    • yScale

      public double yScale
      This is a shortcut to quickly scaling the y value.
    • zScale

      public double zScale
      This is a shortcut to quickly scaling the z value.
    • persistent

      public boolean persistent
      This will re-spawn particles as the plot moves to make a solid line.
  • Constructor Details

  • Method Details

    • onRun

      public void onRun()
      Specified by:
      onRun in class Effect