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 TypeMethodDescriptionvoiddrawBoxSimple(int x, int y, int width, int height) voiddrawBoxSimpleUnicode(int x, int y, int width, int height) voiddrawNoteSimple(int x, int y, int width, int height) voiddrawNoteSimpleUnicode(int x, int y, int width, int height) voiddrawShape(AsciiShape shape, int x, int y) voiddrawStringsLRSimple(Collection<? extends CharSequence> strings, int x, int y) voiddrawStringsLRUnicode(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
drawBoxSimplein interfaceUmlCharArea
-
drawBoxSimpleUnicode
public void drawBoxSimpleUnicode(int x, int y, int width, int height) - Specified by:
drawBoxSimpleUnicodein interfaceUmlCharArea
-
drawShape
- Specified by:
drawShapein interfaceUmlCharArea
-
drawStringsLRSimple
- Specified by:
drawStringsLRSimplein interfaceUmlCharArea
-
drawStringsLRUnicode
- Specified by:
drawStringsLRUnicodein interfaceUmlCharArea
-
drawNoteSimple
public void drawNoteSimple(int x, int y, int width, int height) - Specified by:
drawNoteSimplein interfaceUmlCharArea
-
drawNoteSimpleUnicode
public void drawNoteSimpleUnicode(int x, int y, int width, int height) - Specified by:
drawNoteSimpleUnicodein interfaceUmlCharArea
-