Package net.sourceforge.plantuml.ebnf
Class ETileAlternation
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.ebnf.ETile
-
- net.sourceforge.plantuml.ebnf.ETileAlternation
-
-
Constructor Summary
Constructors Constructor Description ETileAlternation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug)doublegetH1(StringBounder stringBounder)doublegetH2(StringBounder stringBounder)doublegetWidth(StringBounder stringBounder)voidpush(ETile tile)voidsetInZeroOrMore(boolean inZeroOrMore)-
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
-
getH1
public double getH1(StringBounder stringBounder)
-
getH2
public double getH2(StringBounder stringBounder)
-
getWidth
public double getWidth(StringBounder stringBounder)
-
drawU
public void drawU(UGraphic ug)
-
setInZeroOrMore
public void setInZeroOrMore(boolean inZeroOrMore)
-
-