Package net.sourceforge.plantuml
Class EmbeddedDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.EmbeddedDiagram
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMBEDDED_END
static String
EMBEDDED_START
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
static EmbeddedDiagram
createAndSkip(String type, Iterator<CharSequence> it, ISkinSimple skinParam)
void
drawU(UGraphic ug)
static EmbeddedDiagram
from(ISkinSimple skinParam, List<String> strings)
static String
getEmbeddedType(CharSequence cs)
HorizontalAlignment
getHorizontalAlignment()
List<Neutron>
getNeutrons()
double
getStartingAltitude(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, 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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Field Detail
-
EMBEDDED_START
public static final String EMBEDDED_START
- See Also:
- Constant Field Values
-
EMBEDDED_END
public static final String EMBEDDED_END
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEmbeddedType
public static String getEmbeddedType(CharSequence cs)
-
createAndSkip
public static EmbeddedDiagram createAndSkip(String type, Iterator<CharSequence> it, ISkinSimple skinParam)
-
from
public static EmbeddedDiagram from(ISkinSimple skinParam, List<String> strings)
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitude
in interfaceAtom
-
calculateDimension
public XDimension2D 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
-
getNeutrons
public List<Neutron> getNeutrons()
- Specified by:
getNeutrons
in interfaceAtom
-
-