Package net.sourceforge.plantuml.ebnf
Class ETileOptional
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.ebnf.ETile
-
- net.sourceforge.plantuml.ebnf.ETileOptional
-
-
Constructor Summary
Constructors Constructor Description ETileOptional(ETile orig, ISkinParam skinParam)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddCommentAbove(java.lang.String comment)Deprecated.protected voidaddCommentBelow(java.lang.String comment)Deprecated.voiddrawU(UGraphic ug)Deprecated.doublegetH1(StringBounder stringBounder)Deprecated.doublegetH2(StringBounder stringBounder)Deprecated.doublegetWidth(StringBounder stringBounder)Deprecated.voidpush(ETile tile)Deprecated.-
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
-
ETileOptional
public ETileOptional(ETile orig, ISkinParam skinParam)
Deprecated.
-
-
Method Detail
-
getH1
public double getH1(StringBounder stringBounder)
Deprecated.
-
getH2
public double getH2(StringBounder stringBounder)
Deprecated.
-
getWidth
public double getWidth(StringBounder stringBounder)
Deprecated.
-
drawU
public void drawU(UGraphic ug)
Deprecated.
-
addCommentAbove
protected void addCommentAbove(java.lang.String comment)
Deprecated.- Overrides:
addCommentAbovein classETile
-
addCommentBelow
protected void addCommentBelow(java.lang.String comment)
Deprecated.- Overrides:
addCommentBelowin classETile
-
-