|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.blogofbug.swing.layout.CaroselLayout.CaroselPosition
class CaroselLayout.CaroselPosition
| Field Summary | |
|---|---|
protected double |
angle
|
protected Component |
component
|
protected boolean |
firstSet
|
protected double |
scale
|
protected double |
targetAngle
|
protected double |
z
|
| Constructor Summary | |
CaroselLayout.CaroselPosition(Component component)
|
|
| Method Summary | |
|---|---|
double
|
getAngle()
|
Component
|
getComponent()
|
double
|
getScale()
|
double
|
getTargetAngle()
|
double
|
getZ()
|
boolean
|
isAnimating()
|
void
|
moveToTarget()
|
void
|
setAngle(double angle)
|
void
|
setScale(double scale)
|
void
|
setZ(double z)
|
void
|
updateAngle()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected double angle
protected Component component
protected boolean firstSet
protected double scale
protected double targetAngle
protected double z
| Constructor Detail |
|---|
public CaroselLayout.CaroselPosition(Component component)
| Method Detail |
|---|
public double getAngle()
public Component getComponent()
public double getScale()
public double getTargetAngle()
public double getZ()
public boolean isAnimating()
public void moveToTarget()
public void setAngle(double angle)
public void setScale(double scale)
public void setZ(double z)
public void updateAngle()
Groovy Documentation