Class UmlCharAreaImpl

java.lang.Object
net.sourceforge.plantuml.asciiart.BasicCharAreaImpl
net.sourceforge.plantuml.asciiart.UmlCharAreaImpl
All Implemented Interfaces:
BasicCharArea, UmlCharArea

public class UmlCharAreaImpl extends BasicCharAreaImpl implements UmlCharArea
  • Constructor Details

    • UmlCharAreaImpl

      public UmlCharAreaImpl()
  • Method Details

    • drawBoxSimple

      public void drawBoxSimple(int x, int y, int width, int height)
      Specified by:
      drawBoxSimple in interface UmlCharArea
    • drawBoxSimpleUnicode

      public void drawBoxSimpleUnicode(int x, int y, int width, int height)
      Specified by:
      drawBoxSimpleUnicode in interface UmlCharArea
    • drawShape

      public void drawShape(AsciiShape shape, int x, int y)
      Specified by:
      drawShape in interface UmlCharArea
    • drawStringsLRSimple

      public void drawStringsLRSimple(java.util.Collection<? extends java.lang.CharSequence> strings, int x, int y)
      Specified by:
      drawStringsLRSimple in interface UmlCharArea
    • drawStringsLRUnicode

      public void drawStringsLRUnicode(java.util.Collection<? extends java.lang.CharSequence> strings, int x, int y)
      Specified by:
      drawStringsLRUnicode in interface UmlCharArea
    • drawNoteSimple

      public void drawNoteSimple(int x, int y, int width, int height)
      Specified by:
      drawNoteSimple in interface UmlCharArea
    • drawNoteSimpleUnicode

      public void drawNoteSimpleUnicode(int x, int y, int width, int height)
      Specified by:
      drawNoteSimpleUnicode in interface UmlCharArea