public class UmlCharAreaImpl extends BasicCharAreaImpl implements UmlCharArea
Constructor and Description |
---|
UmlCharAreaImpl() |
Modifier and Type | Method and 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 |
drawStringsLR(java.util.Collection<? extends java.lang.CharSequence> strings,
int x,
int y) |
drawChar, drawHLine, drawHLine, drawStringLR, drawStringTB, drawVLine, fillRect, getHeight, getLine, getLines, getWidth, print, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
drawChar, drawHLine, drawHLine, drawStringLR, drawStringTB, drawVLine, fillRect, getHeight, getLine, getLines, getWidth, print
public void drawBoxSimple(int x, int y, int width, int height)
drawBoxSimple
in interface UmlCharArea
public void drawBoxSimpleUnicode(int x, int y, int width, int height)
drawBoxSimpleUnicode
in interface UmlCharArea
public void drawShape(AsciiShape shape, int x, int y)
drawShape
in interface UmlCharArea
public void drawStringsLR(java.util.Collection<? extends java.lang.CharSequence> strings, int x, int y)
drawStringsLR
in interface UmlCharArea
public void drawNoteSimple(int x, int y, int width, int height)
drawNoteSimple
in interface UmlCharArea
public void drawNoteSimpleUnicode(int x, int y, int width, int height)
drawNoteSimpleUnicode
in interface UmlCharArea