public interface RenderLine
| Modifier and Type | Method and Description |
|---|---|
int |
align()
How to align the content. -1 = left; 0 = center; 1 = right
|
int |
expand()
How much to expand the line around the real content.
|
int |
height()
The full hight of the real content (Size of the box for the content).
|
void |
render(Rectangle borders)
Render the real content.
|
int |
width()
The widht of the real content.
|
void render(Rectangle borders)
borders - The borders allowed for rendering.int expand()
int height()
int width()
int align()
Copyright © 2009–2018 JaProSt (Ulrich David). All rights reserved.