|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.font.Rectangle
public class Rectangle
Defines a rectangle that can constrict a text paragraph.
| フィールドの概要 | |
|---|---|
float |
height
|
float |
width
|
float |
x
|
float |
y
|
| コンストラクタの概要 | |
|---|---|
Rectangle(float x,
float y,
float width,
float height)
|
|
| メソッドの概要 | |
|---|---|
Rectangle |
clone()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public final float x
public final float y
public final float width
public final float height
| コンストラクタの詳細 |
|---|
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 rectangle| メソッドの詳細 |
|---|
public Rectangle clone()
java.lang.Object 内の clone
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||