Package net.sourceforge.plantuml.ebnf
Class ETileZeroOrMore
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.ebnf.ETile
-
- net.sourceforge.plantuml.ebnf.ETileOptional2
-
- net.sourceforge.plantuml.ebnf.ETileZeroOrMore
-
public class ETileZeroOrMore extends ETileOptional2
-
-
Constructor Summary
Constructors Constructor Description ETileZeroOrMore(ETile orig, ISkinParam skinParam)
-
Method Summary
-
Methods inherited from class net.sourceforge.plantuml.ebnf.ETileOptional2
addCommentAbove, addCommentBelow, drawU, getH1, getH2, getWidth, push
-
Methods inherited from class net.sourceforge.plantuml.ebnf.ETile
calculateDimension, drawHline, drawHlineAntiDirected, drawHlineDirected, drawVline, drawVlineAntiDirected, drawVlineDirected, getRepetitionLabel, getStyleSignature
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
ETileZeroOrMore
public ETileZeroOrMore(ETile orig, ISkinParam skinParam)
-
-