public class HtmlSyntaxicScheme.HtmlParallelElementGroup extends SyntaxicScheme.AbstractParallelElementGroup
multiple
authorizeEmptyElements, elements
Constructor and Description |
---|
HtmlParallelElementGroup(boolean authorizeEmptyElements,
boolean multiple) |
Modifier and Type | Method and Description |
---|---|
int |
height()
Sums all elements heights.
|
int |
heightAbove()
First element's height above.
|
int |
length()
Max elements length.
|
void |
render(StringBuilder sb) |
elementsAreUnique
addElement, compress, equals, hashCode, isAuthorizeEmptyElements, isEmpty
toString
public HtmlParallelElementGroup(boolean authorizeEmptyElements, boolean multiple)
public int length()
SyntaxicScheme.AbstractParallelElementGroup
length
in interface SyntaxicScheme.Element
length
in class SyntaxicScheme.AbstractParallelElementGroup
public int heightAbove()
SyntaxicScheme.AbstractParallelElementGroup
heightAbove
in interface SyntaxicScheme.Element
heightAbove
in class SyntaxicScheme.AbstractParallelElementGroup
public int height()
SyntaxicScheme.AbstractParallelElementGroup
height
in interface SyntaxicScheme.Element
height
in class SyntaxicScheme.AbstractParallelElementGroup
public void render(StringBuilder sb)