Class GenericNameValueRecordingFrame

java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
Direct Known Subclasses:
AnimationVariableRecordingFrame, GameProfileRecording, GenericNameWeightRecordingFrame

public abstract class GenericNameValueRecordingFrame extends Object
  • Constructor Details

    • GenericNameValueRecordingFrame

      public GenericNameValueRecordingFrame(String fileKey, String valuesFileNameSuffix)
  • Method Details

    • getOrCreateColumn

      public int getOrCreateColumn(String nodeName)
    • setFrameNumber

      public void setFrameNumber(int frameNumber)
    • getColumnCount

      public int getColumnCount()
    • getNameAt

      public String getNameAt(int i)
    • getValueAt

      public abstract String getValueAt(int i)
    • writeLine

      public void writeLine()
    • close

      public void close()
    • closeAndDiscard

      public void closeAndDiscard()
    • reset

      public abstract void reset()
    • appendCell

      public static StringBuilder appendCell(StringBuilder logLine)
      Append empty cell
    • appendCell

      public static StringBuilder appendCell(StringBuilder logLine, String cell)
      Append text cell, no quotes
    • appendCell

      public static StringBuilder appendCell(StringBuilder logLine, float cell)
      Append numeric cell
    • appendCell

      public static StringBuilder appendCell(StringBuilder logLine, int cell)
      Append numeric cell
    • appendCell

      public static StringBuilder appendCell(StringBuilder logLine, long cell)
      Append numeric cell
    • appendCellQuot

      public static StringBuilder appendCellQuot(StringBuilder logLine, String cell)
      Append text cell, enclosed in quotes