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 StringEMBEDDED_ENDstatic StringEMBEDDED_START
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)static EmbeddedDiagramcreateAndSkip(String type, Iterator<CharSequence> it, ISkinSimple skinParam)voiddrawU(UGraphic ug)static EmbeddedDiagramfrom(ISkinSimple skinParam, List<String> strings)static StringgetEmbeddedType(CharSequence cs)HorizontalAlignmentgetHorizontalAlignment()List<Neutron>getNeutrons()doublegetStartingAltitude(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:
getStartingAltitudein interfaceAtom
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceAtom- Specified by:
calculateDimensionin interfaceTextBlock
-
drawU
public void drawU(UGraphic ug)
-
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignmentin interfaceLine
-
getNeutrons
public List<Neutron> getNeutrons()
- Specified by:
getNeutronsin interfaceAtom
-
-