Class GenericNameValueRecordingFrame
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
- Direct Known Subclasses:
AnimationEventRecordingFrame
,AnimationVariableRecordingFrame
,GameProfileRecording
,GenericNameWeightRecordingFrame
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected String[]
protected final String
protected int
protected int
protected boolean
protected final StringBuilder
protected PrintStream
protected PrintStream
protected PrintStream
protected final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
addColumnInternal
(String string) static 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 quotesprotected void
buildHeader
(StringBuilder stringBuilder) void
close()
void
protected void
int
getNameAt
(int i) int
getOrCreateColumn
(String nodeName) abstract String
getValueAt
(int i) protected abstract void
protected void
protected void
openValuesFile
(boolean boolean0) abstract void
reset()
void
setFrameNumber
(int frameNumber) protected void
protected void
writeData
(StringBuilder stringBuilder) protected void
void
-
Field Details
-
m_columnNames
-
m_nameIndices
-
m_headerDirty
protected boolean m_headerDirty -
m_fileKey
-
m_outHeader
-
m_outHeaderFile
-
m_outValues
-
m_firstFrameNumber
protected int m_firstFrameNumber -
m_frameNumber
protected int m_frameNumber -
delim
- See Also:
-
m_valuesFileNameSuffix
-
m_lineBuffer
-
-
Constructor Details
-
GenericNameValueRecordingFrame
-
-
Method Details
-
addColumnInternal
-
getOrCreateColumn
-
setFrameNumber
public void setFrameNumber(int frameNumber) -
getColumnCount
public int getColumnCount() -
getNameAt
-
getValueAt
-
openHeader
protected void openHeader() -
flushHeaderToFile
protected void flushHeaderToFile() -
openValuesFile
protected void openValuesFile(boolean boolean0) -
writeLine
public void writeLine() -
close
public void close() -
closeAndDiscard
public void closeAndDiscard() -
onColumnAdded
protected abstract void onColumnAdded() -
reset
public abstract void reset() -
writeHeaderToMemory
protected void writeHeaderToMemory() -
buildHeader
-
writeData
protected void writeData() -
writeData
-
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
-