public class ShapePseudoImpl extends java.lang.Object implements IShapePseudo
Constructor and Description |
---|
ShapePseudoImpl(java.lang.String uid,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
void |
appendShape(java.lang.StringBuilder sb,
StringBounder stringBounder) |
double |
getMaxWidthFromLabelForEntryExit(StringBounder stringBounder) |
java.lang.String |
getUid() |
public ShapePseudoImpl(java.lang.String uid, double width, double height)
public java.lang.String getUid()
getUid
in interface IShapePseudo
public void appendShape(java.lang.StringBuilder sb, StringBounder stringBounder)
appendShape
in interface IShapePseudo
public double getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)
getMaxWidthFromLabelForEntryExit
in interface IShapePseudo