Package net.sourceforge.plantuml.ebnf
Class ETileLookAheadOrBehind
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.ebnf.ETile
net.sourceforge.plantuml.ebnf.ETileLookAheadOrBehind
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionETileLookAheadOrBehind(ETile orig, FontConfiguration fc, Style style, HColorSet colorSet, String type) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoublegetH1(StringBounder stringBounder) doublegetH2(StringBounder stringBounder) doublegetWidth(StringBounder stringBounder) voidMethods inherited from class net.sourceforge.plantuml.ebnf.ETile
addCommentAbove, addCommentBelow, calculateDimension, drawHline, drawHlineAntiDirected, drawHlineDirected, drawVline, drawVlineAntiDirected, drawVlineDirected, getRepetitionLabel, getStyleSignatureMethods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
Constructor Details
-
ETileLookAheadOrBehind
public ETileLookAheadOrBehind(ETile orig, FontConfiguration fc, Style style, HColorSet colorSet, String type)
-
-
Method Details