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
-
-
Constructor Summary
Constructors Constructor Description ETileRegexGroupAllBut(java.util.List<java.lang.String> elements, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
double
getH1(StringBounder stringBounder)
double
getH2(StringBounder stringBounder)
double
getWidth(StringBounder stringBounder)
void
push(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
-
-
-
-
Constructor Detail
-
ETileRegexGroupAllBut
public ETileRegexGroupAllBut(java.util.List<java.lang.String> elements, 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)
-
drawU
public void drawU(UGraphic ug)
-
-