public class TranslatedCharArea extends Object implements UmlCharArea
| Constructor and Description |
|---|
TranslatedCharArea(UmlCharArea charArea,
int dx,
int dy) |
| 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 |
drawChar(char c,
int x,
int y) |
void |
drawHLine(char c,
int line,
int col1,
int col2) |
void |
drawHLine(char c,
int line,
int col1,
int col2,
char ifFound,
char thenUse) |
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 |
drawStringLR(String string,
int x,
int y) |
void |
drawStringsLR(Collection<? extends CharSequence> strings,
int x,
int y) |
void |
drawStringTB(String string,
int x,
int y) |
void |
drawVLine(char c,
int col,
int line1,
int line2) |
void |
fillRect(char c,
int x,
int y,
int width,
int height) |
int |
getHeight() |
String |
getLine(int line) |
List<String> |
getLines() |
int |
getWidth() |
void |
print(PrintStream ps) |
public TranslatedCharArea(UmlCharArea charArea, int dx, int dy)
public 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 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 UmlCharAreapublic void drawShape(AsciiShape shape, int x, int y)
drawShape in interface UmlCharAreapublic void drawChar(char c,
int x,
int y)
drawChar in interface BasicCharAreapublic void drawHLine(char c,
int line,
int col1,
int col2)
drawHLine in interface BasicCharAreapublic void drawHLine(char c,
int line,
int col1,
int col2,
char ifFound,
char thenUse)
drawHLine in interface BasicCharAreapublic void drawStringLR(String string, int x, int y)
drawStringLR in interface BasicCharAreapublic void drawStringTB(String string, int x, int y)
drawStringTB in interface BasicCharAreapublic void drawVLine(char c,
int col,
int line1,
int line2)
drawVLine in interface BasicCharAreapublic int getHeight()
getHeight in interface BasicCharAreapublic int getWidth()
getWidth in interface BasicCharAreapublic String getLine(int line)
getLine in interface BasicCharAreapublic List<String> getLines()
getLines in interface BasicCharAreapublic void print(PrintStream ps)
print in interface BasicCharAreapublic void drawStringsLR(Collection<? extends CharSequence> strings, int x, int y)
drawStringsLR in interface UmlCharAreapublic void fillRect(char c,
int x,
int y,
int width,
int height)
fillRect in interface BasicCharAreaCopyright © 2017. All rights reserved.