public class BorderCollapse extends StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
BorderCollapse.Type
Collapsing borders types model for a table
|
| Constructor and Description |
|---|
BorderCollapse(BorderCollapse.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
draw()
All descendant have to implement how to draw it
|
protected StyleElementType |
getElementType() |
drawClass, drawScript, getRoot, setRoot, toStringpublic BorderCollapse(BorderCollapse.Type type)
type - of border collapseprotected StyleElementType getElementType()
getElementType in class StyleElementprotected java.lang.String draw()
StyleElementdraw in class StyleElement