|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.PersistentObject
cern.colt.matrix.impl.AbstractFormatter
cern.colt.matrix.objectalgo.Formatter
umontreal.iro.lecuyer.util.LaTeXObjectMatrixFormatter
public class LaTeXObjectMatrixFormatter
Field Summary | |
---|---|
protected String |
envName
|
protected boolean |
formatHeader
|
protected int |
lineSepCol
|
Fields inherited from class cern.colt.matrix.impl.AbstractFormatter |
---|
alignment, CENTER, columnSeparator, DECIMAL, DEFAULT_COLUMN_SEPARATOR, DEFAULT_MIN_COLUMN_WIDTH, DEFAULT_ROW_SEPARATOR, DEFAULT_SLICE_SEPARATOR, factory, format, LEFT, minColumnWidth, printShape, RIGHT, rowSeparator, sliceSeparator |
Constructor Summary | |
---|---|
LaTeXObjectMatrixFormatter()
Constructs and returns a matrix formatter with alignment <tt>LEFT</tt>. |
|
LaTeXObjectMatrixFormatter(String alignment)
Constructs and returns a matrix formatter. |
Method Summary | |
---|---|
LaTeXObjectMatrixFormatter |
clone()
|
protected String |
form(AbstractMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered. |
protected String |
form(ObjectMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered. |
protected String[][] |
format(AbstractMatrix2D matrix)
Returns a string representations of all cells; no alignment considered. |
protected String[][] |
format(ObjectMatrix2D matrix)
Returns a string representations of all cells; no alignment considered. |
protected String |
toString(AbstractMatrix2D matrix)
Returns a string representation of the given matrix. |
String |
toString(ObjectMatrix1D matrix)
Returns a string representation of the given matrix. |
String |
toString(ObjectMatrix2D matrix)
Returns a string representation of the given matrix. |
String |
toString(ObjectMatrix3D matrix)
Returns a string representation of the given matrix. |
String |
toTitleString(ObjectMatrix2D matrix,
String[] rowNames,
String[] columnNames,
String rowAxisName,
String columnAxisName,
String title)
Returns a string representation of the given matrix with axis as well as rows and columns labeled. |
String |
toTitleString(ObjectMatrix3D matrix,
String[] sliceNames,
String[] rowNames,
String[] columnNames,
String sliceAxisName,
String rowAxisName,
String columnAxisName,
String title)
Returns a string representation of the given matrix with axis as well as rows and columns labeled. |
Methods inherited from class cern.colt.matrix.objectalgo.Formatter |
---|
toSourceCode, toSourceCode, toSourceCode |
Methods inherited from class cern.colt.matrix.impl.AbstractFormatter |
---|
align, alignmentCode, alignRow, blanks, demo1, demo2, demo3, formatRow, lead, repeat, setAlignment, setColumnSeparator, setFormat, setMinColumnWidth, setPrintShape, setRowSeparator, setSliceSeparator, setupBlanksCache, shape, shape, shape, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean formatHeader
protected String envName
protected int lineSepCol
Constructor Detail |
---|
public LaTeXObjectMatrixFormatter()
public LaTeXObjectMatrixFormatter(String alignment)
alignment
- the given alignment used to align a column.Method Detail |
---|
protected String form(AbstractMatrix1D matrix, int index, Former formatter)
form
in class Formatter
protected String form(ObjectMatrix1D matrix, int index, Former formatter)
form
in class Formatter
protected String[][] format(AbstractMatrix2D matrix)
format
in class Formatter
protected String[][] format(ObjectMatrix2D matrix)
format
in class Formatter
protected String toString(AbstractMatrix2D matrix)
toString
in class Formatter
matrix
- the matrix to convert.public String toString(ObjectMatrix1D matrix)
toString
in class Formatter
matrix
- the matrix to convert.public String toString(ObjectMatrix2D matrix)
toString
in class Formatter
matrix
- the matrix to convert.public String toString(ObjectMatrix3D matrix)
toString
in class Formatter
matrix
- the matrix to convert.public String toTitleString(ObjectMatrix2D matrix, String[] rowNames, String[] columnNames, String rowAxisName, String columnAxisName, String title)
toTitleString
in class Formatter
matrix
- The matrix to format.rowNames
- The headers of all rows (to be put to the left of the matrix).columnNames
- The headers of all columns (to be put to above the matrix).rowAxisName
- The label of the y-axis.columnAxisName
- The label of the x-axis.title
- The overall title of the matrix to be formatted.
public String toTitleString(ObjectMatrix3D matrix, String[] sliceNames, String[] rowNames, String[] columnNames, String sliceAxisName, String rowAxisName, String columnAxisName, String title)
toTitleString
in class Formatter
matrix
- The matrix to format.sliceNames
- The headers of all slices (to be put above each slice).rowNames
- The headers of all rows (to be put to the left of the matrix).columnNames
- The headers of all columns (to be put to above the matrix).sliceAxisName
- The label of the z-axis (to be put above each slice).rowAxisName
- The label of the y-axis.columnAxisName
- The label of the x-axis.title
- The overall title of the matrix to be formatted.
public LaTeXObjectMatrixFormatter clone()
clone
in class PersistentObject
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |