|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectubc.cs.JLog.Animation.FloatRectangle
public class FloatRectangle
Field Summary | |
---|---|
float |
height
|
float |
width
|
float |
x
|
float |
y
|
Constructor Summary | |
---|---|
FloatRectangle()
|
|
FloatRectangle(float x,
float y,
float w,
float h)
|
|
FloatRectangle(FloatRectangle fr)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float x
public float y
public float width
public float height
Constructor Detail |
---|
public FloatRectangle()
public FloatRectangle(float x, float y, float w, float h)
public FloatRectangle(FloatRectangle fr)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |