public abstract class LabelLayout extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
bgHeight |
protected int |
bgWidth |
protected int |
bgX |
protected int |
bgY |
protected int |
height |
protected TextLayout |
textLayout |
protected float |
textX |
protected float |
textY |
protected int |
width |
protected int |
x |
protected int |
y |
| Modifier | Constructor and Description |
|---|---|
protected |
LabelLayout(int x,
int y,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
calculate() |
int |
getBackgroundHeight() |
int |
getBackgroundWidth() |
int |
getBackgroundX() |
int |
getBackgroundY() |
float |
getTextX() |
float |
getTextY() |
void |
setTextLayout(TextLayout textLayout) |
protected final int x
protected final int y
protected final int width
protected final int height
protected TextLayout textLayout
protected float textX
protected float textY
protected int bgX
protected int bgY
protected int bgWidth
protected int bgHeight
public void setTextLayout(TextLayout textLayout)
protected abstract void calculate()
public float getTextX()
public float getTextY()
public int getBackgroundX()
public int getBackgroundY()
public int getBackgroundWidth()
public int getBackgroundHeight()
Copyright © 2003-2013 barbecue.sourceforge.net. All Rights Reserved.