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 voiddrawBoxSimple(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(java.util.Collection<? extends java.lang.CharSequence> strings, int x, int y)voiddrawStringsLRUnicode(java.util.Collection<? extends java.lang.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:
drawBoxSimplein interfaceUmlCharArea
-
drawBoxSimpleUnicode
public void drawBoxSimpleUnicode(int x, int y, int width, int height)- Specified by:
drawBoxSimpleUnicodein interfaceUmlCharArea
-
drawShape
public void drawShape(AsciiShape shape, int x, int y)
- Specified by:
drawShapein interfaceUmlCharArea
-
drawStringsLRSimple
public void drawStringsLRSimple(java.util.Collection<? extends java.lang.CharSequence> strings, int x, int y)- Specified by:
drawStringsLRSimplein interfaceUmlCharArea
-
drawStringsLRUnicode
public void drawStringsLRUnicode(java.util.Collection<? extends java.lang.CharSequence> strings, int x, int y)- 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
-
-