Package net.sourceforge.plantuml.ebnf
Class ETileRegexGroupAllBut
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.ebnf.ETile
net.sourceforge.plantuml.ebnf.ETileRegexGroupAllBut
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionETileRegexGroupAllBut
(List<String> elements, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam) -
Method Summary
Modifier and TypeMethodDescriptionvoid
double
getH1
(StringBounder stringBounder) double
getH2
(StringBounder stringBounder) double
getWidth
(StringBounder stringBounder) void
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
-
Constructor Details
-
ETileRegexGroupAllBut
public ETileRegexGroupAllBut(List<String> elements, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam)
-
-
Method Details