public interface HTMLColumn
Modifier and Type | Method and Description |
---|---|
String |
getCSS()
This method should return CSS code containing styling rules for this
column.
|
String |
getHTML(Operation op)
This method should return one or multiple td-tags (corresponding to
the return value of getNumColumns()) containing the additional
information for the given alignment Operation.
|
String |
getJS()
This method should return JavaScript containing code relevant
for this column.
|
String |
getKeyword()
This method should return the keyword of this column.
|
int |
getNumColumns()
This method should return the number of HTML columns occupied by
this column.
|
String getKeyword()
int getNumColumns()
String getCSS()
String getJS()
String getHTML(Operation op)
op
- an Operation in an AlignmentPath.Copyright (C) 2013-2015 Benjamin Paaßen, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs