public class VerticalAlign extends StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
VerticalAlign.Type
Type of vertical align
|
| Constructor and Description |
|---|
VerticalAlign() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
draw()
All descendant have to implement how to draw it
|
protected StyleElementType |
getElementType() |
Length |
getLength() |
VerticalAlign.Type |
getType() |
VerticalAlign |
setLength(Length length) |
VerticalAlign |
setType(VerticalAlign.Type type) |
drawClass, drawScript, getRoot, setRoot, toStringprotected StyleElementType getElementType()
getElementType in class StyleElementprotected java.lang.String draw()
StyleElementdraw in class StyleElementpublic VerticalAlign.Type getType()
public VerticalAlign setType(VerticalAlign.Type type)
type - the type to setpublic Length getLength()
public VerticalAlign setLength(Length length)
length - the length to set