net.sourceforge.plantuml.asciiart
Class UmlCharAreaImpl

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

public class UmlCharAreaImpl
extends BasicCharAreaImpl
implements UmlCharArea


Field Summary
 
Fields inherited from interface net.sourceforge.plantuml.asciiart.UmlCharArea
STICKMAN_HEIGHT, STICKMAN_UNICODE_HEIGHT
 
Constructor Summary
UmlCharAreaImpl()
           
 
Method Summary
 void drawBoxSimple(int x, int y, int width, int height)
           
 void drawBoxSimpleUnicode(int x, int y, int width, int height)
           
 void drawNoteSimple(int x, int y, int width, int height)
           
 void drawNoteSimpleUnicode(int x, int y, int width, int height)
           
 void drawStickMan(int x, int y)
           
 void drawStickManUnicode(int x, int y)
           
 void drawStringsLR(Collection<? extends CharSequence> strings, int x, int y)
           
 
Methods inherited from class net.sourceforge.plantuml.asciiart.BasicCharAreaImpl
drawChar, drawHLine, drawHLine, drawStringLR, drawStringTB, drawVLine, fillRect, getHeight, getLine, getLines, getWidth, print, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.asciiart.BasicCharArea
drawChar, drawHLine, drawHLine, drawStringLR, drawStringTB, drawVLine, fillRect, getHeight, getLine, getLines, getWidth, print
 

Constructor Detail

UmlCharAreaImpl

public UmlCharAreaImpl()
Method Detail

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

drawStickMan

public void drawStickMan(int x,
                         int y)
Specified by:
drawStickMan in interface UmlCharArea

drawStickManUnicode

public void drawStickManUnicode(int x,
                                int y)
Specified by:
drawStickManUnicode in interface UmlCharArea

drawStringsLR

public void drawStringsLR(Collection<? extends CharSequence> strings,
                          int x,
                          int y)
Specified by:
drawStringsLR 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


Copyright © 2013. All Rights Reserved.