public class TextRect extends RMObject
Constructor and Description |
---|
TextRect() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Returns the height.
|
double |
getMaxX()
Returns the max X.
|
double |
getMaxY()
Returns the max Y.
|
double |
getWidth()
Returns the width.
|
double |
getX()
Returns the X location.
|
double |
getY()
Returns the Y location.
|
void |
setHeight(double aHeight)
Sets the height.
|
void |
setRect(double anX,
double aY,
double aWidth,
double aHeight)
Sets the rect location and size.
|
void |
setSize(double aWidth,
double aHeight)
Sets the rect size.
|
void |
setWidth(double aWidth)
Sets the width.
|
void |
setX(double anX)
Sets the X location.
|
void |
setY(double aY)
Sets the Y location.
|
addPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange, toString
addListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
public double getX()
public void setX(double anX)
public double getY()
public void setY(double aY)
public double getWidth()
public void setWidth(double aWidth)
public double getHeight()
public void setHeight(double aHeight)
public void setSize(double aWidth, double aHeight)
public void setRect(double anX, double aY, double aWidth, double aHeight)
public double getMaxX()
public double getMaxY()