Package net.sourceforge.plantuml.ebnf
Class ETileNot
java.lang.Object
net.sourceforge.plantuml.klimt.shape.TextBlockMemoized
net.sourceforge.plantuml.ebnf.ETile
net.sourceforge.plantuml.ebnf.ETileNot
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionETileNot(ETile orig, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoublegetH1(StringBounder stringBounder) doublegetH2(StringBounder stringBounder) doublegetWidth(StringBounder stringBounder) voidMethods inherited from class net.sourceforge.plantuml.ebnf.ETile
addCommentAbove, addCommentBelow, calculateDimensionSlow, drawHline, drawHlineAntiDirected, drawHlineDirected, drawVline, drawVlineAntiDirected, drawVlineDirected, getRepetitionLabel, getStyleQueryMethods inherited from class net.sourceforge.plantuml.klimt.shape.TextBlockMemoized
calculateDimension, invalidateDimensionCacheMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMaxMethods inherited from interface net.sourceforge.plantuml.klimt.UShape
getShapeKind
-
Constructor Details
-
ETileNot
public ETileNot(ETile orig, FontConfiguration fc, Style style, HColorSet colorSet, ISkinParam skinParam)
-
-
Method Details