Package net.sourceforge.plantuml.svek
Class ShapePseudoImpl
- java.lang.Object
-
- net.sourceforge.plantuml.svek.ShapePseudoImpl
-
- All Implemented Interfaces:
IShapePseudo
public class ShapePseudoImpl extends java.lang.Object implements IShapePseudo
-
-
Constructor Summary
Constructors Constructor Description ShapePseudoImpl(java.lang.String uid, double width, double height)
-
Method Summary
All Methods Instance Methods Concrete 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
public java.lang.String getUid()
- Specified by:
getUid
in interfaceIShapePseudo
-
appendShape
public void appendShape(java.lang.StringBuilder sb, StringBounder stringBounder)
- Specified by:
appendShape
in interfaceIShapePseudo
-
getMaxWidthFromLabelForEntryExit
public double getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)
- Specified by:
getMaxWidthFromLabelForEntryExit
in interfaceIShapePseudo
-
-