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 Summary
Constructors Constructor Description UmlCharAreaImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
drawShape(AsciiShape shape, int x, int y)
void
drawStringsLRSimple(Collection<? extends CharSequence> strings, int x, int y)
void
drawStringsLRUnicode(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
-
-
-
-
Method Detail
-
drawBoxSimple
public void drawBoxSimple(int x, int y, int width, int height)
- Specified by:
drawBoxSimple
in interfaceUmlCharArea
-
drawBoxSimpleUnicode
public void drawBoxSimpleUnicode(int x, int y, int width, int height)
- Specified by:
drawBoxSimpleUnicode
in interfaceUmlCharArea
-
drawShape
public void drawShape(AsciiShape shape, int x, int y)
- Specified by:
drawShape
in interfaceUmlCharArea
-
drawStringsLRSimple
public void drawStringsLRSimple(Collection<? extends CharSequence> strings, int x, int y)
- Specified by:
drawStringsLRSimple
in interfaceUmlCharArea
-
drawStringsLRUnicode
public void drawStringsLRUnicode(Collection<? extends CharSequence> strings, int x, int y)
- Specified by:
drawStringsLRUnicode
in interfaceUmlCharArea
-
drawNoteSimple
public void drawNoteSimple(int x, int y, int width, int height)
- Specified by:
drawNoteSimple
in interfaceUmlCharArea
-
drawNoteSimpleUnicode
public void drawNoteSimpleUnicode(int x, int y, int width, int height)
- Specified by:
drawNoteSimpleUnicode
in interfaceUmlCharArea
-
-