info.bliki.wiki.filter
Class WPRow
java.lang.Object
info.bliki.wiki.filter.WPRow
public class WPRow
- extends java.lang.Object
|
Constructor Summary |
WPRow(java.util.List<WPCell> cells)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WPRow
public WPRow(java.util.List<WPCell> cells)
getParams
public java.lang.String getParams()
- Returns:
- Returns the parameters.
setParams
public void setParams(java.lang.String params)
- Parameters:
params - The params to set.
add
public boolean add(WPCell cell)
- Parameters:
o -
- Returns:
get
public java.lang.Object get(int index)
- Parameters:
index -
- Returns:
size
public int size()
- Returns:
renderHTML
public void renderHTML(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel wikiModel)
throws java.io.IOException
- Throws:
java.io.IOException
renderLaTeX
public void renderLaTeX(ITextConverter converter,
java.lang.Appendable _out,
IWikiModel wikiModel,
int maxCols)
throws java.io.IOException
- Throws:
java.io.IOException
getNumColumns
public int getNumColumns()
getType
public int getType()
- Returns:
- Returns the type.
setType
public void setType(int type)
- Parameters:
type - The type to set.