Groovy Documentation

griffon.coverflow.ui
[Java] Class ImageFlow.DrawableItem

java.lang.Object
  griffon.coverflow.ui.ImageFlow.DrawableItem
All Implemented Interfaces:
Comparable

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

height

private int height


index

private int index


position

private double position


width

private int width


x

private double x


y

private double y


zOrder

private double zOrder


 
Constructor Detail

ImageFlow.DrawableItem

private ImageFlow.DrawableItem(int index, double x, double y, int width, int height, double position, double zOrder)


 
Method Detail

compareTo

public int compareTo(Object o)


getAlpha

public double getAlpha()


getHeight

public int getHeight()


getIndex

public int getIndex()


getPosition

public double getPosition()


getWidth

public int getWidth()


getX

public double getX()


getY

public double getY()


toString

@Override
public String toString()


 

Groovy Documentation