public interface UmlCharArea extends BasicCharArea
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
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)
Copyright © 2017. All Rights Reserved.