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 StringBuilder
appendCell
(StringBuilder logLine) Append empty cellstatic StringBuilder
appendCell
(StringBuilder logLine, float cell) Append numeric cellstatic StringBuilder
appendCell
(StringBuilder logLine, int cell) Append numeric cellstatic StringBuilder
appendCell
(StringBuilder logLine, long cell) Append numeric cellstatic StringBuilder
appendCell
(StringBuilder logLine, String cell) Append text cell, no quotesstatic StringBuilder
appendCellQuot
(StringBuilder logLine, String cell) Append text cell, enclosed in quotesvoid
close()
void
int
getNameAt
(int i) int
getOrCreateColumn
(String nodeName) abstract String
getValueAt
(int i) abstract void
reset()
void
setFrameNumber
(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
-