Interface UmlCharArea

    • Method Detail

      • drawBoxSimple

        void drawBoxSimple​(int x,
                           int y,
                           int width,
                           int height)
      • drawBoxSimpleUnicode

        void drawBoxSimpleUnicode​(int x,
                                  int y,
                                  int width,
                                  int height)
      • drawNoteSimple

        void drawNoteSimple​(int x,
                            int y,
                            int width,
                            int height)
      • drawNoteSimpleUnicode

        void drawNoteSimpleUnicode​(int x,
                                   int y,
                                   int width,
                                   int height)
      • drawShape

        void drawShape​(AsciiShape shape,
                       int x,
                       int y)
      • drawStringsLRSimple

        void drawStringsLRSimple​(Collection<? extends CharSequence> strings,
                                 int x,
                                 int y)
      • drawStringsLRUnicode

        void drawStringsLRUnicode​(Collection<? extends CharSequence> strings,
                                  int x,
                                  int y)