public static class SyntaxicScheme.LabelElement extends SyntaxicScheme.AbstractElement
Constructor and Description |
---|
LabelElement(String elem) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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) |
toString
public LabelElement(String elem)
public void render(StringBuilder sb)
public int length()
SyntaxicScheme.Element
public int heightAbove()
SyntaxicScheme.Element
public int height()
SyntaxicScheme.Element
public boolean isEmpty()