Commits
md_5 authored 507052e1128
35 35 | * Sets the maximum line width before wrapping. |
36 36 | * |
37 37 | * @param width new line width |
38 38 | */ |
39 39 | void setLineWidth(int width); |
40 40 | |
41 41 | /** |
42 42 | * Gets the text background color. |
43 43 | * |
44 44 | * @return the background color |
45 - | * @deprecated API subject to change |
46 45 | */ |
47 46 | |
48 - | |
49 47 | Color getBackgroundColor(); |
50 48 | |
51 49 | /** |
52 50 | * Sets the text background color. |
53 51 | * |
54 52 | * @param color new background color |
55 - | * @deprecated API subject to change |
56 53 | */ |
57 - | |
58 54 | void setBackgroundColor( Color color); |
59 55 | |
60 56 | /** |
61 57 | * Gets the text opacity. |
62 58 | * |
63 59 | * @return opacity or -1 if not set |
64 60 | */ |
65 61 | byte getTextOpacity(); |
66 62 | |
67 63 | /** |