Package net.sourceforge.plantuml
Class EmbeddedDiagram.Draw
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.EmbeddedDiagram.Draw
-
- Enclosing class:
- EmbeddedDiagram
public class EmbeddedDiagram.Draw extends AbstractTextBlock implements Line, Atom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
HorizontalAlignment
getHorizontalAlignment()
double
getStartingAltitude(StringBounder stringBounder)
List<Atom>
splitInTwo(StringBounder stringBounder, double width)
-
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
-
-
-
-
Method Detail
-
splitInTwo
public List<Atom> splitInTwo(StringBounder stringBounder, double width)
- Specified by:
splitInTwo
in interfaceAtom
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitude
in interfaceAtom
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceAtom
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
public void drawU(UGraphic ug)
-
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interfaceLine
-
-