public class TextRegion extends Object
| Constructor and Description |
|---|
TextRegion() |
TextRegion(int x,
int y,
int width,
int height,
String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getHeight() |
String |
getText() |
int |
getWidth() |
int |
getX() |
int |
getY() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setText(String text) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
String |
toString() |
public TextRegion()
public TextRegion(int x,
int y,
int width,
int height,
String text)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getText()
public void setText(String text)
Copyright © 2023. All rights reserved.