Package net.sourceforge.plantuml.svek
Class ShapePseudoImpl
java.lang.Object
net.sourceforge.plantuml.svek.ShapePseudoImpl
- All Implemented Interfaces:
IShapePseudo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendShape
(java.lang.StringBuilder sb, StringBounder stringBounder) double
getMaxWidthFromLabelForEntryExit
(StringBounder stringBounder) java.lang.String
getUid()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ShapePseudoImpl
public ShapePseudoImpl(java.lang.String uid, double width, double height)
-
-
Method Details
-
getUid
public java.lang.String getUid()- Specified by:
getUid
in interfaceIShapePseudo
-
appendShape
- Specified by:
appendShape
in interfaceIShapePseudo
-
getMaxWidthFromLabelForEntryExit
- Specified by:
getMaxWidthFromLabelForEntryExit
in interfaceIShapePseudo
-