public final class Bottom extends java.lang.Object implements StyleElement
| Constructor and Description |
|---|
Bottom()
Creates: "bottom: auto"
|
Bottom(Length length)
Creates bottom with given length.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
Length |
getLength() |
public Bottom()
public Bottom(Length length)
length - Bottom length definition.public java.lang.String draw()
StyleElementdraw in interface StyleElementpublic Length getLength()