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(Collection<? extends 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 drawStringsLR(Collection<? extends CharSequence> strings, int x, int y)
drawStringsLR 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 UmlCharAreaCopyright © 2017. All rights reserved.