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 voidappendShape(java.lang.StringBuilder sb, StringBounder stringBounder)doublegetMaxWidthFromLabelForEntryExit(StringBounder stringBounder)java.lang.StringgetUid()
-
-
-
Method Detail
-
getUid
public java.lang.String getUid()
- Specified by:
getUidin interfaceIShapePseudo
-
appendShape
public void appendShape(java.lang.StringBuilder sb, StringBounder stringBounder)- Specified by:
appendShapein interfaceIShapePseudo
-
getMaxWidthFromLabelForEntryExit
public double getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)
- Specified by:
getMaxWidthFromLabelForEntryExitin interfaceIShapePseudo
-
-