public class Text extends Object
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBoundingRect() |
List<Rectangle> |
getCharBoundingRects() |
float |
getHeight() |
String |
getText() |
float |
getWidth() |
float |
getX() |
float |
getY() |
void |
setBoundingRect(Rectangle boundingRect) |
void |
setCharBoundingRects(List<Rectangle> charBoundingRects) |
void |
setHeight(float height) |
void |
setText(String t) |
void |
setWidth(float width) |
void |
setX(float x) |
void |
setY(float y) |
public Rectangle getBoundingRect()
public void setBoundingRect(Rectangle boundingRect)
public float getWidth()
public void setWidth(float width)
public float getHeight()
public void setHeight(float height)
public String getText()
public void setText(String t)
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)