Package net.sourceforge.plantuml.svek
Interface IShapePseudo
-
- All Known Implementing Classes:
ShapePseudoImpl
,SvekNode
public interface IShapePseudo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendShape(java.lang.StringBuilder sb, StringBounder stringBounder)
double
getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)
java.lang.String
getUid()
-
-
-
Method Detail
-
getUid
java.lang.String getUid()
-
appendShape
void appendShape(java.lang.StringBuilder sb, StringBounder stringBounder)
-
getMaxWidthFromLabelForEntryExit
double getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)
-
-