net.charlesames.utility.html
Class IndentPanelBuilder

java.lang.Object
  extended by net.charlesames.utility.html.HtmlBuilder
      extended by net.charlesames.utility.html.IndentPanelBuilder

public class IndentPanelBuilder
extends HtmlBuilder

Generates a blank indentation panel using HTML formatting tags.

Author:
Charles Ames

Nested Class Summary
 
Nested classes/interfaces inherited from class net.charlesames.utility.html.HtmlBuilder
HtmlBuilder.Tags
 
Field Summary
 
Fields inherited from class net.charlesames.utility.html.HtmlBuilder
FILE_EXTENSION
 
Constructor Summary
IndentPanelBuilder()
          Constructor for IndentPanelBuilder instances
 
Method Summary
 java.lang.String build()
           
 int getWidth()
           
 void setWidth(int width)
           
 
Methods inherited from class net.charlesames.utility.html.HtmlBuilder
addTableCell, append, appendLineBreak, beginBlockQuote, beginBody, beginCenter, beginDiv, beginHead, beginHtml, beginListItem, beginOrderedList, beginParagraph, beginSpan, beginStyle, beginStyleRule, beginTable, beginTableBody, beginTableCell, beginTableHeader, beginTableHeaderCell, beginTableRow, beginTag, beginUnorderedList, buildAttribute, buildColorDeclaration, buildLink, buildStyleDeclaration, endBlockQuote, endBody, endCenter, endDiv, endHead, endHtml, endListItem, endOrderedList, endParagraph, endSpan, endStyle, endStyleRule, endTable, endTableBody, endTableCell, endTableHeader, endTableHeaderCell, endTableRow, endTag, endUnorderedList, newline, popTag, pushTag, reset, save, tab, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndentPanelBuilder

public IndentPanelBuilder()
Constructor for IndentPanelBuilder instances

Method Detail

getWidth

public int getWidth()
Returns:
The indent panel width.

setWidth

public void setWidth(int width)
Parameters:
width - The indent panel width.

build

public java.lang.String build()
Returns:
HTML text describing a blank panel with the indicated width.