Package net.sourceforge.plantuml.ebnf
Class ETileBox
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.ebnf.ETile
-
- net.sourceforge.plantuml.ebnf.ETileBox
-
-
Constructor Summary
Constructors Constructor Description ETileBox(java.lang.String value, Symbol symbol, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addCommentAbove(java.lang.String comment)
protected void
addCommentBelow(java.lang.String comment)
void
drawU(UGraphic ug)
double
getH1(StringBounder stringBounder)
double
getH2(StringBounder stringBounder)
protected java.lang.String
getRepetitionLabel()
Symbol
getSymbol()
double
getWidth(StringBounder stringBounder)
ETileBox
mergeWith(ETileBox other)
void
push(ETile tile)
-
Methods inherited from class net.sourceforge.plantuml.ebnf.ETile
calculateDimension, drawHline, drawHlineAntiDirected, drawHlineDirected, drawVline, drawVlineAntiDirected, drawVlineDirected, getStyleSignature
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
ETileBox
public ETileBox(java.lang.String value, Symbol symbol, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam)
-
-
Method Detail
-
getH1
public double getH1(StringBounder stringBounder)
-
getH2
public double getH2(StringBounder stringBounder)
-
getWidth
public double getWidth(StringBounder stringBounder)
-
addCommentAbove
protected void addCommentAbove(java.lang.String comment)
- Overrides:
addCommentAbove
in classETile
-
addCommentBelow
protected void addCommentBelow(java.lang.String comment)
- Overrides:
addCommentBelow
in classETile
-
drawU
public void drawU(UGraphic ug)
-
getRepetitionLabel
protected java.lang.String getRepetitionLabel()
- Overrides:
getRepetitionLabel
in classETile
-
getSymbol
public final Symbol getSymbol()
-
-