public class Table extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Table.Attributes |
static class |
Table.Cell |
static class |
Table.ColTag |
class |
Table.Column |
class |
Table.Row |
static class |
Table.Tag |
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
static Table |
fromCSV(String s) |
static Table |
fromCSV(String s,
char delim) |
static Table |
fromXML(Reader r) |
static Table |
fromXML(String s) |
Table.Attributes |
getAttributes() |
Table.Tag |
getCaption() |
Table.Cell |
getCell(int row,
int col,
boolean create) |
List<Table.ColTag> |
getColTags() |
Table.Column |
getColumn(int nr) |
List<Table.Column> |
getColumns() |
double[][] |
getDoubleData() |
double[][] |
getDoubleData(int rowStart,
int numRows,
int colStart,
int numCols) |
int[][] |
getIntData() |
int[][] |
getIntData(int rowStart,
int numRows,
int colStart,
int numCols) |
int |
getNumCols() |
int |
getNumRows() |
Table.Row |
getRow(int nr) |
List<Table.Row> |
getRows() |
Table |
setAttribute(String name,
String value) |
Table.Tag |
setCaption(String text) |
void |
setSize(int numRows,
int numCols) |
void |
toHtml(Writer out) |
public List<Table.ColTag> getColTags()
public Table.Attributes getAttributes()
public Table.Tag getCaption()
public Table.Cell getCell(int row, int col, boolean create)
public int[][] getIntData(int rowStart, int numRows, int colStart, int numCols)
public int[][] getIntData()
public double[][] getDoubleData(int rowStart, int numRows, int colStart, int numCols)
public double[][] getDoubleData()
public void setSize(int numRows, int numCols)
public List<Table.Column> getColumns()
public Table.Row getRow(int nr)
public Table.Column getColumn(int nr)
public int getNumCols()
public int getNumRows()
public void clear()
public static Table fromXML(Reader r) throws IOException
IOException
public void toHtml(Writer out) throws IOException
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"