org.kuali.maven.plugins.graph.dot.html
Class TableCell

java.lang.Object
  extended by org.kuali.maven.plugins.graph.dot.html.TableCell
All Implemented Interfaces:
HtmlTag

public class TableCell
extends Object
implements HtmlTag


Constructor Summary
TableCell()
           
TableCell(String content)
           
 
Method Summary
 CellAlign getAlign()
           
 Align getBalign()
           
 String getBgcolor()
           
 String getBorder()
           
 String getCellpadding()
           
 String getCellspacing()
           
 String getColor()
           
 Integer getColspan()
           
 String getContent()
           
 Boolean getFixedsize()
           
 String getHeight()
           
 String getHref()
           
 String getId()
           
 String getName()
           
 String getPort()
           
 Integer getRowspan()
           
 String getTarget()
           
 String getTitle()
           
 String getTooltip()
           
 VAlign getValign()
           
 String getWidth()
           
 void setAlign(CellAlign align)
           
 void setBalign(Align balign)
           
 void setBgcolor(String bgcolor)
           
 void setBorder(String border)
           
 void setCellpadding(String cellpadding)
           
 void setCellspacing(String cellspacing)
           
 void setColor(String color)
           
 void setColspan(Integer colspan)
           
 void setContent(String content)
           
 void setFixedsize(Boolean fixedsize)
           
 void setHeight(String height)
           
 void setHref(String href)
           
 void setId(String id)
           
 void setPort(String port)
           
 void setRowspan(Integer rowspan)
           
 void setTarget(String target)
           
 void setTitle(String title)
           
 void setTooltip(String tooltip)
           
 void setValign(VAlign valign)
           
 void setWidth(String width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCell

public TableCell()

TableCell

public TableCell(String content)
Method Detail

getName

public String getName()
Specified by:
getName in interface HtmlTag

getAlign

public CellAlign getAlign()

setAlign

public void setAlign(CellAlign align)

getBalign

public Align getBalign()

setBalign

public void setBalign(Align balign)

getBgcolor

public String getBgcolor()

setBgcolor

public void setBgcolor(String bgcolor)

getBorder

public String getBorder()

setBorder

public void setBorder(String border)

getCellpadding

public String getCellpadding()

setCellpadding

public void setCellpadding(String cellpadding)

getCellspacing

public String getCellspacing()

setCellspacing

public void setCellspacing(String cellspacing)

getColor

public String getColor()

setColor

public void setColor(String color)

getColspan

public Integer getColspan()

setColspan

public void setColspan(Integer colspan)

getFixedsize

public Boolean getFixedsize()

setFixedsize

public void setFixedsize(Boolean fixedsize)

getHeight

public String getHeight()

setHeight

public void setHeight(String height)

getHref

public String getHref()

setHref

public void setHref(String href)

getId

public String getId()

setId

public void setId(String id)

getPort

public String getPort()

setPort

public void setPort(String port)

getRowspan

public Integer getRowspan()

setRowspan

public void setRowspan(Integer rowspan)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTooltip

public String getTooltip()

setTooltip

public void setTooltip(String tooltip)

getValign

public VAlign getValign()

setValign

public void setValign(VAlign valign)

getWidth

public String getWidth()

setWidth

public void setWidth(String width)

getContent

public String getContent()
Specified by:
getContent in interface HtmlTag

setContent

public void setContent(String content)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.