|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.coverflow.ui.ImageFlow.DrawableItem
private class ImageFlow.DrawableItem
| Field Summary | |
|---|---|
private int |
height
|
private int |
index
|
private double |
position
|
private int |
width
|
private double |
x
|
private double |
y
|
private double |
zOrder
|
| Constructor Summary | |
private ImageFlow.DrawableItem(int index, double x, double y, int width, int height, double position, double zOrder)
|
|
| Method Summary | |
|---|---|
int
|
compareTo(Object o)
|
double
|
getAlpha()
|
int
|
getHeight()
|
int
|
getIndex()
|
double
|
getPosition()
|
int
|
getWidth()
|
double
|
getX()
|
double
|
getY()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private int height
private int index
private double position
private int width
private double x
private double y
private double zOrder
| Constructor Detail |
|---|
private ImageFlow.DrawableItem(int index, double x, double y, int width, int height, double position, double zOrder)
| Method Detail |
|---|
public int compareTo(Object o)
public double getAlpha()
public int getHeight()
public int getIndex()
public double getPosition()
public int getWidth()
public double getX()
public double getY()
@Override public String toString()
Groovy Documentation