public final class WhiteSpace extends java.lang.Object implements StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
WhiteSpace.Type
Type white space
|
| Constructor and Description |
|---|
WhiteSpace()
Creates "white-space:initial".
|
WhiteSpace(WhiteSpace.Type type)
Creates white space with given
WhiteSpace.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
WhiteSpace.Type |
getType() |
public WhiteSpace()
public WhiteSpace(WhiteSpace.Type type)
WhiteSpace.Typetype - of white spacepublic java.lang.String draw()
StyleElementdraw in interface StyleElementpublic WhiteSpace.Type getType()