public final class Header extends AbstractTabularComponent
AbstractTabularComponent.Alignment
BORDER, NEWLINE, SPACE
Constructor and Description |
---|
Header(String contentToDisplay,
char theEnclosing,
AbstractTabularComponent.Alignment theOrientation,
NiceTable theTable)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
draw()
Drawing this item.
|
getTable
public Header(String contentToDisplay, char theEnclosing, AbstractTabularComponent.Alignment theOrientation, NiceTable theTable)
contentToDisplay
- the string to be present in the header row.theEnclosing
- a char filling up the rest of the row.theOrientation
- the orientation of the texttheTable
- the parent table.public String draw()
draw
in class AbstractTabularComponent
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.