Class 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)  
      java.lang.String getUid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapePseudoImpl

        public ShapePseudoImpl​(java.lang.String uid,
                               double width,
                               double height)