public class TextBounds extends Object
Constructor and Description |
---|
TextBounds() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getHeight()
Height of the text bounds.
|
Double |
getWidth()
Width of the text bounds.
|
Double |
getX()
X coordinate of the text bounds.
|
Double |
getY()
X coordinate of the text bounds.
|
int |
hashCode() |
TextBounds |
height(Double height) |
void |
setHeight(Double height) |
void |
setWidth(Double width) |
void |
setX(Double x) |
void |
setY(Double y) |
String |
toString() |
TextBounds |
width(Double width) |
TextBounds |
x(Double x) |
TextBounds |
y(Double y) |
public TextBounds x(Double x)
public Double getX()
public void setX(Double x)
public TextBounds y(Double y)
public Double getY()
public void setY(Double y)
public TextBounds width(Double width)
public Double getWidth()
public void setWidth(Double width)
public TextBounds height(Double height)
public Double getHeight()
public void setHeight(Double height)
Copyright © 2023. All rights reserved.