Class UmlCharAreaImpl
java.lang.Object
net.sourceforge.plantuml.asciiart.BasicCharAreaImpl
net.sourceforge.plantuml.asciiart.UmlCharAreaImpl
- All Implemented Interfaces:
BasicCharArea
,UmlCharArea
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
UmlCharAreaImpl
public UmlCharAreaImpl()
-
-
Method Details
-
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
- Specified by:
drawShape
in interfaceUmlCharArea
-
drawStringsLRSimple
- Specified by:
drawStringsLRSimple
in interfaceUmlCharArea
-
drawStringsLRUnicode
- 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
-