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 |
drawStringsLRSimple(java.util.Collection<? extends java.lang.CharSequence> strings,
int x,
int y) |
void |
drawStringsLRUnicode(java.util.Collection<? extends java.lang.CharSequence> strings,
int x,
int y) |
drawChar, drawHLine, drawHLine, drawStringLR, drawStringTB, drawVLine, fillRect, getHeight, getLine, getLines, getWidth, print, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdrawChar, drawHLine, drawHLine, drawStringLR, drawStringTB, drawVLine, fillRect, getHeight, getLine, getLines, getWidth, printpublic void drawBoxSimple(int x,
int y,
int width,
int height)
drawBoxSimple in interface UmlCharAreapublic void drawBoxSimpleUnicode(int x,
int y,
int width,
int height)
drawBoxSimpleUnicode in interface UmlCharAreapublic void drawShape(AsciiShape shape, int x, int y)
drawShape in interface UmlCharAreapublic void drawStringsLRSimple(java.util.Collection<? extends java.lang.CharSequence> strings,
int x,
int y)
drawStringsLRSimple in interface UmlCharAreapublic void drawStringsLRUnicode(java.util.Collection<? extends java.lang.CharSequence> strings,
int x,
int y)
drawStringsLRUnicode in interface UmlCharAreapublic void drawNoteSimple(int x,
int y,
int width,
int height)
drawNoteSimple in interface UmlCharAreapublic void drawNoteSimpleUnicode(int x,
int y,
int width,
int height)
drawNoteSimpleUnicode in interface UmlCharArea