Package heronarts.lx

Class LXEngine.Frame

java.lang.Object
heronarts.lx.LXEngine.Frame
All Implemented Interfaces:
LXBuffer
Enclosing class:
LXEngine

public static class LXEngine.Frame extends Object implements LXBuffer
  • Constructor Details

    • Frame

      public Frame(LX lx)
  • Method Details

    • setModel

      public void setModel(LXModel model)
    • setCueOn

      public void setCueOn(boolean cueOn)
    • setAuxOn

      public void setAuxOn(boolean auxOn)
    • copyFrom

      public void copyFrom(LXEngine.Frame that)
    • getColors

      public int[] getColors(boolean aux)
    • getColors

      public int[] getColors()
    • getAuxColors

      public int[] getAuxColors()
    • getModel

      public LXModel getModel()
    • getArray

      public int[] getArray()
      Specified by:
      getArray in interface LXBuffer
    • getMain

      public int[] getMain()
    • getCue

      public int[] getCue()
    • getAux

      public int[] getAux()