info.bliki.wiki.filter
Class WPRow

java.lang.Object
  extended by info.bliki.wiki.filter.WPRow

public class WPRow
extends java.lang.Object


Constructor Summary
WPRow(java.util.List<WPCell> cells)
           
 
Method Summary
 boolean add(WPCell cell)
           
 java.lang.Object get(int index)
           
 int getNumColumns()
           
 java.lang.String getParams()
           
 int getType()
           
 void renderHTML(ITextConverter converter, java.lang.Appendable buf, IWikiModel wikiModel)
           
 void renderLaTeX(ITextConverter converter, java.lang.Appendable _out, IWikiModel wikiModel, int maxCols)
           
 void setParams(java.lang.String params)
           
 void setType(int type)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPRow

public WPRow(java.util.List<WPCell> cells)
Method Detail

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.