public static interface SyntaxicScheme.Element
Modifier and Type | Method and Description |
---|---|
int |
height()
Total height of the element
|
int |
heightAbove()
Height above the starting line, for exampleto handle returning part.
|
boolean |
isEmpty() |
int |
length()
Total length of the element
|
void |
render(StringBuilder sb) |
void render(StringBuilder sb)
boolean isEmpty()
int length()
int heightAbove()
int height()