Package net.sourceforge.plantuml.ebnf
Class ETileConcatenation
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.ebnf.ETile
-
- net.sourceforge.plantuml.ebnf.ETileConcatenation
-
-
Constructor Summary
Constructors Constructor Description ETileConcatenation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
ETile
getFirst()
double
getH1(StringBounder stringBounder)
double
getH2(StringBounder stringBounder)
double
getWidth(StringBounder stringBounder)
void
overideFirst(ETile tile)
void
push(ETile tile)
void
pushLast(ETile tile)
-
Methods inherited from class net.sourceforge.plantuml.ebnf.ETile
addCommentAbove, addCommentBelow, calculateDimension, drawHline, drawHlineAntiDirected, drawHlineDirected, drawVline, drawVlineAntiDirected, drawVlineDirected, getRepetitionLabel, getStyleSignature
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Method Detail
-
pushLast
public void pushLast(ETile tile)
-
overideFirst
public void overideFirst(ETile tile)
-
drawU
public void drawU(UGraphic ug)
-
getH1
public double getH1(StringBounder stringBounder)
-
getH2
public double getH2(StringBounder stringBounder)
-
getWidth
public double getWidth(StringBounder stringBounder)
-
getFirst
public ETile getFirst()
-
-