Class GenericNameValueRecordingFrame
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
- Direct Known Subclasses:
AnimationEventRecordingFrame, AnimationVariableRecordingFrame, GameProfileRecording, GenericNameWeightRecordingFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilderappendCell(StringBuilder logLine) Append empty cellstatic StringBuilderappendCell(StringBuilder logLine, float cell) Append numeric cellstatic StringBuilderappendCell(StringBuilder logLine, int cell) Append numeric cellstatic StringBuilderappendCell(StringBuilder logLine, long cell) Append numeric cellstatic StringBuilderappendCell(StringBuilder logLine, String cell) Append text cell, no quotesstatic StringBuilderappendCellQuot(StringBuilder logLine, String cell) Append text cell, enclosed in quotesvoidclose()voidintgetNameAt(int i) intgetOrCreateColumn(String nodeName) abstract StringgetValueAt(int i) abstract voidreset()voidsetFrameNumber(int frameNumber) void
-
Constructor Details
-
GenericNameValueRecordingFrame
-
-
Method Details
-
getOrCreateColumn
-
setFrameNumber
public void setFrameNumber(int frameNumber) -
getColumnCount
public int getColumnCount() -
getNameAt
-
getValueAt
-
writeLine
public void writeLine() -
close
public void close() -
closeAndDiscard
public void closeAndDiscard() -
reset
public abstract void reset() -
appendCell
Append empty cell -
appendCell
Append text cell, no quotes -
appendCell
Append numeric cell -
appendCell
Append numeric cell -
appendCell
Append numeric cell -
appendCellQuot
Append text cell, enclosed in quotes
-