|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.font.Rectangle
public class Rectangle
Defines a rectangle that can constrict a text paragraph.
Field Summary | |
---|---|
float |
height
|
float |
width
|
float |
x
|
float |
y
|
Constructor Summary | |
---|---|
Rectangle(float x,
float y,
float width,
float height)
|
Method Summary | |
---|---|
Rectangle |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final float x
public final float y
public final float width
public final float height
Constructor Detail |
---|
public Rectangle(float x, float y, float width, float height)
x
- the X value of the upper left corner of the rectangley
- the Y value of the upper left corner of the rectanglewidth
- the width of the rectangleheight
- the height of the rectangleMethod Detail |
---|
public Rectangle clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |