Inheritance diagram for TabularReport:
Collaboration diagram for TabularReport:Public Methods | |
| SortedMap< Integer, String > | getRowLabels () |
| SortedMap< Integer, String > | getColumnLabels () |
| String | getCaption () |
| long | getId () |
| TabularReport () | |
| TabularReport (String title, String caption, int x, int y) | |
| String | getTitle () |
| void | setRowLabel (int x, String label) |
| void | setColumnLabel (int y, String label) |
| void | setColumnLabel (int y, String label, NumberFormat nf) |
| void | setValue (int x, int y, double value) |
| void | setValue (int x, int y, int value) |
| void | setRow (int x, byte[] row) |
| void | setRow (int x, char[] row) |
| void | setRow (int x, long[] row) |
| void | setRow (int x, short[] row) |
| void | setRow (int x, float[] row) |
| void | setRow (int x, double[] row) |
| void | setRow (int x, int[] row) |
| void | setRow (int x, Object[] row) |
| void | setRow (int x, List<?> row) |
| void | setValue (int x, int y, Object value) |
| String | toTex (double[] columnWidths, String nullValue) |
| String | toCSV (String columnSeparator, String nullValue) |
| int | getNumberOfColumns () |
| TabularReport | ( | ) |
| TabularReport | ( | String | title, |
| String | caption, | ||
| int | x, | ||
| int | y | ||
| ) |
| String getCaption | ( | ) |
| SortedMap<Integer, String> getColumnLabels | ( | ) |
| long getId | ( | ) |
| int getNumberOfColumns | ( | ) |
| SortedMap<Integer,String> getRowLabels | ( | ) |
| String getTitle | ( | ) |
| void setColumnLabel | ( | int | y, |
| String | label, | ||
| NumberFormat | nf | ||
| ) |
| void setColumnLabel | ( | int | y, |
| String | label | ||
| ) |
| void setRow | ( | int | x, |
| List<?> | row | ||
| ) |
| void setRow | ( | int | x, |
| float[] | row | ||
| ) |
| void setRow | ( | int | x, |
| short[] | row | ||
| ) |
| void setRow | ( | int | x, |
| double[] | row | ||
| ) |
| void setRow | ( | int | x, |
| int[] | row | ||
| ) |
| void setRow | ( | int | x, |
| Object[] | row | ||
| ) |
| void setRow | ( | int | x, |
| char[] | row | ||
| ) |
| void setRow | ( | int | x, |
| long[] | row | ||
| ) |
| void setRow | ( | int | x, |
| byte[] | row | ||
| ) |
| void setRowLabel | ( | int | x, |
| String | label | ||
| ) |
| void setValue | ( | int | x, |
| int | y, | ||
| double | value | ||
| ) |
| void setValue | ( | int | x, |
| int | y, | ||
| Object | value | ||
| ) |
| void setValue | ( | int | x, |
| int | y, | ||
| int | value | ||
| ) |
| String toCSV | ( | String | columnSeparator, |
| String | nullValue | ||
| ) |
| String toTex | ( | double[] | columnWidths, |
| String | nullValue | ||
| ) |