Class TextBlockInEllipse
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.ugraphic.TextBlockInEllipse
-
public class TextBlockInEllipse extends AbstractTextBlock implements TextBlock
-
-
Constructor Summary
Constructors Constructor Description TextBlockInEllipse(TextBlock text, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
UEllipse
getUEllipse()
void
setDeltaShadow(double deltaShadow)
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
TextBlockInEllipse
public TextBlockInEllipse(TextBlock text, StringBounder stringBounder)
-
-
Method Detail
-
getUEllipse
public UEllipse getUEllipse()
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
-
-