public final class Clear extends java.lang.Object implements StyleElement
Modifier and Type | Class and Description |
---|---|
static class |
Clear.Type
Side of clear
|
Constructor and Description |
---|
Clear()
Creates "clear:initial"
|
Clear(Clear.Type type)
Creates clear with type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
Clear.Type |
getType() |
public Clear()
public Clear(Clear.Type type)
type
- of clear of Clear.Type
public Clear.Type getType()
public java.lang.String draw()
StyleElement
draw
in interface StyleElement