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.Type
type
- of white spacepublic java.lang.String draw()
StyleElement
draw
in interface StyleElement
public WhiteSpace.Type getType()