public class LineHeight extends StyleElement
Constructor and Description |
---|
LineHeight() |
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() |
java.lang.Double |
getNumber() |
LineHeight |
setLength(Length length) |
LineHeight |
setNumber(java.lang.Double number) |
drawClass, drawScript, getRoot, setRoot, toString
protected StyleElementType getElementType()
getElementType
in class StyleElement
protected java.lang.String draw()
StyleElement
draw
in class StyleElement
public Length getLength()
public LineHeight setLength(Length length)
length
- the length to setpublic java.lang.Double getNumber()
public LineHeight setNumber(java.lang.Double number)
number
- the number to set